File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ 2.11.0
4+ ------
5+
6+ * [ Allow jbuilder instance to be passed to #merge!] ( https://github.com/rails/jbuilder/pull/485 )
7+ * [ Fix for key_format! when using nested hashes] ( https://github.com/rails/jbuilder/pull/486 )
8+ * [ Include rich_text, attachment, and attachments fields in json partial] ( https://github.com/rails/jbuilder/pull/459 )
9+
3102.10.2
4- ----------
11+ ------
512
613* Update scaffold generator to use double quotes, 422 form error responds, and modern string-of-arrays syntax [ DHH]
714
8152.10.1
9- ----------
16+ ------
1017
1118* Fix keyword arguments warning on Ruby 2.7
1219
13202.10.0
14- ----------
21+ ------
1522
1623* Requires Rails 5+ and Ruby 2.2+
1724* Nested hashes are deep-merged
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'jbuilder'
3- s . version = '2.10.2 '
3+ s . version = '2.11.0 '
44 s . authors = 'David Heinemeier Hansson'
55 s . email = 'david@basecamp.com'
66 s . summary = 'Create JSON structures via a Builder-style DSL'
You can’t perform that action at this time.
0 commit comments