Skip to content

Releases: fastify/fast-json-stringify

v0.12.1

30 May 21:25
Compare
Choose a tag to compare
  • do not stringify undefined #37

v0.12.0

22 May 08:05
Compare
Choose a tag to compare
  • Add ability to uglify generated code #36 by @SimenB
  • Allow specifying deep additionalProperties=true #35 by @SimenB
  • Allow non alpha keys #34 by @SimenB

v0.11.0

02 May 14:21
Compare
Choose a tag to compare
  • Support for long integers #30

v0.10.5

14 Apr 08:19
Compare
Choose a tag to compare
  • Faster string serialization - #27
  • Fixed optional properties in objects - #26

v0.10.4

11 Mar 17:28
Compare
Choose a tag to compare
  • $ref support for arrays items #19
  • Keep the reference of the full schema for refFinder in case of deep objects. #19

v0.10.3

07 Jan 09:17
Compare
Choose a tag to compare
  • Fixes general regression caused by strings - #17 #18

v0.10.2

04 Dec 10:35
Compare
Choose a tag to compare
  • Correctly escape regex - #14 #16

v0.10.1

26 Nov 23:07
Compare
Choose a tag to compare

Updated asString method to support all edge cases - #13, #14

v0.10.0

08 Oct 13:39
Compare
Choose a tag to compare

Support for $ref #12 by @delvedor

v0.9.0

04 Oct 19:38
Compare
Choose a tag to compare

Support additionalProperties #5 and #11 by @delvedor