Sha256: 21a037b16e2c80a12aa8640a2dc9d68f12462d2a5ea109178f0eb9470d397133

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

# CHANGELOG

## 5.0.4

  * Fix check for get and assign variables for Gon.global

## 5.0.3

  * Revert changes in gemspec

## 5.0.2

  * Fix issue when there is no gon object for current thread and
    rendering include_gon (#108 part) (wasn't fixed) (@gregmolnar)

## 5.0.1

  * Fix issue when there is no gon object for current thread and
    rendering include_gon (#108 part)

## 5.0.0

  * Gon is threadsafe now! (@razum2um)
  * Camelcasing with depth (@MaxSchmeling)
  * Optional CDATA and style refactoring (@torbjon)
  * jBuilder supports not only String and Hash types of locals
    (@steakchaser)
  * Using ActionDispatch::Request#uuid instead of
    ActionDispatch::Request#id (@sharshenov)

## 4.1.1

  * Fixed critical XSS vulnerability https://github.com/gazay/gon/issues/84 (@vadimr & @Hebo)

## 4.1.0

  * Refactored script tag generation (@toothrot)
  * Stop support for MRI 1.8.7
  * Added rabl-rails support (@jtherrell)
  * Accepting locals in jbuilder templates

## 4.0.3

  * 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

## 4.0.2

  * Fixed gon.watch in JS without callback and options

## 4.0.1

  * Removed BlankSlate requirement *Peter Schröder*
  * Gon#set_variable and Gon#get_variable moved to public scope
  * Added option :locals to gon.rabl functionality

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gon-5.0.4 CHANGELOG.md