Skip to content

Releases: microsoft/kiota-serialization-json-go

v0.3.2

11 May 12:17
v0.3.2
bbc5404
Compare
Choose a tag to compare

Changed

  • Serialization writer close method now clears the internal array and can be used to reset the writer.

v0.3.1

03 May 14:51
v0.3.1
beabfd8
Compare
Choose a tag to compare

Changed

  • Fixed an issue where quotes in string values would not be escaped. #11
  • Fixed an issue where int64 and byte values would get a double key. #12, #13

v0.3.0

19 Apr 12:27
v0.3.0
e9eeeb9
Compare
Choose a tag to compare

Changed

  • Upgraded abstractions to 0.4.0.
  • Upgraded to go 18.

v0.2.1

14 Apr 19:12
v0.2.1
8b60f19
Compare
Choose a tag to compare

Changed

  • Fixed a bug where dates, date only, time only and duration would not serialize properly.

v0.2.0

05 Apr 12:01
v0.2.0
9769928
Compare
Choose a tag to compare

Changed

  • Breaking: simplifies the field deserializers.

v0.1.0

31 Mar 18:09
v0.1.0
d3922e8
Compare
Choose a tag to compare

Added

  • Initial tagged release of the library.