Skip to content

Releases: Apipie/apipie-rails

v1.4.2

20 Jul 00:24
Compare
Choose a tag to compare

What's Changed

  • configure Layout/MultilineMethodCallIndentation to ensure short indent by @mathieujobin in #930
  • Fix error for hash object warnings with delegated method descriptions by @h-lame in #938

Full Changelog: v1.4.1...v1.4.2

v1.4.1

20 Jul 00:23
Compare
Choose a tag to compare

What's Changed

  • Performance/RegexpMatch-20240219233128 by @github-actions in #918
  • Layout/InitialIndentation-20240212233131 by @github-actions in #915
  • Style/MutableConstant-20240214233121 by @github-actions in #916
  • Style/BlockDelimiters-20240216233125 by @github-actions in #917
  • Layout/FirstArrayElementIndentation-20240209233127 by @github-actions in #914
  • RSpec/ExampleWording-20240207233131 by @github-actions in #913
  • Get the build green for modern ruby and rack and rubocop-rspec by @h-lame in #939

Full Changelog: v1.4.0...v1.4.1

v1.4.0 - Thanks to all the contributors

29 May 22:45
Compare
Choose a tag to compare

v1.4.0 (2024-05-30)

Full Changelog

  • Add Ruby 3.3.0 to CI build matrix (#906) Masato Nakamura
  • Fix rubocop CI (#910) (Masato Nakamura)
  • Add metadata for rubygems.org and use https URLs (#909) (Masato Nakamura)
  • Bump GHA actions/checkout to be on node20 by default (#911) (Masato Nakamura)
  • Convert readme to markdown (#920) (Panos Dalitsouris)
  • Fix typos, Found via codespell (#921) (Kian-Meng Ang)
  • Bump ruby versions on test jobs (#927) (Masato Nakamura)
  • Support for Ruby 3.4.0-preview1 (#929) (Masato Nakamura)
  • Add "blank allowed" message to api doc (#926) (Peko)
  • Custom headers responses (#924) (Panos Dalitsouris)

v1.3.0 -- Its almost Xmas

19 Dec 07:47
Compare
Choose a tag to compare

v1.3.0 (2023-12-19)

Full Changelog

  • rubocop fixes (#897) (Mathieu Jobin)
  • Fix usage of deprecated Rack::File in Rack 3.0 (#896) (James Dean Shepherd)
  • add rails 7.1 to the build matrix (#898) (Mathieu Jobin)
  • super small typo fix (#900) (Eric Pugh)
  • support for property example (#901) (Chien-Wei Huang (Michael))
  • Use array items type from validator (#904) (Panos Dalitsouris)

v1.2.3

11 Oct 11:25
Compare
Choose a tag to compare
v1.2.3

v1.2.2

18 Jul 02:07
Compare
Choose a tag to compare

v1.2.2 (2023-07-18)

Full Changelog

  • Fixed Swagger warnings for properties (#892) (shev-vadim-net)
  • Improved support for multipart/form-data example recording (#891) (Butiri Cristian & hossenlopp)
  • rubocop (1.54.2) fixes required with latest version (#893) (Mathieu Jobin)

v1.2.1 - Thanks for all the fixes and improvements

09 Jun 06:12
Compare
Choose a tag to compare

v1.2.1 (2023-06-09)

Full Changelog

  • rspec: Fixes deprecated matcher (#882) (David Wessman)
  • Fix streaming bug (#677) (Hunter Braun)
  • Update README URLs based on HTTP redirects (#448) (ReadmeCritic)
  • Swagger: Adds option to skip default tags (#881) (David Wessman)
  • Parameter validation: Raises error for all missing (#886) (David Wessman)

v1.2.0 -- Thank you Eric Hankins for all the fixes and improvements

03 Jun 00:06
Compare
Choose a tag to compare

v1.2.0 (2023-06-03)

Full Changelog

  • Allow resource_name to be inherited (#872) (Eric Hankins)
  • Fix cache rendering with namespaced resources (#874) (Eric Hankins)
  • Fix deprecated content_type on Rails >= 6 (#879) (Eric Hankins)
  • Fix typo in Collector (#877) (Eric Hankins)
  • Fix error climbing controller hierarchy (#875) (Eric Hankins)
  • Add Gemfile.tools for IDE usage (#876) (Eric Hankins)
  • Fix rubocop (#883) (Mathieu Jobin)
  • Performance/InefficientHashSearch (#884) (RuboCop challenger)
  • Redo Github action script to not need individual gemfiles (#885) (Mathieu Jobin)

v1.1.0 -- Multiple fixes

02 Jun 23:32
Compare
Choose a tag to compare

v1.1.0 (2023-05-16)

Full Changelog

  • Improve performance of route detection #870 (Eric Hankins)
  • Fix startup crash due to typo #869 (Eric Hankins)
  • Skip parse body for pdf responses #871 (Juan Gomez)
  • add missing 'returns' translation #868 (Anthony Robertson)

v1.0.0 - The Swagger release - Huge thanks to Panos Dalitsouris for all the contributions

26 Apr 05:42
Compare
Choose a tag to compare

v1.0.0 (2023-04-26)

Full Changelog

  • Refactor Swagger generator #816 (Panos Dalitsouris)
  • Take into account validator options for required ParamDescription #863 (Panos Dalitsouris)
  • Replace get_resource_name with get_resource_id #864 (Panos Dalitsouris)
  • Namespace swagger configuration #862 (Panos Dalitsouris)
  • Allow boolean array [true, false] to be a valid argument for BooleanValidator #848 (Panos Dalitsouris)
  • Fix swagger warnings #865 (Panos Dalitsouris)
  • Update README - Adds the new Integer option you added recently to the documentation here. #866 (Jeremy Lupoli)
  • [Rubocop] More Rubocop Auto corrections #859