5.3 KiB
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
- Added support for PHP 8.0 (#79), by @pascalbaljet
Changed
- Dropped support for PHP 5.4 (#55), by @localheinz
- Dropped support for PHP 5.5 (#57), by @localheinz
- Dropped support for PHP 5.6 (#58), by @localheinz
- Dropped support for PHP 7.0 (#59), by @localheinz
0.3.0
For a full diff see 0.2.7...0.3.0
.
Added
- Added support for PHP 7.1 (#47), by @localheinz
- Added support for PHP 7.2 (#48), by @localheinz
- Added support for PHP 7.3 (#49), by @localheinz
- Added support for PHP 7.4 (#50), by @localheinz
Changed
- Dropped support for HHVM (#35), by @localheinz
- Moved constructor from
NodeTrait
toNode
(#30), by @asalazar-pley
0.2.7
For a full diff see 0.2.6...0.2.7
.
Added
- Added pre-order and post-order visitors (#24), by @localheinz
0.2.6
For a full diff see 0.2.5...0.2.6
.
Added
0.2.5
For a full diff see 0.2.4...0.2.5
.
Added
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
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()
andisRoot()
toNode
0.2.0
For a full diff see 0.1.2...0.2.0
.
Changed
- Dropped support for PHP 5.3
- Extracted
NodeTrait
fromNode
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