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

Changelog History
Page 3

  • v4.1.1 Changes

    June 04, 2013

    ๐Ÿ›  Fixed

  • v4.1.0 Changes

    April 14, 2013

    โž• Added

    • ๐Ÿš… rabl-rails support (@jtherrell)

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactored script tag generation (@toothrot)
    • ๐Ÿ‘ Stop support for MRI 1.8.7
    • Accepting locals in jbuilder templates
  • v4.0.3 Changes

    April 14, 2013

    !!!IMPORTANT!!! Last version with compatibility for MRI 1.8.7

    โž• Added

    • ๐Ÿ†• new method Gon#push for assign variables through Hash-like objects (@topdev) ### ๐Ÿ”„ Changed
    • ๐Ÿ›  Fixes for 1.8.7 compatibility.
  • v4.0.2 Changes

    December 17, 2012

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed gon.watch in JS without callback and options
  • v4.0.1 Changes

    October 25, 2012

    โž• Added

    • option :locals to gon.rabl functionality

    ๐Ÿ”„ Changed

    • Gon#set_variable and Gon#get_variable moved to public scope

    โœ‚ Removed

    • BlankSlate requirement (@phoet)
  • v4.0.0 Changes

    July 23, 2012

    โž• Added

    • gon.watch functionality (thanks to @brainopia and @kossnocorp)
    • Compatibility with jbuilder paths for partial! method

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Little bit refactoring - Gon now is a class

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed some bugs
  • v3.0.5 Changes

    June 22, 2012

    โž• Added

    • type text/javascript option (@torbjon)

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ A litlle bit refactoring
    • ๐Ÿ‘ Made compatible with active support json encoding for escaping script tags

    ๐Ÿ›  Fixed

    • ๐Ÿ› bug for init option
    • clear if init true (@torbjon)
  • v3.0.4 Changes

    June 02, 2012

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix bug with gon clear with global variables, bump version
  • v3.0.3 Changes

    May 22, 2012

    โž• Added

    • init option (@torbjon)

    ๐Ÿ”„ Changed

    • Include ActionView::Helpers into Gon::JBuilder
  • v3.0.2 Changes

    April 28, 2012

    โž• Added

    • need_tag option (@afa)