All Versions
32
Latest Version
Avg Release Cycle
123 days
Latest Release
1652 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)