Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
v1.5.1
- speed up creation time by 100x. - #93
- Implement if/then/else - #91
- Doc if/then/else - #92
v1.4.0
- Implement default key - #88
- Add default doc in README - #89
v1.3.0
- Fix string type array handling dates #84
v1.2.1
- Fix serialization of nested objects #80
v1.2.0
- Support for array of types in the schema definition #78
v1.1.1
- Fix code generation for anyOf when containing a nested object (#74) - #76
v1.1.0
- fix "isLong is not defined" #73
- updated long to the latest version #72
v1.0.0
- removed fast-safe-stringify #71
- do not send
"null"
values for integers and numbers #70
v0.16.0
- Root references requires a hash #60 #61
- Support
allOf
#65