Releases: serdedotnet/serde
Releases · serdedotnet/serde
v0.10.2
What's Changed
- Preserve initializers in deserialization by @agocke in #312
- Bump Verify.XunitV3 from 31.9.4 to 31.10.0 by @dependabot[bot] in #311
- Revert "Preserve initializers in deserialization" by @agocke in #314
- Update SerdePkgVersion from 0.10.1 to 0.10.2 by @agocke in #315
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Introduce Read32/64/128 methods by @agocke in #289
- Fix SerdeTypeOptions(Proxy =) and refactor by @agocke in #306
New Contributors
- @dependabot[bot] made their first contribution in #294
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.1
v0.9.0
What's Changed
- Update overview.md by @agocke in #265
- Add more benchmarking by @agocke in #266
- Support deserializing JsonValue in JsonSerializer by @agocke in #267
- Remove out parameter from TryReadIndex by @agocke in #268
- Add asm baselining script by @agocke in #269
- Reject duplicate fields by default by @agocke in #270
- Add IDisposable to IDeserializer interface by @agocke in #273
- Update version to v0.9 by @agocke in #274
Full Changelog: v0.8.0...v0.9.0
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