Skip to content

Releases: Cysharp/MemoryPack

Ver.1.7.0

13 Nov 08:55
Compare
Choose a tag to compare

What's Changed

  • Add support Circular Reference by @neuecc in #48

Full Changelog: 1.6.0...1.7.0

Ver.1.6.0

12 Nov 19:34
Compare
Choose a tag to compare

What's Changed

  • Improve VersionTolerant serialization performance by @neuecc in #46
  • Add MemoryPackCustomFormatter feature by @neuecc in #47
  • Add SortedSet<T> serialize support
  • Fix generate invalid MemoryPackable object code when member type exists Nullable<unmanaged> array #45
  • Fix VersionFormatter when build or revision is -1.

Full Changelog: 1.5.1...1.6.0

Ver.1.5.1

10 Nov 14:02
Compare
Choose a tag to compare
  • Fixed VersionTolerant deserialization

Ver.1.5.0

09 Nov 23:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.4...1.5.0

Ver.1.4.4

02 Nov 12:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.3...1.4.4

Ver.1.4.3

01 Nov 10:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.4.3

Ver.1.4.2

22 Oct 00:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

Ver.1.4.1

17 Oct 11:13
Compare
Choose a tag to compare
  • MemoryPack NuGet package is published netstandard2.1 framework
  • MemoryPack.AspNetCoreMvcFormatter package is published net6.0 framework

Ver.1.4.0

16 Oct 09:06
fd750f8
Compare
Choose a tag to compare

What's Changed

  • .NET Standard 2.1 Support(.NET 5, 6 and Unity) by @neuecc in #27

Full Changelog: 1.3.0...1.4.0

Ver.1.3.0

12 Oct 16:26
9324579
Compare
Choose a tag to compare

This release has binary incompatible change.
If binary includes these format, can not deserialize.

  • Union
  • KeyValuePair<TKey, TValue> TKey or TValue includes reference type
  • ValueTuple<T,...> T includes reference type

What's Changed

  • Fix spelling of dimension. by @filzrev in #26
  • Change Union/KeyValuePair/ValueTuple binary spec by @neuecc in #29

New Contributors

Full Changelog: 1.2.1...1.3.0