Releases: rails/jbuilder
Releases · rails/jbuilder
v2.13.0
What's Changed
- Redirect to
@record
or path in controller generator by @jeromedalbert in #569 - Return early from collection partial rendering if blank by @tylerjc in #560
- Add missing ':see_other' status code in generated destroy controller method by @ldeld in #538
- Remove OpenStruct references from Jbuilder by @mtsmfm in #567
- Use new
params.expect
syntax instead ofparams.require
by @jeromedalbert in #573
New Contributors
- @jeromedalbert made their first contribution in #570
- @tylerjc made their first contribution in #560
- @ldeld made their first contribution in #538
- @mtsmfm made their first contribution in #567
Full Changelog: v2.12.0...v2.13.0
v2.12.0
What's Changed
- Use OpenStruct only if available by @yahonda in #562
- Replace deprecated
ProxyObject
withBasicObject
by @Earlopain in #563 - Avoid loading
ActionController::API
constant by @nvasilevski in #529 - Fixed a bug where #501 broke compatibility with Enumerable by @yuki24 in #531
- Fix namespace issue when generating jbuilder views by @hahmed in #536
- Remove reliance on ERBTracker from rails by @HParker in #504
- Fix require path of dependency_tracker in railtie.rb by @jalyna in #552
New Contributors
- @nvasilevski made their first contribution in #529
- @okuramasafumi made their first contribution in #526
- @berkos made their first contribution in #528
- @hahmed made their first contribution in #536
- @casperisfine made their first contribution in #550
- @jalyna made their first contribution in #552
- @yahonda made their first contribution in #562
- @Earlopain made their first contribution in #563
- @stefannibrasil made their first contribution in #539
Full Changelog: v2.11.5...v2.12.0
v2.11.5
v2.11.4
v2.11.3
v2.11.2
v2.11.1
What's Changed
- Use symbols instead of strings for before_action filters [DHH]
- Slim down comments in generated scaffold code [DHH]
Full Changelog: v2.11.0...v2.11.1
v2.11.0
What's Changed
- Add rich_text, attachment, and attachments fields support by @excid3 in #459
- Fix for key_format! to handle nested hashes by @blackjack26 in #486
- Support Jbuilder instances in merge! by @peterzhu2118 in #485
New Contributors
- @excid3 made their first contribution in #459
- @blackjack26 made their first contribution in #486
- @peterzhu2118 made their first contribution in #485
Full Changelog: v2.10.2...v2.11.0
v2.10.2
What's Changed
- Update scaffold generator to use double quotes, 422 form error responds, and modern string-of-arrays syntax
Full Changelog: v2.10.1...v2.10.2