Releases: exegesis-js/exegesis
Releases · exegesis-js/exegesis
v4.2.0
4.2.0 (2024-06-27)
Features
- Add lazyCompileValidationSchemas option (bed3940)
v4.1.2
4.1.2 (2024-03-22)
Bug Fixes
delete
might have a body. (#421) (8588209)
- Generate 405 - Method Not Allowed for a method we don't understand. (5725581), closes #71
v4.1.1
4.1.1 (2022-10-17)
Bug Fixes
- Upgrade dev-dependencies, openapi-ts, and promise-breaker. (f886d1b)
v4.1.0
4.1.0 (2021-12-03)
Features
v4.0.0
4.0.0 (2021-12-03)
Bug Fixes
- security: bump json-ptr from 2.2.0 to 3.0.1 (a752483)
Continuous Integration
- Switch from travis to github actions. (27fa51b)
BREAKING CHANGES
- Drop support for node 10.
v3.0.1
3.0.1 (2021-05-15)
Bug Fixes
- Add back support for date, time, date-time, and duration formats. (3c54c8f), closes #262
- Disable ajv "strict mode" by default, as it generates a lot of noise on most OpenAPI documents. (52f0057), closes #262
v3.0.0
3.0.0 (2021-05-14)
Bug Fixes
BREAKING CHANGES
- Some validation error messages have changed because of the AJV upgrade.
v2.5.7
2.5.7 (2021-05-14)
Bug Fixes
- Upgrade json-ptr to fix security issue. (4fa005f), closes #261
- Upgrade json-schema-traverse and openapi3-ts to new major versions. (e53dcca)
v2.5.6
2.5.6 (2020-07-15)
Bug Fixes
- Upgrade from json-schema-ref-parser to @apidevtools/json-schema-ref-parser (17303c9)
- Upgrade json-ptr to 1.3.1. (ef038ee), closes #146
v2.5.5
2.5.5 (2020-06-11)
Bug Fixes
- Return the result in
JsonBodyParser.parseString
(8b7f5dd)