Skip to content

Releases: readmeio/rdme

v9.0.0-next.27

19 Nov 14:00
Compare
Choose a tag to compare
v9.0.0-next.27 Pre-release
Pre-release

9.0.0-next.27 (2024-11-19)

Features

  • add @oclif/plugin-not-found, other cleanups (#1074) (6529b03)

v9.0.0-next.26

19 Nov 03:44
Compare
Choose a tag to compare
v9.0.0-next.26 Pre-release
Pre-release

9.0.0-next.26 (2024-11-19)

Bug Fixes

  • build dist-gha/ files with every release (f42392b)

v9.0.0-next.25

19 Nov 01:56
Compare
Choose a tag to compare
v9.0.0-next.25 Pre-release
Pre-release

9.0.0-next.25 (2024-11-19)

Bug Fixes

v9.0.0-next.24

19 Nov 01:42
Compare
Choose a tag to compare
v9.0.0-next.24 Pre-release
Pre-release

9.0.0-next.24 (2024-11-19)

  • feat!: remove validate, deprecate/hide open (#1072) (f1b46f6)

BREAKING CHANGES

  • rdme validate has been removed, use rdme openapi:validate instead.
  • rdme open is now deprecated

also updates our docs accordingly

v9.0.0-next.23

19 Nov 01:08
Compare
Choose a tag to compare
v9.0.0-next.23 Pre-release
Pre-release

9.0.0-next.23 (2024-11-19)

Features

v9.0.0-next.22

19 Nov 00:16
Compare
Choose a tag to compare
Pre-release

9.0.0-next.22 (2024-11-19)

BREAKING CHANGES

  • the rdme GitHub Actions is now a the node20 JavaScript action rather than a Docker container action.
  • rdme is now powered by oclif. The formatting and content of certain error messages and outputs may have changed. Please continue to only utilize exit codes to determine command successes/failures.

v9.0.0-next.21

18 Nov 18:53
Compare
Choose a tag to compare
v9.0.0-next.21 Pre-release
Pre-release

9.0.0-next.21 (2024-11-18)

Bug Fixes

  • add GITHUB_TOKEN (e106e10)
  • attempt to use semantic-release/github instead of gh (331d28b)

8.6.6: More Versions Fixes ⏲️

24 Aug 14:47
Compare
Choose a tag to compare

The 8.6.5 release introduced a small regression when attempting to set the main flag to true via the versions:create or versions:update commands. This release fixes that. Thanks @svrnwnsch for reporting!

What's Changed

Full Changelog: 8.6.5...8.6.6

v8

23 Mar 22:19
Compare
Choose a tag to compare

The v8 tag will be updated any time we update our main channel for version 8 🎱

Note
We strongly recommend using this tag in your GitHub Actions workflows (as opposed to staying on a fixed version like 8.5.0). That way, your workflows remain up-to-date without the risk of breaking changes1 that disrupt your workflows. Plus, you can avoid those pesky Dependabot notifications for minor or patch updates!

Here's an example of how you'd use this v8 tag in your workflows:

- name: Validate with rdme 🦉
  uses: readmeio/rdme@v8
  with:
    rdme: openapi:validate petstore.json
  1. This is because rdme follows semantic versioning conventions.

8.6.5: Versions + Reducer Fixes ⏳

21 Aug 22:54
Compare
Choose a tag to compare

This release includes fixes to the versions:create and versions:update commands where these commands were not setting flags correctly in certain cases. This release also includes a tiny fix to the openapi:reduce command and updates a slew of npm dependencies.

What's Changed

Full Changelog: 8.6.4...8.6.5