Releases: fastify/fast-json-stringify
Releases · fastify/fast-json-stringify
v2.2.7
📚 PR:
- fix: minor cleaning (#258)
- Checks if key value is undefined in isEmpty function (#260)
v2.2.5
- fix: avoid unecessary concat calls (#256)
v2.2.4
📚 PR:
- Bump typescript from 3.9.7 to 4.0.2
- remove bad pattern from tests suites (#248)
- fix enum without type (#254)
v2.2.3
📚 PR:
- Fix relative json paths in external schema (#239)
v2.2.2
📚 PR:
- Adds additional anyOf example for objects. (#236)
- fix cutting off arrays with more than 100 items in anyOf and oneOf (#237)
v2.2.1
📚 PR:
- Remove all known code executions d77dba4
- Adds test case for anyOf with multiple array items (#235)
v1.21.0
- Remove all known code executions d2faff4
- feat: add required check for object key not in properties (#226)
- Support $ref in allOf (#224)
v2.2.0
📚 PR:
- Improved security notice (#231)
- fix missing closing-parenthesis in code examples (#232)
- Implicit any type for array items (#234)
v2.1.0
📚 PR:
- feat: add required check for object key not in properties (#226)