Skip to content

Releases: readmeio/swagger-inline

5.0.3

03 Jan 19:01
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in #238
  • chore(deps): bump promise.any from 2.0.2 to 2.0.3 by @dependabot in #237
  • chore(deps-dev): bump @readme/eslint-config from 8.0.2 to 8.1.1 by @dependabot in #236
  • chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 by @dependabot in #235
  • chore(deps-dev): bump jest from 27.4.3 to 27.4.5 by @dependabot in #234
  • chore(deps-dev): bump eslint from 8.3.0 to 8.6.0 by @dependabot in #233

Full Changelog: 5.0.2...5.0.3

5.0.2

03 Jan 19:00
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 by @dependabot in #228
  • chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 by @dependabot in #229
  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #231
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #232
  • chore(deps-dev): bump jest from 27.3.1 to 27.4.3 by @dependabot in #230

Full Changelog: 5.0.1...5.0.2

5.0.1

04 Nov 18:32
Compare
Choose a tag to compare

What's Changed

  • fix: typo where some paths weren't always sorted (3b6ea28)

Full Changelog: 5.0.0...5.0.1

5.0.0

04 Nov 17:57
Compare
Choose a tag to compare

This is a major release because this work introduces and forces generated API definitions to have paths and component schemas ordered alphabetically.

Path operations are also sorted now but in with the following priority: GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD, and finally TRACE.

🎉

What's Changed

  • chore(deps-dev): bump @readme/eslint-config from 6.1.0 to 7.1.1 by @dependabot in #216
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #220
  • chore(deps-dev): bump jest from 27.1.0 to 27.2.4 by @dependabot in #218
  • chore(deps-dev): bump prettier from 2.3.2 to 2.4.1 by @dependabot in #219
  • chore(deps-dev): bump jest from 27.2.4 to 27.3.1 by @dependabot in #223
  • chore(deps-dev): bump @readme/eslint-config from 7.2.1 to 7.2.2 by @dependabot in #222
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #224
  • feat: ensuring that exported definitions are sorted by path and method by @erunion in #225

Full Changelog: 4.2.1...5.0.0

3.0.0

12 Dec 19:25
Compare
Choose a tag to compare

Changed

  • Removed support for the --out option from the CLI and library functions. #35 [breaking change]