Skip to content

Releases: jbenner-radham/node-readme-md-cli

v0.13.0

20 Dec 01:49
Compare
Choose a tag to compare

Added

  • The GitHub Actions badge option has been added to the readme-md init config.

Changed

  • Change over to ES Modules from CommonJS.
  • The minimum required Node.js is now v16.
  • Generated fenced code blocks for shell script (e.g., the Install and Testing sections) no longer have a dollar sign prefix.
  • For packages which are MIT licensed the value "(Expat)" is no longer suffixed in the generated License section.
  • Passing no license or an empty license will now output "To be documented." in the body of the License section.
  • Project config now supports and prioritizes .config/readme-md/config.yaml files. The search order goes like so: config.yaml then config.yml.
  • The filepath logic for has been changed to better accommodate Windows environments.
  • The alt tags for badge images are now in title case where appropriate.

Removed

  • Removed support for Travis-CI badges.

v0.12.0

28 Feb 22:25
Compare
Choose a tag to compare

Changed

  • The minimum required Node.js version is now v8.

Fixed

  • Addressed an issue which in some cases caused the "binary" to be reported as cli.js instead of readme-md in stderr and stdout dialogs.
  • Fixed the readme-md init command breaking when loading its config template.