File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ 2.3.0
4
+ -----
5
+
6
+ * [ Add new in-place partial invocation support] ( https://github.com/rails/jbuilder/commit/1feda7ee605c136e59fb4de970f4674de518e6de )
7
+ * [ Add implicit partial rendering for AM::Models] ( https://github.com/rails/jbuilder/commit/4d5bf7d0ea92765adb7be36834e84f9855a061df )
8
+ * [ Generate API controller if Rails API option is enabled] ( https://github.com/rails/jbuilder/commit/db68f6bd327cf42b47ef22d455fb5721a8c2cf5f )
9
+ * [ JBuilder's templates have less priority than app templates] ( https://github.com/rails/jbuilder/commit/7c1a5f25603ec1f4e51fba3dbba9db23726a5d69 )
10
+ * [ Add AC::Helpers module to jbuilder for api only apps] ( https://github.com/rails/jbuilder/commit/7cf1d1eb7d125caf38309b5427952030011c1aa0 )
11
+
3
12
2.2.16
4
13
------
5
14
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'jbuilder'
3
- s . version = '2.2.16 '
3
+ s . version = '2.3.0 '
4
4
s . authors = [ 'David Heinemeier Hansson' , 'Pavel Pravosud' ]
5
5
6
6
s . summary = 'Create JSON structures via a Builder-style DSL'
You can’t perform that action at this time.
0 commit comments