Skip to content

Releases: Cysharp/MemoryPack

Ver.1.8.2

20 Nov 14:46
Compare
Choose a tag to compare

What's Changed

  • Fix "strcut" type by @jodydonetti in #58
  • Improve CustomFormatter performance by @neuecc in #59
  • Add InternStringFormatterAttribute
  • Add BitPackFormatterAttribute

New Contributors

Full Changelog: 1.8.1...1.8.2

Ver.1.8.1

19 Nov 16:13
Compare
Choose a tag to compare
  • Improve MemoryPackSerializer.Deserialize(Stream) performance

Full Changelog: 1.8.0...1.8.1

Ver.1.8.0

19 Nov 08:09
Compare
Choose a tag to compare

Sorry for breaking changes, fixed my typo.

  • Change type name: MemoryPackSerializeOptions -> MemoryPackSerializerOptions

Full Changelog: 1.7.7...1.8.0

Ver.1.7.7

18 Nov 20:12
Compare
Choose a tag to compare
  • Improve serialize performance for class that all members are unmanaged type
  • Improve Enum/Nullable class member serialization performance
  • Fix can't compile when netstandard2.1 and CSharp 11

Full Changelog: 1.7.6...1.7.7

Ver.1.7.6

17 Nov 11:28
Compare
Choose a tag to compare
  • Improve T[] where T:IMemoryPackable<T>, List<T> : where T:IMemoryPackable<T> serialization performance
  • Add MemoryPackGenerator_TypeScriptImportExtension option to TypeScript code generation

Full Changelog: 1.7.5...1.7.6

Ver.1.7.5

16 Nov 08:05
Compare
Choose a tag to compare
  • Update MemoryPack.Generator Microsoft.CodeAnalysis.CSharp dependency to 4.3.1(4.3.0 is unlisted)

Full Changelog: 1.7.4...1.7.5

Ver.1.7.4

15 Nov 15:25
Compare
Choose a tag to compare
  • Fix NonGenerics Deserialize failed when type is struct #52

Full Changelog: 1.7.3...1.7.4

Ver.1.7.3

15 Nov 13:45
Compare
Choose a tag to compare
  • Fix Serialize(BufferWriter, primitive) invalid advance #51

Full Changelog: 1.7.2...1.7.3

Ver.1.7.2

15 Nov 04:00
Compare
Choose a tag to compare
  • Fix DeserializeAsync(Stream) supports 1GB over data(now accepts infinity size)

Full Changelog: 1.7.1...1.7.2

Ver.1.7.1

14 Nov 11:55
Compare
Choose a tag to compare

What's Changed

  • Improve Dictionary serialization performance by @neuecc in #49

Full Changelog: 1.7.0...1.7.1