Releases: a-chacon/oas_rails
Releases · a-chacon/oas_rails
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)
oas_rails: v0.11.0
0.11.0 (2025-04-07)
Features
- add rapidoc assets to the gem. So will load locally without need CDN (#94) (ab0c684)
- Ebook (#98) (e680d6b)
- pre defined themes for rapidoc (#96) (6c5b75b)
Bug Fixes
- finish to process a json schema from a active record class with easy talk (#95) (f3b4401)
- small text fix in initializer template file (#97) (a31bfa0)
Documentation
- readme: add documentation for configure project's license (#89) (19fdb97)
oas_rails: v0.10.1
0.10.1 (2025-03-29)
Bug Fixes
- include full web page structure in index views becouse the layout was not in use. (2eec88a)
- parameter builder: return empty string when trying to extract word before path param (c5fcb00)
oas_rails: v0.10.0
0.10.0 (2025-03-26)
Features
- add support for multiline tag definition (#83) (4a7b3cf)
- set brackets to query params when they are defined as array. (#79) (6367528)
Bug Fixes
Code Refactoring
- replace squema with easy_talk gem for convert active record classes to json squema (#82) (ced2f4f)