Releases: progaudi/MsgPack.Light
Releases · progaudi/MsgPack.Light
v2.0.1
v2.0.0
BREAKING CHANGES
- drop support for netstandard1.1
- drop support for net45
- drop support for net46
- switch to net462, netstandard2.0, net60
What's Changed
- Github Actions workflow implementation by @pavlua in #90
- ci: return back net462 by @aensidhe in #91
- ci: publish artifact to release by @aensidhe in #92
New Contributors
Full Changelog: 1.6.2...2.0.0
Correct message in exception for binaryCompatibilityMode
1.6.2 Fix test.
Release build, not debug one.
Merge pull request #84 from progaudi/build-should-be-release Build should be release
Binary compatibility mode
Merge pull request #79 from progaudi/add-fixstr-length-evaluation Add fixstr length evaluation to converter
Memory optimization release
Up to 3 times lower memory consumption on integer operations, up to 2 times lower CPU.
netstandard 2.0 support
Added netstandard 2.0 support.
Generated converters
- MsgPackContext now has option "convertEnumsAsStrings". When it set false, enum is stored as numeric value, if true - as string. Default value is true.
- MsgPackContext has 2 methods - GenerateAndRegisterMapConverter and GenerateAndRegisterArrayConverter which can be used to automatic converter generation for user types. Interfaces and classes are supported. Find usage samples in Generators tests folder.
1.2.0
- Dotnet SDK version 1.0.0 used
- Add MsgPackToken type and its converter.
1.0.0-release
- Closed #34
- Fixed namespaces