Skip to content

Releases: exegesis-js/exegesis

v4.1.2

22 Mar 03:13
f3c9884
Compare
Choose a tag to compare

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

17 Oct 13:41
f886d1b
Compare
Choose a tag to compare

4.1.1 (2022-10-17)

Bug Fixes

  • Upgrade dev-dependencies, openapi-ts, and promise-breaker. (f886d1b)

v4.1.0

03 Dec 21:41
eca5e4f
Compare
Choose a tag to compare

4.1.0 (2021-12-03)

Features

v4.0.0

03 Dec 21:35
9b81505
Compare
Choose a tag to compare

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

15 May 16:14
52f0057
Compare
Choose a tag to compare

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

14 May 13:49
7db0422
Compare
Choose a tag to compare

3.0.0 (2021-05-14)

Bug Fixes

BREAKING CHANGES

  • Some validation error messages have changed because of the AJV upgrade.

v2.5.7

14 May 13:36
e53dcca
Compare
Choose a tag to compare

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

15 Jul 00:59
Compare
Choose a tag to compare

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

11 Jun 16:24
32f43e1
Compare
Choose a tag to compare

2.5.5 (2020-06-11)

Bug Fixes

  • Return the result in JsonBodyParser.parseString (8b7f5dd)

v2.5.4

03 Jun 20:16
c93e9fb
Compare
Choose a tag to compare

2.5.4 (2020-06-03)

Bug Fixes

  • Ignore Content-Type header when there is no request body in GET-like requests (0a90827), closes #105