Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-08 | 1.9 kB | |
v2.14.0 source code.tar.gz | 2025-08-08 | 24.7 kB | |
v2.14.0 source code.zip | 2025-08-08 | 39.0 kB | |
Totals: 3 Items | 65.5 kB | 1 |
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 https://github.com/rails/jbuilder/pull/582
- Add status: :see_other to update action by @excid3 in https://github.com/rails/jbuilder/pull/583
- Force close final statement in templates by @ienders in https://github.com/rails/jbuilder/pull/578
- Optimize
_is_collection?
method by @moberegger in https://github.com/rails/jbuilder/pull/590 - Add
#frozen_string_literal: true
to all files by @moberegger in https://github.com/rails/jbuilder/pull/599 - Optimize
_key
to prevent string allocation when formattingSymbol
s by @moberegger in https://github.com/rails/jbuilder/pull/593 - Optimize key formatter by @moberegger in https://github.com/rails/jbuilder/pull/597
- Optimize internal
extract!
calls to save on memory allocation by @moberegger in https://github.com/rails/jbuilder/pull/598 - Fix regression in API controllers with view_cache_dependencies helper by @excid3 in https://github.com/rails/jbuilder/pull/575
- Optimize
method_missing
viaalias_method
by @moberegger in https://github.com/rails/jbuilder/pull/600 - Cleanup project for Rails 7+ support by @moberegger in https://github.com/rails/jbuilder/pull/594
- Fix warnings and prevent Jbuilder::VERSION constant from being obliterated by @pixeltrix in https://github.com/rails/jbuilder/pull/574
- Optimize memory allocation when rendering partials by @moberegger in https://github.com/rails/jbuilder/pull/591
New Contributors
- @richardvenneman made their first contribution in https://github.com/rails/jbuilder/pull/576
- @ienders made their first contribution in https://github.com/rails/jbuilder/pull/578
- @moberegger made their first contribution in https://github.com/rails/jbuilder/pull/590
Full Changelog: https://github.com/rails/jbuilder/compare/v2.13.0...v2.14.0