packme 1.2.1 copy "packme: ^1.2.1" to clipboard
packme: ^1.2.1 copied to clipboard

Simple and extremely fast binary serialization using classes generated from JSON manifest files.

v1.2.1 #

  • Bugfix: Uint8List with unexpected length caused out-of-range exception in pack/unpack methods.

v1.2.0 #

  • Added support for binary type (uses Uint8List). Format: binary12, binary64 etc. - any buffer length in bytes.
  • Color schemes used to print messages are updated: list items are now displayed using color of corresponding data type.

v1.1.5 #

  • Safari WebSocket data parsing bug fixed (it adds some extra bytes to buffer and actual Uint8List data size is smaller that its underlying buffer).

v1.1.4 #

  • Description updated.

v1.1.3 #

  • Added some additional log output for the compiler script.
  • Tests implemented.

v1.1.2 #

  • Project structure updated.

v1.1.1 #

  • MessageFactory no longer generated if no messages declared.
  • Examples updated.
  • ReadMe updated.

v1.1.0 #

  • Enums and Types are now can be referenced from another manifest files.
  • Added some details for compiler error messages.

v1.0.1 #

  • Bugfix: it was impossible to refer type declared after current one.

v1.0.0 #

  • Enum declaration implemented.
  • Type (nested object) declaration implemented.
  • Single message or request and response messages declaration implemented.
  • $response method for request messages implemented.
  • Example provided.
15
likes
120
pub points
17%
popularity

Publisher

verified publisherminimagic.org

Simple and extremely fast binary serialization using classes generated from JSON manifest files.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

More

Packages that depend on packme