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

Changelog History
Page 3

  • 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
  • v0.9.2 Changes

    November 21, 2013
    • ๐Ÿ›  FIX #508 by avoiding new proc syntax breaking 1.8.7
  • v0.9.1 Changes

    November 17, 2013
    • ๐Ÿ†• NEW #507 Resolve conditionals for extends (Thanks @micahcraig)
    • ๐Ÿ†• NEW #453 Support for symbol conditionals (Thanks @leoc)
  • v0.9.0 Changes

    October 14, 2013
    • ๐Ÿ›  FIX #497 Renderer should support partial caching and a digestor bug fixed (Thanks @siong1987)
  • v0.9.0.pre3 Changes

    • FIX #495 Digest cache when rendering from controller (Thanks @siong1987)
  • v0.9.0.pre2 Changes

    • FIX #142 Better resource resolution for AR Scopes
    • Adds Rails 4 test fixture (Thanks @siong1987)
    • Adds Rails 4 cache digestor (Thanks @siong1987)
    • Child now supports object_root and root arguments like 'collection'
    • FIX #486 Prioritize to_hash options to allow setting root
  • v0.8.6 Changes

    • FIX #142 #467 Do not use a collection as the default object. (Thanks @mrbrdo)
    • NEW Options hash for glue function added (Thanks @sassysolutions)
    • FIX #470 Better template lookups when Padrino is defined (Thanks @LTe)
  • v0.8.5 Changes

    • FIX #386 Support disabling root on child calls (Thanks @digger69)