Releases: readmeio/rdme
7.2.2
What's Changed
- feat: support
.yml
when auto-detecting OAS by @kanadgupta in #517
Full Changelog: 7.2.1...7.2.2
7.2.1
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
What's Changed
- feat(help): typos, add
rdme
version by @kanadgupta in #493 - docs: embed loom video by @kanadgupta in #494
- feat: adding support for node 18 by @erunion in #495
Full Changelog: 7.1.1...7.2.0
7.1.1
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
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
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
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
What's Changed
- docs(GHA): checkout guidance, workflow triggers by @kanadgupta in #479
Full Changelog: 7.0.0...7.0.1
7.0.0
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
6.5.0
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
- feat: add wrapper for GitHub Actions by @kanadgupta in #437
- docs: run VSCode formatter, fix TOC by @kanadgupta in #438
- docs: update Action metadata by @kanadgupta in #441
- docs: add contributing guidelines by @kanadgupta in #442
- feat: add GitHub-specific request headers by @kanadgupta in #443
- feat: debugging support by @kanadgupta in #446
- feat: add workdir arg to openapi command by @jdecool in #450
- docs(openapi): update working directory usage by @kanadgupta in #453
- docs: add GitHub Actions guidance by @kanadgupta in #439
- docs: legacy GitHub Action docs by @kanadgupta in #452
New Contributors
Full Changelog: 6.4.0...6.5.0