Skip to content

Releases: a-chacon/oas_rails

oas_rails: v0.8.3

21 Dec 22:48
8bb548b
Compare
Choose a tag to compare

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

11 Oct 14:58
adf10ba
Compare
Choose a tag to compare

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

02 Oct 00:14
ecf0cfe
Compare
Choose a tag to compare

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

31 Aug 01:30
0cabfc1
Compare
Choose a tag to compare

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

27 Aug 13:03
2b7f261
Compare
Choose a tag to compare

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

26 Aug 00:51
3f96a11
Compare
Choose a tag to compare

0.6.0 (2024-08-26)

Features

Bug Fixes

  • default body response following the new syntax (a397555)

oas_rails: v0.5.0

23 Aug 21:45
0eea56d
Compare
Choose a tag to compare

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

22 Aug 01:20
838695e
Compare
Choose a tag to compare

0.4.5 (2024-08-21)

Bug Fixes

  • return self when default responses and autodiscover is disabled. (0d26fcc)

oas_rails: v0.4.4

20 Aug 15:45
4c0c318
Compare
Choose a tag to compare

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

19 Aug 13:48
98cb854
Compare
Choose a tag to compare

0.4.3 (2024-08-19)

Bug Fixes

  • rails version was ~>7.0.0 which was not allowing to use 7.2 (8e9e6e2)