Skip to content

Releases: a-chacon/oas_rails

oas_rails: v1.1.0

07 Jul 21:44
1f400c6
Compare
Choose a tag to compare

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

25 Jun 22:03
3902ece
Compare
Choose a tag to compare

1.0.1 (2025-06-25)

Bug Fixes

oas_rails: v1.0.0

22 Jun 02:17
d60e755
Compare
Choose a tag to compare

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

14 Jun 18:34
f044e43
Compare
Choose a tag to compare

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

09 Jun 01:32
47fad95
Compare
Choose a tag to compare

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.16.0

07 Jun 00:19
c03b34d
Compare
Choose a tag to compare

0.16.0 (2025-06-06)

Features

oas_rails: v0.15.0

29 May 16:37
879f037
Compare
Choose a tag to compare

0.15.0 (2025-05-28)

Features

  • add configurable route extractor to configuration (#134) (7e6d36c)

oas_rails: v0.14.0

18 May 10:20
6543ed0
Compare
Choose a tag to compare

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

19 Apr 17:28
b52a45f
Compare
Choose a tag to compare

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

13 Apr 19:36
7c6e676
Compare
Choose a tag to compare

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)