Skip to content

Latest commit

 

History

History
311 lines (222 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

311 lines (222 loc) · 12.1 KB

Changelog

2.11.2

2.11.1

  • Use symbols instead of strings for before_action filters [DHH]
  • Slim down comments in generated scaffold code [DHH]

2.11.0

2.10.2

  • Update scaffold generator to use double quotes, 422 form error responds, and modern string-of-arrays syntax [DHH]

2.10.1

  • Fix keyword arguments warning on Ruby 2.7

2.10.0

  • Requires Rails 5+ and Ruby 2.2+
  • Nested hashes are deep-merged

2.9.1

2.9.0

2.8.0

2.7.0

2.6.4

  • Drop the pessimistic upper-bound restriction on Active Support and MultiJSON to prevent future gemfile resolution deadlocks DHH

2.6.3

  • Support Rails 5.1

2.6.2

  • Fix thor warnings

2.6.1

2.6.0

2.5.0

2.4.1

2.4.0

2.3.2

2.3.1

2.3.0

2.2.16

2.2.14

2.2.13

  • Several performance optimizations: #260 & #261

2.2.12

2.2.11

2.2.10

  • Add Jbuilder::Blank#empty? to tell if attributes are empty #257 @a2ikm

2.2.9

  • Support partial! call with locals option in JbuilderTemplate #251

2.2.8

2.2.7

2.2.6

2.2.5

2.2.4

2.2.3

2.2.2

2.2.1

2.2.0

2.1.2

2.1.1

2.1.0

2.0.8

2.0.7

2.0.6

2.0.5

2.0.4

2.0.3

2.0.2

2.0.1

2.0.0

1.5.3

1.5.2

1.5.1

1.5.0

1.4.2

1.4.1

1.4.0

1.3.0

1.2.1

1.2.0

1.0.2

1.0.0

  • Adopt Semantic Versioning
  • Add rails generators