All Versions
32
Latest Version
Avg Release Cycle
123 days
Latest Release
924 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.2.1 Changes
October 28, 2014โ Added
- ๐ merge variable feature (for merge hash-like variables instead of overriding them). Thanks to @jalkoby
๐ Fixed
- ๐ fix for jbuilder module. Thanks to @jankovy
-
v5.2.0 Changes
August 26, 2014โ Added
- namespace_check option. Thanks to @tommyh
- AMD compatible version of including gon. Thanks to @vijoc
๐ Changed
- Only inject gon into ActionController::Base-like object in spec_helper. Thanks to @kevinoconnor7
๐ Fixed
- ๐ fix issue where include_gon would raise exception if the controller did not assign any gon variables. Thanks to @asalme
-
v5.1.2 Changes
July 22, 2014๐ Changed
- Clarifying helpers, dump gon#watch content to safe json before render. Thanks to @Strech
-
v5.1.1 Changes
July 17, 2014โ Added
- global_root option. Thanks to @rafaelliu
- ๐ MultiJson support. Thanks to @Strech
-
v5.1.0 Changes
June 29, 2014๐ Fixed
- ๐ Many fixes. Thanks to @Silex, @kilefritz, @irobayna, @kyrylo, @randoum, @jackquack, @tuvistavie, @Strech for awesome commits and help!
-
v5.0.4 Changes
February 13, 2014๐ Fixed
- ๐ Fix check for get and assign variables for Gon.global
-
v5.0.3 Changes
February 12, 2014โ Removed
- โช Revert changes in gemspec
-
v5.0.2 Changes
February 12, 2014๐ Fixed
- ๐ Fix issue when there is no gon object for current thread and rendering include_gon (#108 part) (wasn't fixed) (@gregmolnar)
-
v5.0.1 Changes
December 30, 2013๐ Fixed
- ๐ Fix issue when there is no gon object for current thread and rendering include_gon (#108 part)
-
v5.0.0 Changes
December 26, 2013๐ Changed
- Gon is threadsafe now! (@razum2um)
- Camelcasing with depth (@MaxSchmeling)
- ๐ Optional CDATA and style refactoring (@torbjon)
- ๐ jBuilder supports not only String and Hash types of locals (@steakchaser)
- Using ActionDispatch::Request#uuid instead of ActionDispatch::Request#id (@sharshenov)