All Versions
66
Latest Version
Avg Release Cycle
261 days
Latest Release
1175 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.8.4 Changes
- NEW #411 Add "replace nil values with empty strings" option (Thanks @manuelmeurer)
-
v0.8.3 Changes
- Closes #421 bug with locals in engine
-
v0.8.2 Changes
- Passing locals when rendering templates via partials or inheritance (Thanks @simsalabim)
-
v0.8.1 Changes
- Fix to respect @collection :root for xml output (Thanks @chinshr)
-
v0.8.0 Changes
- Remove multi_json dependency, simpler JSON handling
-
v0.7.10 Changes
- Add early support for Rails 4 (Thanks @jopotts)
- Add configuration option for raising on missing attributes (Thanks @ReneB)
- Allow caching outside the Rails environment (Thanks @flyerhzm)
- Fix template lookup on Rails (Thanks @vimutter)
-
v0.7.9 Changes
- Replace yajl with oj in docs and tests
- Fix handling of empty children arrays with tests (Thanks @sethvargo)
-
v0.7.8 Changes
- Additional fix for attribute conditional support
-
v0.7.7 Changes
- Fix #344 to avoid: "warning: default `to_a' will be obsolete"
- Fix #356 by adding 'known object classes' like struct to be recognized as objects.
- Fix #354 by adding 'if' and 'unless' to
attribute
(Thanks @andrewhubbs)
-
v0.7.6 Changes
- Fix render behavior by separating data_object and data_name in engine
- Fix regression with 'child' behavior with nil on extends (with tests)