cms-token/@core/vendor/nicmart/tree/CHANGELOG.md

5.3 KiB

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.

Unreleased

For a full diff see 0.3.1...master.

0.3.1

For a full diff see 0.3.0...0.3.1.

Added

Changed

0.3.0

For a full diff see 0.2.7...0.3.0.

Added

Changed

0.2.7

For a full diff see 0.2.6...0.2.7.

Added

0.2.6

For a full diff see 0.2.5...0.2.6.

Added

  • Added a getSize() method to Node (#17), by @Djuki

0.2.5

For a full diff see 0.2.4...0.2.5.

Added

  • Added getDepth() and getHeight() methods to Node (#9), by @nicmart

0.2.4

For a full diff see 0.2.3...0.2.4.

Added

0.2.3

For a full diff see 0.2.2...0.2.3.

Changed

  • Node::getAncestors() now does not return the current node (#4), by @nicmart,

0.2.2

For a full diff see 0.2.1...0.2.2.

Fixed

0.2.1

For a full diff see 0.2.0...0.2.1.

Added

  • Added root() and isRoot() to Node

0.2.0

For a full diff see 0.1.2...0.2.0.

Changed

  • Dropped support for PHP 5.3
  • Extracted NodeTrait from Node

0.1.2

For a full diff see 0.1.1...0.1.2.

Added

  • Added YieldVisitor, to get the yield of the tree

0.1.1

For a full diff see fcfd14e...v0.1.1.

Added

  • Parent and neighbors methods, by @jdeniau