Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
v1.9.2
- Fix anyOf with both array and object types #128
v1.9.1
- fix if-then-else with deep nested structures #121
v1.9.0
- Call
.toJSON
on object types #120
v1.8.0
- Ignore unknown formats #116
v1.7.2
- Fix if-then-else when containing nested structure #112
- Updated standard to 12.0.1 #110
v1.7.1
- Fixed handling of
allOf
#106
v1.7.0
- Allow empty schemas as properties - #105
v1.6.0
- Fix type handling with arrays #104
v1.5.2
- Removed all cached schemas - #94