What's Changed
With v1.15, Rage introduces OpenAPI Explorer - a tool that allows you to experiment with Rage::OpenAPI
without the need to set up a project. You can try out different tags and serializer combinations to see the documentation generated by Rage::OpenAPI
.
Additionally, the release includes some new functionality and numerous bug fixes.
Added
- Enhance the
Rage::Request
class by @aaoafk - [OpenAPI] Support the
@param
tag
Fixed
- Fix using
Fiber.schedule
in console by @lkibbalam - Correctly handle regexp origins in
Rage::Cors
- [OpenAPI] Correctly handle trailing slash
- [OpenAPI] Correctly handle empty shared components
- [OpenAPI] Explicitly load Prism
- [OpenAPI] Correctly verify available before actions
- [OpenAPI] Correctly handle global comments
Shoutouts
Thank you to @RichStone for his idea of the OpenAPI Explorer tool, as well as for his feedback and advice on how to improve Rage::OpenAPI
.
New Contributors
- @aaoafk made their first contribution in #123
- @lkibbalam made their first contribution in #143
Full Changelog: v1.14.0...v1.15.0