All Versions
32
Latest Version
Avg Release Cycle
123 days
Latest Release
1315 days ago

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)