Skip to content

0.6.0-beta4

Pre-release
Pre-release

Choose a tag to compare

@yfakariya yfakariya released this 05 Jul 13:43
· 883 commits to master since this release

This release has following breaking changes:

  • Unity3D DLL now only depends on mscorlib.dll. This breaks compabitlity because the library cannot recognize Stack, Queue, NameValueCollection, and System.Uri. If you want to these types support, use Unity3D.Full drop instead.

This release add multidimensional support (and also add non-sz 1-dimension array support, issue #81). And it fixes a Unity related bug, a MessagePackObject deserialization bug, and an Unpacker.Dispose related bug.