Skip to content

Releases: readmeio/oas

22.0.0

25 Sep 23:55
50433d2
Compare
Choose a tag to compare

Note
BREAKING CHANGES: As of the v22 release, oas now requires Node 18 or greater.

Also note that certain import paths have changed:

- import type { Operation } from 'oas';
+ import type Operation from 'oas/operation';

What's Changed

Full Changelog: 21.1.4...22.0.0

21.1.4

25 Sep 20:37
9908fb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 21.1.3...21.1.4

21.1.3

25 Sep 15:57
686be0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 21.1.2...21.1.3

21.1.2

22 Sep 20:34
0a9b780
Compare
Choose a tag to compare

What's Changed

Full Changelog: 21.1.1...21.1.2

21.1.1

12 Sep 21:42
Compare
Choose a tag to compare

Full Changelog: 21.1.0...21.1.1

21.1.0

12 Sep 21:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 21.0.3...21.1.0

21.0.3

08 Sep 17:29
Compare
Choose a tag to compare

What's Changed

  • fix: only add number bounds to number types by @Suficio in #795

New Contributors

Full Changelog: 21.0.2...21.0.3

21.0.2

02 Sep 00:05
Compare
Choose a tag to compare

Full Changelog: 21.0.1...21.0.2

21.0.1

01 Sep 23:08
Compare
Choose a tag to compare

Full Changelog: 21.0.0...21.0.1

21.0.0

01 Sep 22:53
Compare
Choose a tag to compare

Note
BREAKING CHANGES: As of the v21 release, oas now requires Node 16 or greater.

What's Changed

  • feat: added support for cjs and esm by @prisis in #793

New Contributors

Full Changelog: 20.10.3...21.0.0