Skip to content

Releases: readmeio/rdme

6.1.0

09 Dec 21:00
Compare
Choose a tag to compare

What's Changed

  • feat: adding a new validate command for validating API definitions by @erunion in #403

Full Changelog: 6.0.1...6.1.0

6.0.1

08 Dec 21:10
Compare
Choose a tag to compare

What's Changed

  • fix: upgrading oas and oas-normalize to fix an npm installation issue by @erunion in #402

Full Changelog: 6.0.0...6.0.1

6.0.0

03 Dec 18:29
Compare
Choose a tag to compare

Big release!

  • Support for OpenAPI 3.1! We're launching support for uploading and rendering OpenAPI 3.1 definitions on ReadMe next week and this release gets us ahead of the pack there. 🚀
  • Overhauled OpenAPI validation engine and error reporting! We've incorporated better-ajv-errors into our validator to help guide you towards resolving issues quicker. 🤗
  • We've also tweaked the helps screens for all commands to make them easier to read. 👓

What's Changed

  • chore(deps): bump open from 8.2.1 to 8.4.0 by @dependabot in #384
  • chore(deps-dev): bump jest from 27.2.4 to 27.3.1 by @dependabot in #383
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #382
  • chore(deps-dev): bump nock from 13.1.3 to 13.1.4 by @dependabot in #381
  • chore(deps): bump tmp-promise from 3.0.2 to 3.0.3 by @dependabot in #379
  • chore(deps): bump node-fetch from 2.6.5 to 2.6.6 by @dependabot in #385
  • chore(deps-dev): bump nock from 13.1.4 to 13.2.1 by @dependabot in #394
  • chore(deps-dev): bump jest from 27.3.1 to 27.4.2 by @dependabot in #393
  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #392
  • chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 by @dependabot in #391
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #390
  • chore(deps): bump cli-table from 0.3.1 to 0.3.9 by @dependabot in #395
  • feat: swapping out the colors library for chalk by @erunion in #396
  • chore(deps-dev): bump jest from 27.4.2 to 27.4.3 by @dependabot in #400
  • feat: adding support for OpenAPI 3.1 by @erunion in #378
  • feat: overhauling the help screen generator so it's consistent everywhere by @erunion in #397

Full Changelog: 5.2.0...6.0.0