Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 934 Bytes

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 934 Bytes

Changelog

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.

5.0.0 (2022-September-29) - BC break

  • removed support for Zend2 Db
  • added support for Laminas Db

4.2.0 (2021-January-24) - no BC breaks

  • php 8.0 support
  • doctrine/dbal v.3 support

4.1.0 (2019-December-15) - no BC breaks

Added

  • php 7.4 support

4.0.0 (2018-July-23)

Added

  • support for pure \PDO adapter
  • all adapter can handle nested transaction

Changed (BC break)

  • static \StefanoTree\NestedSet::factory method was removed use constructor instead.
  • instead $tree->getAdapter()->setDbSelectBuilder(callable) use $options config "dbSelectBuilder"

3.1.0 (2018-maj-21)

Added

  • uuid support
  • get result as nested array or flat array