Releases: a-chacon/oas_rails
Releases · a-chacon/oas_rails
oas_rails: v1.1.0
1.1.0 (2025-07-07)
PROJECT LICENSE UPDATED: prior versions remain under GPL 3, but future releases will use the MIT License.
Features
oas_rails: v1.0.1
1.0.1 (2025-06-25)
Bug Fixes
oas_rails: v1.0.0
1.0.0 (2025-06-22)
⚠ BREAKING CHANGES
@response_example and request_body example changes his structures. Refer to the documentation.
- implement source oas and bumping to oas_core 1.0.0 (#143)
Features
- implement source oas and bumping to oas_core 1.0.0 (#143) (c02889b)
oas_rails: v0.17.1
0.17.1 (2025-06-14)
Bug Fixes
- remove unused oas route variables (a386b9e)
Documentation
- update screenshot of readme (0fc582a)
oas_rails: v0.17.0
0.17.0 (2025-06-09)
Features
⚒️ Breaking change ⚒️
In the process of split OasRails into OasRails and OasCore two features were lost:
- The auto discover of responses
- And the auto discover of request body
It will be reimplemented in future versions.
oas_rails: v0.15.0
0.15.0 (2025-05-28)
Features
- add configurable route extractor to configuration (#134) (7e6d36c)
oas_rails: v0.14.0
0.14.0 (2025-05-18)
Features
- implement support for class level tags and refactors (#121) (6e19ef1)
Bug Fixes
- filter out rubocop and todo annotations (#127) (f46101c)
Documentation
Code Refactoring
- move logic from media type to example finder (#114) (8334b04)
oas_rails: v0.13.0
0.13.0 (2025-04-19)
Features
- add support to active record classes in compound string structures (#112) (da0bba6)
Bug Fixes
- add validation to configuration default response body (#108) (7cd3cc4)
- update easy_tal to easy_talk_two fixing conversions of boolean and decimal fields (#113) (36cb39b)
oas_rails: v0.12.0
0.12.0 (2025-04-12)
Features
- add include_mode for handle what include in final oas (#106) (988b5d0)
- order endpoints by tags in rapidoc. (#105) (f2bd784)
Documentation
- make the book works in the root of the site (312a0ca)