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

Changelog History
Page 1

  • v6.4.0 Changes

    September 18, 2020

    ๐Ÿ”’ Security

    • CVE-2020-25739: Enforce HTML entities escaping in gon output
  • v6.3.2 Changes

    November 18, 2019

    ๐Ÿ”’ Security

    • Restrict possibility of vulnerable i18n legacy verision (0.3.6.pre) installation
  • v6.3.1 Changes

    November 18, 2019

    ๐Ÿ”„ Changed

    • ActionView::Base and ActionController::Base should be loaded inside ActiveSupport.on_load hook. Thanks to @amatsuda
    • ๐Ÿ’Ž Require Ruby >= 2.2.2 (activesupport). Thanks to @nicolasleger
    • โšก๏ธ Update old_rails.rb to reflect GonHelpers -> ControllerHelpers name change. Thanks to @etipton
  • v6.2.1 Changes

    July 11, 2018

    ๐Ÿ”„ Changed

    • โšก๏ธ Update README: correct spelling mistake. Thanks to @EdwardBetts
    • โœ… Autoload test classes only in test env. Thanks to @wilddima

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix keys cache. Thanks to @ertrzyiks
    • ๐Ÿ›  fixing tests by running with rabl and rabl-rails separately. Thanks to @dsalahutdinov
  • v6.2.0 Changes

    October 04, 2017

    โž• Added

    • Introduce keys cache. Thanks to @vlazar
    • โž• Add possibleErrorCallback to watch params. Thanks to @etagwerker

    ๐Ÿ”„ Changed

    • โšก๏ธ Update readme with PhoenixGon hex link. Thanks to @khusnetdinov
    • ๐Ÿ›  Fix code highlighting in README. Thanks to @ojab
    • ๐Ÿ”จ Refactoring: use attr_reader

    โœ‚ Removed

    • โœ‚ Remove unnecessary json dependency.
    • โœ‚ Remove rubysl and rubinius-developer_tools gem.
  • v6.1.0 Changes

    July 11, 2016

    ๐Ÿ—„ Deprecated

    • ๐Ÿšš env is deprecated and will be removed from Rails 5.0. Thanks to @dlupu

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fix merging routes bug. Thanks to @strikyflo
    • ๐Ÿ‘‰ Show what method was used in public methods error.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use 'need_tag' as option name to prevent calling 'tag' method. Thanks to @june29
    • โšก๏ธ Update README; comment out gon.clear from sample code. Thanks to @speee-nakajima
    • Update README; Replace the include_gon method with render_data method.
    • ๐Ÿ”จ Refactoring: use attr_accessor method.
    • ๐Ÿ”จ Refactoring: use attr_reader method.
  • v6.0.1 Changes

    July 22, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ†“ Free dependencies
  • v6.0.0 Changes

    July 22, 2015

    โž• Added

    • nonce option. Thanks to @joeljackson

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactoring
    • ๐Ÿš… Included rails url_helpers into jbuilder. Thanks to @razum2um
  • v5.2.3 Changes

    November 03, 2014

    โž• Added

    • Coffescript implementation of watch.js. Thanks to @willcosgrove
    • unwatchAll function in watch.js. Thanks to @willcosgrove
  • v5.2.2 Changes

    October 31, 2014

    โž• Added

    • ๐Ÿ‘Œ support for controller helper methods in jbuilder