Skip to content
Compare
Choose a tag to compare
@kanadgupta kanadgupta released this 06 Dec 15:51
· 44 commits to main since this release

9.0.0 (2024-12-06)

rdme@9 is now available, thanks for your patience! The raw changelog is available below for your perusal, but we recommend heading over to the migration guide to get the human-readable information on migrating.

Important

rdme@9 is the last major version of rdme that works with ReadMe projects that are not using ReadMe Refactored. If you are using ReadMe Refactored, you'll want to use rdme@10 (coming soon out now!)

If you notice any issues or disruptions to your workflow during migration, we're here to help! Feel free to...

Raw Changelog

Bug Fixes

Features

BREAKING CHANGES

  • remove oas, swagger, docs:edit (#902) (9107d15)
  • rdme openapi is deprecated and will be replaced in
    rdme@10 by a command with a simpler flag setup based on community
    feedback.
  • deprecates commands that are not supported in ReadMe
    Refactored. For more information, please visit our migration guide:
    https://github.com/readmeio/rdme/tree/v9/documentation/migration-guide.md
  • the topic separator (i.e., what separates a command
    from its subcommand) has changed from a colon to a space by default. For
    example, rdme openapi:validate is now rdme openapi validate. The
    colon topic separator will continue to be supported so there is no need
    to change any existing commands, but all documentation and help screens
    will reflect the space topic separator.
  • dropping support for Node.js v18. The minimum required
    Node.js version is v20.10.0.
  • rdme validate has been removed, use rdme openapi:validate instead.
  • rdme open is now deprecated
  • 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.
  • versions: this flips the isPublic flag to hidden.
  • removes several deprecated commands
  • removes several deprecated commands