Releases: serdedotnet/serde
Releases · serdedotnet/serde
v0.8.0
What's Changed
Notable changes:
- Name change from 'wrapper' to 'proxy'
- Improved support for unions
- Removal of all generic-virtual-methods
- Removal of visitor pattern in deserialization
- Adding ISerde* convenience interfaces for implementing both serialize and deserialize
- Updated samples
- Add new primitives for DateTime, DateTimeOffset, Guid, and byte arrays
Full Changelog: v0.7.1...v0.8.0
v0.8.0-preview9
What's Changed
- Fix size of preallocated list so that we can use direct indexed assignment to liat by @AlgorithmsAreCool in #249
- Change enum proxy deserialize by @agocke in #250
- Update package version by @agocke in #251
Full Changelog: v0.8.0-preview8...v0.8.0-preview9
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