Skip to content

Releases: a-chacon/oas_rails

oas_rails: v0.2.2

31 Jul 16:19
b8e9d2c
Compare
Choose a tag to compare

0.2.2 (2024-07-31)

Bug Fixes

  • media_types: fixtures could be not present when looking for examples. It was raising an Errno::ENOENT. Now will be rescue and returned a default {}. (03ff14d)

oas_rails: v0.2.1

31 Jul 13:37
d807599
Compare
Choose a tag to compare

0.2.1 (2024-07-31)

Bug Fixes

  • route_extractor: Verify the correct implementation of a route. If (e8ab706)

oas_rails: v0.2.0

30 Jul 23:28
853ba2d
Compare
Choose a tag to compare

0.2.0 (2024-07-30)

Features

  • add a configuration for filter routes. So if you have your api in the namespace /api/v1 you could add config.api_path='/api/v1' for filter the routes to be included in the documentation. (22eaa9c)
  • Add methods for documenting authorization. (f543146)
  • add release please workflow and release all changes (1e137a4)
  • add ruby version to repo (0ac81a3)
  • preparing first version of gem (849922a)
  • release version 0.1.0 (ca16692)
  • release version 0.1.1 (2c2c5c6)

Bug Fixes

  • protect_from_forgery should be called in OasRails::ApplicationController (76af772)
  • protect_from_forgery should be configured with with: :exception (11fd990)
  • extract functions from OasRails module to Utils module for fix offense of lenght module (f740dca)
  • make the same route respond with the RapiDoc view or the json file (7fe53f3)
  • release plase config names (c54f35f)
  • remove unused style import (291efdf)
  • rename configuration request_body_automatically to autodiscover_request_body (266828e)
  • rubocop configuration and gemspec definition (2b05b3d)
  • set sqlite version in gemfile (559d993)