0.7.0
版本发布时间: 2023-01-29 02:21:00
nicmart/Tree最新发布版本:0.8.0(2023-12-02 21:25:32)
What's Changed
- Fix: Use
static
by @localheinz in https://github.com/nicmart/Tree/pull/149 - Fix: Add return type declaration by @localheinz in https://github.com/nicmart/Tree/pull/150
- Fix: Add parameter type declarations by @localheinz in https://github.com/nicmart/Tree/pull/151
- Fix: Add property type declarations by @localheinz in https://github.com/nicmart/Tree/pull/152
- Fix: Return empty
array
fromgetNeighbors()
when node is root by @localheinz in https://github.com/nicmart/Tree/pull/153 - Fix: Return array with node from
getNeighborsAndSelf()
when node is root by @localheinz in https://github.com/nicmart/Tree/pull/154 - Enhancement: Run mutation tests with
infection/infection
by @localheinz in https://github.com/nicmart/Tree/pull/155
Full Changelog: https://github.com/nicmart/Tree/compare/0.6.0...0.7.0