All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- removed support for Zend2 Db
- added support for Laminas Db
- php 8.0 support
- doctrine/dbal v.3 support
- php 7.4 support
- support for pure \PDO adapter
- all adapter can handle nested transaction
- static \StefanoTree\NestedSet::factory method was removed use constructor instead.
- instead $tree->getAdapter()->setDbSelectBuilder(callable) use $options config "dbSelectBuilder"
- uuid support
- get result as nested array or flat array