This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
Releases: readmeio/oas-normalize
Releases · readmeio/oas-normalize
11.0.0
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
- fix: reorganize exports to get default export working by @kanadgupta in #295
- chore(deps): bump by @kanadgupta in #296
Full Changelog: 10.1.0...11.0.0
10.1.0
What's Changed
- fix: get exports working in TS
nodeNext
by @kanadgupta in #294
Full Changelog: 10.0.0...10.1.0
10.0.0
What's Changed
- fix: use of
files
to cleanup the package size by @stijnvanhulle in #291 - feat: dropping support for node 14 and 16 by @erunion in #292
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #293
New Contributors
- @stijnvanhulle made their first contribution in #291
Full Changelog: 9.0.0...10.0.0
9.0.0
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
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
Full Changelog: 8.3.4...8.4.0
8.3.4
8.3.3
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