Skip to content

15.0.0

Compare
Choose a tag to compare
@erunion erunion released this 28 Oct 18:22
· 576 commits to main since this release

BREAKING CHANGE

Lots of changes here!

  • We're starting a slow process to transition the library to Typescript so a couple sub-libraries here now have exposed Typescript declaration files.
  • The flattenArray and flattenSchema exports have been removed.
  • The primary entrypoint for the library has been moved from src/ to dist/ so if we don't export something you're using you'll likely have a tough time to access it. If you need something let us know and we'll add an export for it (we're also open to PR's!).

We're also starting to adopt OpenAPI 3.1 and have access a heap of new accessors in the Oas and Operation classes as well as extending support for it immediately to the oas validate CLI command. 🥳

What's Changed

  • feat: supporting OpenAPI 3.1 within the CLI tooling by @erunion in #514
  • feat: add callback accessors into operation class by @julshotal in #515
  • fix: deprecatedProps inherits parent schemas type by @julshotal in #517
  • feat: adding accessors for spec versions, paths, webhooks, and tags by @erunion in #516
  • feat: webpack 5 + typescript beginnings by @erunion in #518
  • chore(deps): bump inquirer from 8.1.5 to 8.2.0 by @dependabot in #523
  • chore(deps-dev): bump @babel/core from 7.15.5 to 7.15.8 by @dependabot in #527
  • chore(deps-dev): bump @babel/preset-env from 7.15.6 to 7.15.8 by @dependabot in #526
  • chore(deps): bump swagger-inline from 4.2.1 to 4.2.2 by @dependabot in #525
  • chore(deps-dev): bump babel-loader from 8.2.2 to 8.2.3 by @dependabot in #524
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #519
  • chore(deps-dev): bump jest from 27.2.4 to 27.3.1 by @dependabot in #520
  • chore(deps-dev): bump husky from 7.0.2 to 7.0.4 by @dependabot in #521
  • chore(deps-dev): bump @commitlint/cli from 13.2.0 to 13.2.1 by @dependabot in #522
  • feat: adding a getIdentifier accessor on the Callback class by @erunion in #528

Full Changelog: 14.8.0...15.0.0