Recent Releases of https://github.com/rails/jbuilder
https://github.com/rails/jbuilder - v2.14.1
What's Changed
- Ensure that
Jbuilder.encodeproperly forwards arguments to.newby @flavorjones in https://github.com/rails/jbuilder/pull/601
New Contributors
- @flavorjones made their first contribution in https://github.com/rails/jbuilder/pull/601
Full Changelog: https://github.com/rails/jbuilder/compare/v2.14.0...v2.14.1
- Ruby
Published by rafaelfranca 7 months ago
https://github.com/rails/jbuilder - 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 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: trueto all files by @moberegger in https://github.com/rails/jbuilder/pull/599 - Optimize
_keyto prevent string allocation when formattingSymbols 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_missingviaalias_methodby @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
- Ruby
Published by rafaelfranca 7 months ago
https://github.com/rails/jbuilder - v2.13.0
What's Changed
- Redirect to
@recordor path in controller generator by @jeromedalbert in https://github.com/rails/jbuilder/pull/569 - Return early from collection partial rendering if blank by @tylerjc in https://github.com/rails/jbuilder/pull/560
- Add missing ':see_other' status code in generated destroy controller method by @ldeld in https://github.com/rails/jbuilder/pull/538
- Remove OpenStruct references from Jbuilder by @mtsmfm in https://github.com/rails/jbuilder/pull/567
- Use new
params.expectsyntax instead ofparams.requireby @jeromedalbert in https://github.com/rails/jbuilder/pull/573
New Contributors
- @jeromedalbert made their first contribution in https://github.com/rails/jbuilder/pull/570
- @tylerjc made their first contribution in https://github.com/rails/jbuilder/pull/560
- @ldeld made their first contribution in https://github.com/rails/jbuilder/pull/538
- @mtsmfm made their first contribution in https://github.com/rails/jbuilder/pull/567
Full Changelog: https://github.com/rails/jbuilder/compare/v2.12.0...v2.13.0
- Ruby
Published by dhh over 1 year ago
https://github.com/rails/jbuilder - v2.12.0
What's Changed
- Use OpenStruct only if available by @yahonda in https://github.com/rails/jbuilder/pull/562
- Replace deprecated
ProxyObjectwithBasicObjectby @Earlopain in https://github.com/rails/jbuilder/pull/563 - Avoid loading
ActionController::APIconstant by @nvasilevski in https://github.com/rails/jbuilder/pull/529 - Fixed a bug where #501 broke compatibility with Enumerable by @yuki24 in https://github.com/rails/jbuilder/pull/531
- Fix namespace issue when generating jbuilder views by @hahmed in https://github.com/rails/jbuilder/pull/536
- Remove reliance on ERBTracker from rails by @HParker in https://github.com/rails/jbuilder/pull/504
- Fix require path of dependency_tracker in railtie.rb by @jalyna in https://github.com/rails/jbuilder/pull/552
New Contributors
- @nvasilevski made their first contribution in https://github.com/rails/jbuilder/pull/529
- @okuramasafumi made their first contribution in https://github.com/rails/jbuilder/pull/526
- @berkos made their first contribution in https://github.com/rails/jbuilder/pull/528
- @hahmed made their first contribution in https://github.com/rails/jbuilder/pull/536
- @casperisfine made their first contribution in https://github.com/rails/jbuilder/pull/550
- @jalyna made their first contribution in https://github.com/rails/jbuilder/pull/552
- @yahonda made their first contribution in https://github.com/rails/jbuilder/pull/562
- @Earlopain made their first contribution in https://github.com/rails/jbuilder/pull/563
- @stefannibrasil made their first contribution in https://github.com/rails/jbuilder/pull/539
Full Changelog: https://github.com/rails/jbuilder/compare/v2.11.5...v2.12.0
- Ruby
Published by dhh almost 2 years ago
https://github.com/rails/jbuilder - v2.11.5
What's Changed
- Make sure action_view is loaded before using it.
Full Changelog: https://github.com/rails/jbuilder/compare/v2.11.4...v2.11.5
- Ruby
Published by rafaelfranca about 4 years ago
https://github.com/rails/jbuilder - v2.10.0
What's Changed
- Requires Rails 5+ and Ruby 2.2+
- Nested hashes are deep-merged
- Update comment in controller generator templates by @eileencodes in https://github.com/rails/jbuilder/pull/467
- Fix warnings on Ruby 2.7 by @r7kamura in https://github.com/rails/jbuilder/pull/468
New Contributors
- @eileencodes made their first contribution in https://github.com/rails/jbuilder/pull/467
- @r7kamura made their first contribution in https://github.com/rails/jbuilder/pull/468
Full Changelog: https://github.com/rails/jbuilder/compare/v2.9.1...v2.10.0
- Ruby
Published by rafaelfranca about 4 years ago
https://github.com/rails/jbuilder - 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: https://github.com/rails/jbuilder/compare/v2.10.1...v2.10.2
- Ruby
Published by rafaelfranca about 4 years ago
https://github.com/rails/jbuilder - v2.11.0
What's Changed
- Add rich_text, attachment, and attachments fields support by @excid3 in https://github.com/rails/jbuilder/pull/459
- Fix for key_format! to handle nested hashes by @blackjack26 in https://github.com/rails/jbuilder/pull/486
- Support Jbuilder instances in merge! by @peterzhu2118 in https://github.com/rails/jbuilder/pull/485
New Contributors
- @excid3 made their first contribution in https://github.com/rails/jbuilder/pull/459
- @blackjack26 made their first contribution in https://github.com/rails/jbuilder/pull/486
- @peterzhu2118 made their first contribution in https://github.com/rails/jbuilder/pull/485
Full Changelog: https://github.com/rails/jbuilder/compare/v2.10.2...v2.11.0
- Ruby
Published by rafaelfranca about 4 years ago
https://github.com/rails/jbuilder - 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: https://github.com/rails/jbuilder/compare/v2.11.0...v2.11.1
- Ruby
Published by rafaelfranca about 4 years ago
https://github.com/rails/jbuilder - v2.11.2
What's Changed
- Improve key formatting for nested hashes and disable by default by @tf in https://github.com/rails/jbuilder/pull/497
New Contributors
- @henrik made their first contribution in https://github.com/rails/jbuilder/pull/496
- @tf made their first contribution in https://github.com/rails/jbuilder/pull/497
Full Changelog: https://github.com/rails/jbuilder/compare/v2.11.1...v2.11.2
- Ruby
Published by rafaelfranca about 4 years ago
https://github.com/rails/jbuilder - v2.11.4
What's Changed
- Fix scaffold controller generator with namespace by @ceritium in https://github.com/rails/jbuilder/pull/512
- Remove the unwanted #empty call on the collection by @yuki24 in https://github.com/rails/jbuilder/pull/524
Full Changelog: https://github.com/rails/jbuilder/compare/v2.11.3...v2.11.4
- Ruby
Published by dhh about 4 years ago
https://github.com/rails/jbuilder - v2.11.3
What's Changed
- Speed up collection rendering and add support for multifetch collection handling by @yuki24 in https://github.com/rails/jbuilder/pull/501
Full Changelog: https://github.com/rails/jbuilder/compare/v2.11.2...v2.11.3
- Ruby
Published by dhh over 4 years ago
https://github.com/rails/jbuilder - 2.10.1
- Fix keyword arguments warning on Ruby 2.7
- Ruby
Published by pixeltrix over 5 years ago