Skip to content

Releases: fastify/fast-json-stringify

v0.17.0

11 Jan 16:26

Choose a tag to compare

  • Upgraded ajv to 6.0.0

v0.16.0

21 Dec 08:16

Choose a tag to compare

  • Root references requires a hash #60 #61
  • Support allOf #65

v0.15.1

03 Nov 09:20

Choose a tag to compare

  • Fix error being thrown because of spaces in key - #57

v0.15.0

02 Nov 11:13

Choose a tag to compare

  • Validate the JSON schema before generating the function - #54 #56

v0.14.0

11 Oct 12:22

Choose a tag to compare

  • Added support of anyOf #50

v0.13.1

19 Sep 13:25

Choose a tag to compare

  • Correctly handle multiple types when the types do not match #47 @elliotttf

v0.13.0

16 Sep 12:26

Choose a tag to compare

  • Support tuple arrays - #43

v0.12.4

15 Aug 17:13

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

Choose a tag to compare

  • Handle null when value should be string - #41

v0.12.2

05 Jul 16:35

Choose a tag to compare

  • Avoid calling substring to remove a comma #38 by @mcollina