Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 14:03
· 11 commits to main since this release

StructPack v0.2.0

Diff since v0.1.0

Breaking changes

  • The interface and defaults for abstract unpacking have changed: Whitelists were removed, and generic abstract unpacking is not supported anymore.
  • To pack a type with type parameters, it is now necessary to implement typeparamtypes and typeparamformats.

New Features

  • Msgpack extensions are now supported via the new ExtensionFormat.
  • The auxiliary format FlexibleStructFormat has been added.
  • The special format SetContextFormat has been added.