Skip to content

Releases: readmeio/rdme

7.2.2

16 Jun 21:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.2.1...7.2.2

7.2.1

15 Jun 19:21
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #500
  • chore(deps-dev): bump jest from 27.5.1 to 28.0.3 by @dependabot in #501
  • chore(deps-dev): bump eslint from 8.13.0 to 8.14.0 by @dependabot in #502
  • chore(deps): bump @actions/core from 1.6.0 to 1.7.0 by @dependabot in #503
  • chore(deps-dev): bump @readme/eslint-config from 8.7.0 to 8.7.3 by @dependabot in #505
  • chore(deps): bump command-line-usage from 6.1.1 to 6.1.3 by @dependabot in #504
  • chore(deps-dev): bump @readme/oas-examples from 5.1.1 to 5.2.0 by @dependabot in #512
  • chore(deps-dev): bump jest from 28.0.3 to 28.1.0 by @dependabot in #513
  • chore(deps-dev): bump eslint from 8.14.0 to 8.16.0 by @dependabot in #511
  • chore(deps-dev): bump @readme/eslint-config from 8.7.3 to 8.7.5 by @dependabot in #514
  • chore(deps): bump @actions/core from 1.7.0 to 1.8.2 by @dependabot in #510
  • Don't log API Key by @benwaffle in #516

Full Changelog: 7.2.0...7.2.1

7.2.0

20 Apr 18:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.1...7.2.0

7.1.1

13 Apr 00:08
Compare
Choose a tag to compare

What's Changed

  • docs(docs): clarify slug handling by @kanadgupta in #491
  • fix: unsupported version error message having double "v"s by @erunion in #492

Full Changelog: 7.1.0...7.1.1

7.1.0

12 Apr 16:41
Compare
Choose a tag to compare

What's Changed

  • fix: messy issues with nodeVersionUtils helper needing semver installed by @erunion in #489
  • feat: extending support to node 17 by @erunion in #490

Full Changelog: 7.0.3...7.1.0

7.0.3

01 Apr 16:46
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump debug from 4.3.3 to 4.3.4 by @dependabot in #487
  • feat: throwing error messaging on node 12 being unsupported by @erunion in #486
  • fix: our broken set-version-output script by @erunion in #488

Full Changelog: 7.0.2...7.0.3

7.0.2

31 Mar 20:00
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #481
  • fix: upgrading oas-normalize to support openapi 3.1 $ref + description by @erunion in #484
  • feat(openapi): specify spec path and type in success response by @kanadgupta in #480
  • chore(deps-dev): bumping out of date dev deps by @erunion in #485

Full Changelog: 7.0.1...7.0.2

7.0.1

18 Mar 16:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.0.1

7.0.0

10 Mar 18:15
Compare
Choose a tag to compare

v7 of rdme is a massive release that includes first-class GitHub Actions support, a new dry run flag for the docs command, and lots of improvements to our documentation. This release includes several breaking changes:

  • Removed the oas command
  • Dropped support for Node 12
  • Dropped support for the --token option in the openapi command

What's Changed

Full Changelog: 6.5.0...7.0.0

6.5.0

01 Mar 01:42
Compare
Choose a tag to compare

With this release, we are officially shipping first-class support for GitHub Actions within rdme 🚀 this means you can use the power of rdme to sync your OpenAPI definitions and Markdown files to ReadMe any time you make changes on GitHub.

Alongside this change, this release includes debugging support, major documentation updates, and support for relative external references when syncing OpenAPI definitions (thanks @jdecool)!

What's Changed

New Contributors

Full Changelog: 6.4.0...6.5.0