Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
v0.16.0
- Root references requires a hash #60 #61
- Support
allOf
#65
v0.15.1
- Fix error being thrown because of spaces in key - #57
v0.15.0
- Validate the JSON schema before generating the function - #54 #56
v0.14.0
- Added support of anyOf #50
v0.13.1
- Correctly handle multiple types when the types do not match #47 @elliotttf
v0.13.0
- Support tuple arrays - #43
v0.12.4
- Note that uglify is not necessary in Node 8.3.0 #42 by @SimenB
v0.12.3
- Handle null when value should be string - #41