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

Changelog History
Page 7

  • v0.6.0 Changes

    • Change engine to only instantiate one builder when rendering a collection
    • Alias to_msgpack to to_mpac
    • Cache template sources for faster partial lookups (thanks @cj)
    • Adds BSON format support (thanks @Antiarchitect)
    • Use template lookup mechanism to find templates in Rails 3 (thanks @blakewatters)
    • Adds a 'object_root' option to collection (thanks @blakewatters)
    • Adds a 'root_name' option to collection
    • Adds PList format support (thanks @alzeih)
    • Fixes infinite recursion in edge case calculating object root name
    • Fixes issue with nameless node that has an array result
    • Adds support for object_root => false (Thanks @Lytol)
  • v0.5.4 Changes

    • Ensure ActionView is defined before registering Rails template handler (thanks cj)
  • v0.5.1 Changes

    • Use respond_to? instead of checking Enumerable for is_object
    • Performance optimization (thanks Eric Allen)
  • v0.5.0 Changes

    • Adds comprehensive fixture suite (padrino,rails2,rails3,sinatra)
    • Travis CI Integration Testing
    • Cleanup json configuration and related tests (Thanks mschulkind)
    • Adds CHANGELOG to track changes
    • Adds optional MessagePack format support (thanks byu)
    • Explicit requires for ActiveSupport now in gemspec and lib
    • Adds template support for regular (non-ORM) ruby objects (thanks plukevdh)
    • Fixes bug with the child root not properly appearing in all cases
    • Better stack traces by tracking source location in instance_eval (thanks skade)
    • Fix issue with controller object detection failing in namespaces (thanks alunny)
    • Fix ruby -w warnings (thanks achiu)
    • Better partial implementation which passes options
    • Better fetch_source implementation for Padrino (thanks skade)
    • Better fetch_source implementation for Rails
    • Added fetch_source implementation for Sinatra
    • Lots of test refactorings / cleanup / improvement
    • Code block name is now optional [Thanks brentmurphy]
  • v0.3.0 Changes

    • Use multi_json to handle JSON encoding (Thanks kossnocorp)
    • Fixes unit tests with hash order on 1.8.7
  • v0.2.8 Changes

    • Fixes Rails 3.1 Compatibility (Thanks skyeagle)
    • Fixes Ruby 1.8.6 Compatibility (Thanks Don)
    • Adds much better riot unit testing (Thanks Achiu)