Skip to content

Releases: serdedotnet/serde

v0.5.2

06 Sep 06:10
0b2bd26
Compare
Choose a tag to compare

What's Changed

  • Allow generating wrappers using Generate* attributes by @agocke in #139
  • Add support for nested explicit wrappers by @agocke in #140
  • Update package version by @agocke in #141

Full Changelog: v0.5.1...v0.5.2

Bug fixes

04 Sep 05:58
f1b7b92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

16 Apr 19:10
47ad08f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.5.0

v0.4.6

27 Nov 06:50
e23022f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

21 Nov 05:03
54c1a46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

20 Nov 10:32
dcdf0ff
Compare
Choose a tag to compare

What's Changed

  • Fix deserialization of enums as generic arguments by @agocke in #101

Full Changelog: v0.4.3...v0.4.4

v0.4.3

19 Nov 08:25
c273170
Compare
Choose a tag to compare

What's Changed

  • Allow struct visitors and use them for compound deserialize by @agocke in #100

Full Changelog: v0.4.2...v0.4.3

v0.4.2

19 Nov 01:35
df49461
Compare
Choose a tag to compare

What's Changed

  • Use CamelCase naming policy in S.T.J deserialization by @agocke in #96
  • Remove preview features by @agocke in #97

Full Changelog: v0.4.1...v0.4.2

v0.4.1

07 Nov 08:03
69a8ef3
Compare
Choose a tag to compare

What's Changed

  • Fix typos in website and direct to new package by @agocke in #90
  • Add options docs by @agocke in #91
  • Fix docs formatting by @agocke in #92
  • Fix benchmarks and add deserializing tests by @agocke in #94
  • Switch to a struct JsonDeserializer by @agocke in #95

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Sep 04:01
f7ee6e0
Compare
Choose a tag to compare

Breaking Change

  • Change default field format to camelCase by @agocke in #89

Full Changelog: v0.3.4...v0.4.0