Skip to content

v2.14.0

Compare
Choose a tag to compare
@rafaelfranca rafaelfranca released this 08 Aug 19:50
· 3 commits to main since this release
v2.14.0
30ba7df

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 formatting Symbols 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 via alias_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

Full Changelog: v2.13.0...v2.14.0