Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 566 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 566 Bytes

CHANGELOG

4.0.0

  • 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

3.0.3

  • Include ActionView::Helpers into Gon::JBuilder
  • Added init option (@torbjon)

3.0.2

  • Added need_tag option (@afa)

3.0.0

  • Almost all code refactored
  • Added Gon.global for using gon everywhere
  • Included ActionView::Helpers into Rabl::Engine

2.3.0

  • Don't really remember what was before this version