ClosureTable 2.1
In this release:
- Introducing
filteredTreemethod, see #18. You can use it when it's necessary to get a tree, filtered by some condition. - Fixed #19 (An exception thrown by
\Franzose\ClosureTable\Collectionwhen tree is empty). - Retrieval methods now support selecting certain columns by passing array with their names.
Thanks to @vjandrea for the first two improvements.