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 theopenapi
command
What's Changed
- feat: dropping support for node 12 by @erunion in #440
- feat(docs): add
--dryRun
option by @kanadgupta in #454 - chore(deps-dev): bump nock from 13.2.2 to 13.2.4 by @dependabot in #457
- chore(deps-dev): bump @readme/eslint-config from 8.2.0 to 8.4.2 by @dependabot in #458
- chore(deps-dev): bump jest from 27.4.7 to 27.5.1 by @dependabot in #462
- chore(deps-dev): bump eslint from 8.8.0 to 8.10.0 by @dependabot in #461
- fix: a weirdly written promise by @erunion in #463
- chore(deps): bump actions/setup-node from 2.5.1 to 3 by @dependabot in #459
- chore(deps): bump to setup-node v3 in action by @kanadgupta in #465
- chore: remove deprecated
token
parameter by @kanadgupta in #451 - docs(legacy): add clarity around
readme-oas-key
by @kanadgupta in #464 - fix(GHA): remove
chalk
overrides from error annotations by @kanadgupta in #466 - docs(GHA): small updates by @kanadgupta in #468
- chore: drop support for
oas
command by @kanadgupta in #448 - docs: use
alex
to ensure we're using inclusive language by @kanadgupta in #469 - fix(docs): github secrets usage by @kanadgupta in #471
- docs: remove duplicated community files by @kanadgupta in #472
- ci(GHA): drop
actions/setup-node
by @kanadgupta in #476 - chore(deps): bumping out of date deps by @erunion in #477
- chore(deps): bump actions/checkout from 2.4.0 to 3 by @dependabot in #478
Full Changelog: 6.5.0...7.0.0