Skip to content

Releases: sebastianbergmann/recursion-context

sebastian/recursion-context 5.0.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 05:28
Immutable release. Only release title and notes can be modified.
5.0.2
5d32fe2

Changed

  • Suppress the PHP 8.6 deprecation of spl_object_hash() for now; migrating the code to spl_object_id() would be a break of backward compatibility

sebastian/recursion-context 8.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 06:00
Immutable release. Only release title and notes can be modified.
8.0.1
32dba72

Changed

  • Context::contains() no longer has to look at more than one element of an array to recognise it; for arrays whose internal hash table has gaps, for instance because elements were removed using unset(), this used to take time proportional to the size of the array

Fixed

  • Context::add() returned a key that neither Context::contains() nor a subsequent Context::add() would report for arrays that already have an element with the largest possible integer key

sebastian/recursion-context 8.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 04:51
Immutable release. Only release title and notes can be modified.
8.0.0
74c5af2

Removed

  • This component is no longer supported on PHP 8.3

sebastian/recursion-context 7.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 04:45
7.0.1
0b01998

Changed

  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

sebastian/recursion-context 6.0.3

Choose a tag to compare

@github-actions github-actions released this 13 Aug 04:43
6.0.3
f6458ab

Changed

  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

sebastian/recursion-context 5.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 07:51
5.0.1
47e3421

Changed

  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

sebastian/recursion-context 7.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 05:01
7.0.0
c405ae3

Removed

  • This component is no longer supported on PHP 8.2

sebastian/recursion-context 6.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:11
6.0.2
694d156

Changed

  • This project now uses PHPStan instead of Psalm for static analysis

sebastian/recursion-context 6.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 05:24
6.0.1
2f15508

Changed

  • #30: Use more efficient spl_object_id() over spl_object_hash()