Skip to content

Releases: fastify/fast-json-stringify

v1.5.1

03 May 14:16
Compare
Choose a tag to compare
  • speed up creation time by 100x. - #93
  • Implement if/then/else - #91
  • Doc if/then/else - #92

v1.4.0

01 May 17:56
Compare
Choose a tag to compare
  • Implement default key - #88
  • Add default doc in README - #89

v1.3.0

30 Apr 16:22
Compare
Choose a tag to compare
  • Fix string type array handling dates #84

v1.2.1

13 Apr 07:31
Compare
Choose a tag to compare
  • Fix serialization of nested objects #80

v1.2.0

23 Feb 11:28
Compare
Choose a tag to compare
  • Support for array of types in the schema definition #78

v1.1.1

19 Feb 10:22
Compare
Choose a tag to compare
  • Fix code generation for anyOf when containing a nested object (#74) - #76

v1.1.0

08 Feb 10:12
Compare
Choose a tag to compare
  • fix "isLong is not defined" #73
  • updated long to the latest version #72

v1.0.0

01 Feb 09:08
Compare
Choose a tag to compare
  • removed fast-safe-stringify #71
  • do not send "null" values for integers and numbers #70

v0.17.0

11 Jan 16:26
Compare
Choose a tag to compare
  • Upgraded ajv to 6.0.0

v0.16.0

21 Dec 08:16
Compare
Choose a tag to compare
  • Root references requires a hash #60 #61
  • Support allOf #65