All Versions
66
Latest Version
Avg Release Cycle
261 days
Latest Release
837 days ago

Changelog History
Page 2

  • v0.11.8 Changes

    January 11, 2016
    • ๐Ÿš… Check that the Rails module has the .version method before invocation (@caldwecr)
    • โž• Adds nominal rails5 support (@lsylvester)
  • v0.11.7 Changes

    December 06, 2015
    • 0๏ธโƒฃ Use empty hash as default cache options (@infertux)
    • โšก๏ธ Update ERB::Util link in README (@mortonfox)
  • v0.11.6 Changes

    January 26, 2015
    • Fix resolve_condition and simplify call_condition_proc (@vmeyet)
    • Respect eagerly loaded collections by not always calling #to_ary (@DouweM)
    • ๐Ÿšš Move creation of options and engine in tilt template to avoid threading issues (@jseriff)
  • 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)