Releases: serdedotnet/serde
Releases · serdedotnet/serde
v0.8.0-preview8
v0.8.0-preview7
v0.8.0-preview6
What's Changed
- Update README.md by @agocke in #229
- Add new attribute for using type parameters as proxies by @agocke in #230
- Add convenience conversions for JsonValue by @agocke in #231
- Add doc comment for ISerialize{T} by @agocke in #232
- Add DateTimeOffset as a primitive type by @agocke in #236
- Add a proxy for System.Guid by @agocke in #237
Full Changelog: v0.8.0-preview5...v0.8.0-preview6
v0.8.0-preview5
What's Changed
- Improve ISerializeType performance by @agocke in #217
- Preview 5 version by @agocke in #218
- Normalize names of primitive types by @agocke in #219
- Remove all gvm by @agocke in #220
- Remove visitor pattern from IDeserialize by @agocke in #221
- Change ISerdeInfoProvider to avoid static method by @agocke in #222
- Add convenience interfaces by @agocke in #223
- Bug fixes and refactoring by @agocke in #224
- Update samples to use new interfaces by @agocke in #225
- Add more samples by @agocke in #226
- Add members from base types by @agocke in #228
Full Changelog: v0.8.0-preview4...v0.8.0-preview5
v0.8.0-preview4
v0.8.0-preview3
v0.8.0-preview2
What's Changed
- Fix typo in ReadValue args by @agocke in #209
- Add support for primary constructors by @agocke in #210
Full Changelog: v0.8.0-preview1...v0.8.0-preview2
v0.8.0-preview1
v0.7.1
v0.7.0
What's Changed
This is a big change -- it moves fully to the ISerdeInfo support. Old interfaces without ISerdeInfo are removed.
New Contributors
- @AlgorithmsAreCool made their first contribution in #200
Full Changelog: v0.6.0...v0.7.0