Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Releases: readmeio/oas-normalize

11.0.0

25 Sep 23:23
8cf871d
Compare
Choose a tag to compare

This is a breaking change because certain non-default functions that were available at the top-level export (i.e., oas-normalize) must now be imported from a sub-export (e.g., oas-normalize/lib/types, oas-normalize/lib/utils) instead:

- import OASNormalize, { getAPIDefinitionType, isAPIDefinition } from 'oas-normalize';
+ import OASNormalize from 'oas-normalize';
+ import { getAPIDefinitionType, isAPIDefinition } from 'oas-normalize/lib/utils';

What's Changed

Full Changelog: 10.1.0...11.0.0

10.1.0

12 Sep 21:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.0...10.1.0

10.0.0

12 Sep 19:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.0.0...10.0.0

9.0.0

01 Sep 22:37
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bumping out of date deps by @erunion in #272
  • chore(deps): bump node-fetch from 2.6.9 to 2.6.11 by @dependabot in #273
  • chore(deps): bump node-fetch from 2.6.11 to 2.6.12 by @dependabot in #279
  • chore(deps-dev): bump @readme/oas-examples from 5.11.1 to 5.12.0 by @dependabot in #283
  • chore(deps-dev): bump nock from 13.3.1 to 13.3.2 by @dependabot in #284
  • chore(deps-dev): bump eslint from 8.44.0 to 8.46.0 by @dependabot in #285
  • chore(deps-dev): bump jest and @types/jest by @dependabot in #287
  • chore(deps-dev): bump @readme/eslint-config from 10.6.1 to 10.6.2 by @dependabot in #286
  • refactor(test): moving tests over to vitest by @erunion in #288
  • chore(deps): bump node-fetch from 2.6.12 to 2.7.0 by @dependabot in #289
  • feat: support for esm builds by @erunion in #290

Full Changelog: 8.4.1...9.0.0

8.4.1

01 May 19:33
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in #256
  • chore(deps): bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #261

Full Changelog: 8.4.0...8.4.1

8.4.0

27 Mar 16:03
Compare
Choose a tag to compare

Full Changelog: 8.3.4...8.4.0

8.3.4

20 Mar 16:25
Compare
Choose a tag to compare

What's Changed

  • fix: parse data in YAML files into JSONSchema-compatible data types by @erunion in #254

Full Changelog: 8.3.3...8.3.4

8.3.3

03 Mar 23:03
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #249
  • chore(deps-dev): bump jest from 29.4.1 to 29.4.3 by @dependabot in #252
  • chore(deps-dev): bump eslint from 8.33.0 to 8.35.0 by @dependabot in #251
  • chore(deps-dev): bump prettier from 2.8.3 to 2.8.4 by @dependabot in #250
  • feat: swapping out postman-to-openapi for our fork by @erunion in #253

Full Changelog: 8.3.2...8.3.3

8.3.2

31 Jan 18:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.1...8.3.2

8.3.1

05 Jan 21:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.0...8.3.1