Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Releases: metalinspired/NestedSet

2.3.0

14 Aug 10:45

Choose a tag to compare

Find methods now have $columns and $includeSearchingNode arguments and where applicable $order, $where and $depthLimit arguments
Methods for creating queries (Select objects) are now public

2.2.3

08 Jul 19:07

Choose a tag to compare

Added reorder method to HybridNestedSet that moves nodes within same parent using order column value as destination

2.2.2

07 Jul 10:49

Choose a tag to compare

Corrected bug in Factory where accessing hybridFind would return HybridManipulate instance

2.2.1

07 Jul 09:07

Choose a tag to compare

Created Factory as single access point for both NestedSet and HybridNestedSet

2.2.0

07 Jul 07:17

Choose a tag to compare

Adds Hybrid Nested Set functionality
Adds ability to accept array of identifiers as first attribute to manipulate methods, excluding insert method.

2.1.1

06 Jun 13:04

Choose a tag to compare

Root node id can now be detected if rootNodeId property is set to null, which is now default behavior

2.1.0

31 May 20:27

Choose a tag to compare

Implemented clean() method in Manipulate class

2.0.2

29 May 20:50

Choose a tag to compare

Find and Manipulate constructors $config parameter is now optional

2.0.1

27 May 20:27

Choose a tag to compare

Updated tests to reflect changes in Manipulate class

Second release

27 May 20:26

Choose a tag to compare

This is a complete rewrite of this utility.
It now uses Zend\Db as underlying database abstraction layer.