All Versions
63
Latest Version
Avg Release Cycle
243 days
Latest Release
762 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.5 Changes
December 05, 2014- Check if context_scope includes ".settings.views" for Sinatra (@LTe)
- ๐ Fix view path issue for partials (@LTe)
-
v0.11.4 Changes
November 08, 2014- ๐ FIX Get MultiBuilder to behave properly around nil engines (@DouweM)
-
v0.11.3 Changes
November 03, 2019- ๐ FIX error when attempting to cache empty child collections (@DouweM)
- ๐ FIX bug causing Rails 4 cache digests never to be appended (@DouweM)
-
v0.11.2 Changes
October 26, 2019- ๐ FIX Don't put nil into builder engines when glueing nil object (@DouweM)
-
v0.11.1 Changes
October 19, 2019- ๐ NEW #417 Major rewrite caching layer to be much faster using read_multi (@ahlatimer, @DouweM)
- ๐ FIX #589 Use set to speed up is_collection method check (@ccocchi)
- ๐ FIX #584 Fix issues with newer releases of oj gem (@DouweM)
-
v0.11.0 Changes
August 16, 2019- โช Restore ruby 1.8 compatibility (@s01ipsist, @patrickdavey)
- ๐ Fix Rabl::Tracker to match paths with numbers (@szimek)
- ๐ Fix caching of a recursive template (@bonobos)
- ๐ Fix cache for non-rails apps (@t-k)
- Escape output all at once to properly escape content (@bholzer)
- โ Add hashie mash to known object list (@nguyenmighty)
- โ Remove root object when set to false value (@mrThe)
-
v0.10.1 Changes
May 28, 2019- ๐ Fix nasty formatting bug that broke XML (@bhicks)
-
v0.10.0 Changes
May 24, 2019- ๐ Fix typo in readme about new options (@PikachuEXE)
- ๐ Use the request format for source lookup (@omgitsads)
- ๐จ Simplify rendering methods with refactor (@bhicks)
- Reset format and scope options for each request (@bhicks)
- Convert keys to ensure uniqueness (@swalkinshaw)
- โ Add fallback for child name if its nil (@swalkinshaw)
- Apply replace_xxx_values recursively within nested values (@igas)
-
v0.9.4.pre1 Changes
March 30, 2019- ๐ NEW #527 Add configuration excluding empty values in collections (@addbrick)
- ๐ FIX #516 Set default root_object lazily (@DouweM)
- ๐ FIX #540 Fix cache digest in Rails 4.1 (@huoxito)
- ๐ FIX #534 Bug with management of empty string values (@nickkov89)
- ๐ FIX #519 JSON in README (@shirish4you)
- ๐ NEW #514 Add configuration to exclude nil values (@oharsta)
-
v0.9.3 Changes
December 05, 2019- ๐ FIX Send engine options through from render call (Thanks @bhicks)
- ๐ FIX Cleanup compile_hash method through refactoring complexity (Thanks @bhicks)
- ๐ FIX #503 handling render case with no lookup_context in Rails 4
- ๐ FIX #502 fix regression in render when object is nil with explicit root name