Skip to content

Releases: dan-on/php-interval-tree

v2.1.0

18 Jan 16:52
3fcfa36
Compare
Choose a tag to compare
  1. PHPStan and Psalm generics support added:
    https://phpstan.org/blog/generics-in-php-using-phpdocs
    https://psalm.dev/docs/annotating_code/templated_annotations/
  2. Update phpstan to 1.3.x;
  3. Fix code style issues;

v2.0.1

23 Sep 08:54
e262753
Compare
Choose a tag to compare

Changed license to MIT

v2.0.0

23 Sep 07:19
d05544b
Compare
Choose a tag to compare

v2.0.0

Up to php 7.3
Add type hints
Fully refactored
Improve tests and performance benchmarks
Improve documentation

v1.0.4

08 Jan 10:55
9cd1f3d
Compare
Choose a tag to compare

added php 8.0 to composer.json

v1.0.3

15 Nov 06:50
Compare
Choose a tag to compare

Node Item class added
New tests added

v1.0.2

09 Nov 18:32
Compare
Choose a tag to compare

Iterable -> Iterator
treeDelete method fix

v1.0.1

23 Oct 15:59
e9e21a2
Compare
Choose a tag to compare

Fix deep recursive problem in some cases with a large amount of intervals

v1.0

01 Apr 12:09
ef86033
Compare
Choose a tag to compare
Update README.md