v2.14.0
What's Changed
- Drop support to Ruby < 3.0 and Rails < 7.0
- Test against Rails 8 and fix Rails 7 logger dependency by @excid3 in #582
- Add status: :see_other to update action by @excid3 in #583
- Force close final statement in templates by @ienders in #578
- Optimize
_is_collection?
method by @moberegger in #590 - Add
#frozen_string_literal: true
to all files by @moberegger in #599 - Optimize
_key
to prevent string allocation when formattingSymbol
s by @moberegger in #593 - Optimize key formatter by @moberegger in #597
- Optimize internal
extract!
calls to save on memory allocation by @moberegger in #598 - Fix regression in API controllers with view_cache_dependencies helper by @excid3 in #575
- Optimize
method_missing
viaalias_method
by @moberegger in #600 - Cleanup project for Rails 7+ support by @moberegger in #594
- Fix warnings and prevent Jbuilder::VERSION constant from being obliterated by @pixeltrix in #574
- Optimize memory allocation when rendering partials by @moberegger in #591
New Contributors
- @richardvenneman made their first contribution in #576
- @ienders made their first contribution in #578
- @moberegger made their first contribution in #590
Full Changelog: v2.13.0...v2.14.0