Releases: nesquena/rabl
Releases · nesquena/rabl
v0.17.0
What's Changed
- Adds Ruby 3.2 to the CI matrix by @petergoldstein in #760
- Fix typos by @kianmeng in #762
- Fix CI and test against Ruby 3.3 by @tagliala in #763
- Fix CI failures related to sqlite3 by @tagliala in #766
- Improve gemspec by @tagliala in #767
- Added support for Rails 8 by @basex in #768
- Add RubyGems badge by @tagliala in #771
- Update version and changelog by @tagliala in #772
New Contributors
Full Changelog: v0.16.1...v0.17.0
v0.16.1
What's Changed
- Fix
ArgumentError
when there are no keyword arguments (Ruby < 2.7) by @sylvain-8422 in #759
New Contributors
- @sylvain-8422 made their first contribution in #759
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- Avoid loading
ActionController::API
constant by @ghiculescu in #753 - Document Rabl setting
oj
's mode by @ghiculescu in #754 - Revert "Avoid loading
ActionController::API
constant" by @ghiculescu in #755 - Add Ruby 3.1 to the CI matrix by @petergoldstein in #756
- Fix
ArgumentError
when block given with keyword arguments by @kyoshidajp in #757 - Add "except" option to extends by @perryqh in #758
New Contributors
- @ghiculescu made their first contribution in #753
- @kyoshidajp made their first contribution in #757
- @perryqh made their first contribution in #758
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Require action_view for ActionView::Digestor by @ngan in #743
- Move CI to GitHub Actions by @tagliala in #746
- Chore/update to rr 3 by @tagliala in #747
- Chore/relax i18n dependency by @tagliala in #748
- Fix link to FactoryBot contributing guidelines by @tagliala in #750
- Add support for Rails 7 by @tagliala in #752
New Contributors
Full Changelog: v0.14.5...v0.15.0
v0.14.0
Rails 5 API mode support