Releases: Cysharp/MemoryPack
Releases · Cysharp/MemoryPack
Ver.1.8.2
What's Changed
- Fix "strcut" type by @jodydonetti in #58
- Improve CustomFormatter performance by @neuecc in #59
- Add InternStringFormatterAttribute
- Add BitPackFormatterAttribute
New Contributors
- @jodydonetti made their first contribution in #58
Full Changelog: 1.8.1...1.8.2
Ver.1.8.1
- Improve MemoryPackSerializer.Deserialize(Stream) performance
Full Changelog: 1.8.0...1.8.1
Ver.1.8.0
Sorry for breaking changes, fixed my typo.
- Change type name:
MemoryPackSerializeOptions
->MemoryPackSerializerOptions
Full Changelog: 1.7.7...1.8.0
Ver.1.7.7
- 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
- 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
- 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
- Fix NonGenerics Deserialize failed when type is struct #52
Full Changelog: 1.7.3...1.7.4
Ver.1.7.3
- Fix Serialize(BufferWriter, primitive) invalid advance #51
Full Changelog: 1.7.2...1.7.3
Ver.1.7.2
- Fix DeserializeAsync(Stream) supports 1GB over data(now accepts infinity size)
Full Changelog: 1.7.1...1.7.2
Ver.1.7.1
What's Changed
Full Changelog: 1.7.0...1.7.1