Skip to content

Releases: fastify/fast-json-stringify

v0.15.1

03 Nov 09:20
Compare
Choose a tag to compare
  • Fix error being thrown because of spaces in key - #57

v0.15.0

02 Nov 11:13
Compare
Choose a tag to compare
  • Validate the JSON schema before generating the function - #54 #56

v0.14.0

11 Oct 12:22
Compare
Choose a tag to compare
  • Added support of anyOf #50

v0.13.1

19 Sep 13:25
Compare
Choose a tag to compare
  • Correctly handle multiple types when the types do not match #47 @elliotttf

v0.13.0

16 Sep 12:26
Compare
Choose a tag to compare
  • Support tuple arrays - #43

v0.12.4

15 Aug 17:13
Compare
Choose a tag to compare
  • Note that uglify is not necessary in Node 8.3.0 #42 by @SimenB

v0.12.3

11 Aug 08:17
Compare
Choose a tag to compare
  • Handle null when value should be string - #41

v0.12.2

05 Jul 16:35
Compare
Choose a tag to compare
  • Avoid calling substring to remove a comma #38 by @mcollina

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