- Fixed critical XSS vulnerability gazay#84 (@vadimr & @Hebo)
- Refactored script tag generation (@toothrot)
- Stop support for MRI 1.8.7
- Added rabl-rails support (@jtherrell)
- Accepting locals in jbuilder templates
- Added new method
Gon#push
for assign variables through Hash-like objects (@topdev) - Fixes for 1.8.7 compatibility.
- !!!IMPORTANT!!! Last version with compatibility for MRI 1.8.7
- Fixed gon.watch in JS without callback and options
- Removed BlankSlate requirement Peter Schröder
- Gon#set_variable and Gon#get_variable moved to public scope
- Added option :locals to gon.rabl functionality
- Added gon.watch functionality (thanks to @brainopia and @kossnocorp)
- Compatibility with jbuilder paths for partial! method
- Fixed some bugs
- Little bit refactoring - Gon now is a class
- Include ActionView::Helpers into Gon::JBuilder
- Added init option (@torbjon)
- Added need_tag option (@afa)
- Almost all code refactored
- Added Gon.global for using gon everywhere
- Included ActionView::Helpers into Rabl::Engine
- Don't really remember what was before this version