Releases: a-chacon/oas_rails
Releases · a-chacon/oas_rails
oas_rails: v0.8.3
0.8.3 (2024-12-21)
Bug Fixes
- update dependencies and release changes not following conventional commits (e97ea5b)
- Config added:
config.http_verb
(914686c)
- Config added:
config.use_model_names
(b790895)
oas_rails: v0.8.2
0.8.2 (2024-10-11)
Bug Fixes
- remove dependency of Rails 7 so it could run in Rails 8 too. (#61) (a57fd16)
oas_rails: v0.8.1
0.8.1 (2024-10-01)
Documentation
- readme: add demo video link (48732e0)
- readme: add some emojis and fix the indication for a required param (2f0fca1)
oas_rails: v0.8.0
0.8.0 (2024-08-31)
Features
- route_extractor: feature ignore custom route (#54) (e34b3ee)
- view: support custom layout (#52) (abef8d3)
Bug Fixes
- yard_oas_rails_factory: set different expresion for request body examples (ceea6eb)
Tests
oas_rails: v0.7.0
0.7.0 (2024-08-27)
Features
- view: Adding the title from the config initializer in the views title (#48) (61cf843)
Documentation
oas_rails: v0.6.0
0.6.0 (2024-08-26)
Features
Bug Fixes
- default body response following the new syntax (a397555)
oas_rails: v0.5.0
0.5.0 (2024-08-23)
Features
- disable autodiscover responses for endpoints with at least one documented response. (ecd1318)
Code Refactoring
- redefine the way request body and responses are described. BREAKING. (ed5eef5)
oas_rails: v0.4.5
0.4.5 (2024-08-21)
Bug Fixes
- return self when default responses and autodiscover is disabled. (0d26fcc)
oas_rails: v0.4.4
0.4.4 (2024-08-20)
Bug Fixes
- make the test works with rake under 3.1 (7220e26)
- manage when same route has two or more verbs (cb99f31)
- use Rack::Utils.status_code instead of Rack::Utils::SYMBOL_TO_STATUS_CODE (0c9dccb)
oas_rails: v0.4.3
0.4.3 (2024-08-19)
Bug Fixes
- rails version was ~>7.0.0 which was not allowing to use 7.2 (8e9e6e2)