Releases: exegesis-js/exegesis
Releases · exegesis-js/exegesis
v1.0.9
1.0.9 (2018-10-09)
Bug Fixes
- package: update json-schema-ref-parser to version 6.0.0 (560a377)
v1.0.8
1.0.8 (2018-10-03)
Bug Fixes
- security: Reinstate auth failure on an invalid result (2911832)
v1.0.7
1.0.7 (2018-10-01)
Bug Fixes
- security: return authenticator message if set (7d1e7fc), closes #38
v1.0.6
1.0.6 (2018-09-05)
Bug Fixes
- package: update openapi3-ts to version 1.0.0 (06cfcbf)
v1.0.5
1.0.5 (2018-08-15)
Bug Fixes
v1.0.4
1.0.4 (2018-07-30)
Bug Fixes
- Add support for PATCH method, remove CONNECT. (e35aed3)
v1.0.3
1.0.3 (2018-07-23)
Bug Fixes
- Correctly parse absolute paths in OpenAPI servers (abc1827)
v1.0.2
1.0.2 (2018-06-13)
Bug Fixes
- package: update openapi3-ts to version 0.12.0 (50c9398)
v1.0.1
1.0.1 (2018-05-22)
Bug Fixes
- Always include status code in response validation errors. (87d2645)
v1.0.0-rc1
- BREAKING CHANGE: Rename
context.body
to context.requestBody
, and pluginContext.getBody()
to pluginContext.getRequestBody()
. This was done mainly because otherwise this library would be massively confusing to Koa users. Note if you don't like typing, you can still get the body via context.req.body
.