- Add better support for conditionals for child (thanks gregory)
- Fix issue introduced with 'node' and properly clear options (thanks joshbuddy)
- Use respond_to? instead of checking Enumerable for is_object
- Performance optimization (thanks Eric Allen)
- 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]
- Use multi_json to handle JSON encoding (Thanks kossnocorp)
- Fixes unit tests with hash order on 1.8.7
- Fixes Rails 3.1 Compatibility (Thanks skyeagle)
- Fixes Ruby 1.8.6 Compatibility (Thanks Don)
- Adds much better riot unit testing (Thanks Achiu)