Releases: amerine/acts_as_tree
Releases · amerine/acts_as_tree
v1.2.0
- Adding new
self_with_ancestors
accessor — @felixbuenemann roots
is now a scope.
v1.1.0
- Deprecate the
ActiveRecord::Acts::Tree
module in favor ofActsAsTree
v1.0.1
- Include the Railtie for easier loading in Rails. Will reassess the forced module inclusion in the future.
v1.0.0
- Official 1.0 release. Force users to include the
ActiveRecord::Acts::Tree
module.
v0.2.0
- Rails 3 Support