Skip to content

v1.15.0

Latest
Compare
Choose a tag to compare
@rsamoilov rsamoilov released this 02 Apr 17:45
8a8a12e

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

Full Changelog: v1.14.0...v1.15.0