Skip to content

Commit 153656d

Browse files
author
David Heinemeier Hansson
committed
Bump for 2.11.0
1 parent 0bbc365 commit 153656d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
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+
310
2.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

815
2.10.1
9-
----------
16+
------
1017

1118
* Fix keyword arguments warning on Ruby 2.7
1219

1320
2.10.0
14-
----------
21+
------
1522

1623
* Requires Rails 5+ and Ruby 2.2+
1724
* Nested hashes are deep-merged

jbuilder.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::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 = '[email protected]'
66
s.summary = 'Create JSON structures via a Builder-style DSL'

0 commit comments

Comments
 (0)