All Versions
32
Latest Version
Avg Release Cycle
123 days
Latest Release
1111 days ago
Changelog History
Page 1
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