Releases: APIDevTools/json-schema-ref-parser
Releases · APIDevTools/json-schema-ref-parser
v11.2.1
11.2.1 (2024-03-05)
Bug Fixes
- clone: remove lodash dependency, unused dependencies (52ab2f8)
v11.2.0
11.2.0 (2024-03-05)
Bug Fixes
- prototype: prevent prototype pollution (8cad7f7)
Features
- add object and propName to onDereference callback (#324) (4db8afe)
v11.1.0
11.1.0 (2023-09-20)
Features
- add reference resolution option to allow root level dereferencing (#305) (4d328fa)
v11.0.0
11.0.0 (2023-09-19)
BREAKING CHANGES
- Change the file path parsing logic (to be safe)
v10.1.0
10.1.0 (2023-02-01)
Features
- Rewrite repo in typescript, change testing schema to vitest, fix package versions (#300) (a5b3946)
v9.1.2
9.1.2 (2023-01-25)
Bug Fixes
- Revert breaking change introduced in v9.1.1 (3e47eaa)
v9.1.1
Manually created as semantic release has gone mad.
v10.0.1
10.0.1 (2023-01-23)
Bug Fixes
- change type of onDereference to non-required (#299) (12cb26a)
v9.1.0
9.1.0 (2023-01-25)
Bug Fixes
- force yaml loading to confirm to json-compatible types (402904c)
Features