gon v6.1.0 Release Notes

Release Date: 2016-07-11 // almost 8 years ago
  • 🗄 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.