Releases: readmeio/rdme
Releases · readmeio/rdme
v10.3.0-next.4
10.3.0-next.4 (2025-06-23)
Bug Fixes
v10.3.0-next.3
v10.3.0-next.2
v10.3.0-next.1
10.3.0-next.1 (2025-06-05)
Features
v9.2.1
v10.2.2
v10.2.2-next.1
10.2.2-next.1 (2025-05-12)
Bug Fixes
v10.2.1
v10.2.1-next.1
v10.2.0
10.2.0 (2025-04-29)
Quick overview of the changes in this release:
- Fixes to certain quirky behavior with YAML files and certain slugs in
openapi upload - Improved validation errors and circular ref detection in OpenAPI files
- Adds a new experimental
docs uploadcommand that is still in active development. It is subject to breaking changes and is not recommended for production use. Feel free to play around and let us know if you have any feedback! - Adds (also very experimental!) support for oclif plugins
Raw Autogenerated Changelog:
Bug Fixes
- docs/upload: add safeguard if projects have bidi enabled (#1175) (e66b257)
- docs/upload: switch from
HEADtoGETfor initial page fetch (#1224) (0e657c6) - docs/upload: upload progress via ora (#1231) (0549f66)
- fetch util types (#1218) (453efe9)
- more copy edits, snapshot changes, fixes to get tests passing (5755efa)
- openapi/upload: add warning for unexpected slugs (55e0974)
- openapi/upload: improved handling for YAML files (#1154) (f1e4d16)
- timeouts on
doc:upload(#1227) (a7961ce) - v9: point to correct dist-tag for outdated version notifications (#1156) (099060d)
Features
rdme docs upload(#1159) (69f9c7e)- add
docs migratecommand (#1220) (67bd2ef) - better guides types, expose page stat type for
renderablestatus (#1236) (408253a) - cli: add support for plugins (#1213) (004c8bc)
- docs/migrate: add ability to unzip archives (#1226) (334e125)
- docs/migrate: migration stats (#1230) (ba3f062)
- docs/upload: support
.mdxfile extension (#1198) (89f43fe) - docs: add
--hide-experimental-warningflag (#1229) (250e9ce) - docs: add ability to bypass autofix prompt (#1234) (0407330)
- expose
readdirRecursive(fdf21fa) - expose fetch utils (#1217) (0049a06)
- exposing types for creating API keys to plugins (#1225) (b625d80)
- minor tweaks to plugin extensibility (#1221) (4c72743)
- openapi/upload: add
--confirm-overwriteflag (#1168) (59a913f) - openapi: improvements to circular ref detection, validation errors (#1189) (683320f)
- openapi: improvements to circular ref detection, validation errors (#1189) (57b732f)
- various changes to get us plugin-ready (#1216) (7cbe12b)
Reverts
- don't use v9 release channel in v10 (db80253)