Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
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
v0.12.1
- do not stringify undefined #37
v0.12.0
- Add ability to uglify generated code #36 by @SimenB
- Allow specifying deep additionalProperties=true #35 by @SimenB
- Allow non alpha keys #34 by @SimenB