Releases: exegesis-js/exegesis
Releases · exegesis-js/exegesis
v2.2.1
2.2.1 (2019-11-20)
Bug Fixes
- types: Fix tsc complaint. (9296651)
v2.2.0
2.2.0 (2019-11-20)
Features
- add baseUrl and route.path to context (3186d3a)
v2.1.1
2.1.1 (2019-10-21)
Bug Fixes
- Correctly handle optional request bodies. (f8436e7)
v2.1.0
2.1.0 (2019-09-25)
Features
- make request available to custom error handler (ab9623d)
v2.0.2
2.0.2 (2019-06-25)
Bug Fixes
- package: update promise-breaker to version 5.0.0 (ce3c634)
v2.0.1
2.0.1 (2019-06-11)
Bug Fixes
- package: update json-schema-ref-parser to version 7.0.0 (c1a02aa)
v2.0.0
2.0.0 (2019-05-17)
chore
BREAKING CHANGES
- Drop official support for node 6.
v1.4.2
1.4.2 (2019-05-14)
Bug Fixes
v1.4.1
1.4.1 (2019-04-26)
Bug Fixes
- validation: When validation requests, only do type coercion on requests without implicit type (2d902b3), closes #73
v1.4.0
1.4.0 (2019-04-03)
Bug Fixes
- Instead of exporting OpenApi as a type, export APIInterface (d738503)
- Only expose apiInterface in the new exported function (5c84a77)
Features
- Make compiled api interface (7833c3f)