Releases: Apipie/apipie-rails
Releases · Apipie/apipie-rails
v1.4.2
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
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
v1.4.0 (2024-05-30)
- 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
v1.3.0 (2023-12-19)
- 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
v1.2.3
v1.2.2
v1.2.1 - Thanks for all the fixes and improvements
v1.2.1 (2023-06-09)
v1.2.0 -- Thank you Eric Hankins for all the fixes and improvements
v1.2.0 (2023-06-03)
- 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
v1.0.0 - The Swagger release - Huge thanks to Panos Dalitsouris for all the contributions
v1.0.0 (2023-04-26)
- Refactor Swagger generator #816 (Panos Dalitsouris)
- Take into account validator options for
required
ParamDescription #863 (Panos Dalitsouris) - Replace
get_resource_name
withget_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