src
1 year ago
ChangeLog.md
1 year ago
LICENSE
1 year ago
README.md
1 year ago
composer.json
1 year ago
ChangeLog.md
41 lines
| 1 | # ChangeLog |
| 2 | |
| 3 | All notable changes are documented in this file using the [](https://keepachangelog.com/Keep a CHANGELOG](https://keepachangelog.com/](https://keepachangelog.com/) principles. |
| 4 | |
| 5 | ## [4.0.5] - 2023-02-03 |
| 6 | |
| 7 | ### Fixed |
| 8 | |
| 9 | * [](https://github.com/sebastianbergmann/recursion-context/pull/26#26](https://github.com/sebastianbergmann/recursion-context/pull/26](https://github.com/sebastianbergmann/recursion-context/pull/26): Don't clobber `null` values if `array_key_exists(PHP_INT_MAX, $array)` |
| 10 | |
| 11 | ## [4.0.4] - 2020-10-26 |
| 12 | |
| 13 | ### Fixed |
| 14 | |
| 15 | * `SebastianBergmann\RecursionContext\Exception` now correctly extends `\Throwable` |
| 16 | |
| 17 | ## [4.0.3] - 2020-09-28 |
| 18 | |
| 19 | ### Changed |
| 20 | |
| 21 | * [](https://github.com/sebastianbergmann/recursion-context/pull/21#21](https://github.com/sebastianbergmann/recursion-context/pull/21](https://github.com/sebastianbergmann/recursion-context/pull/21): Add type annotations for in/out parameters |
| 22 | * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3` |
| 23 | |
| 24 | ## [4.0.2] - 2020-06-26 |
| 25 | |
| 26 | ### Added |
| 27 | |
| 28 | * This component is now supported on PHP 8 |
| 29 | |
| 30 | ## [4.0.1] - 2020-06-15 |
| 31 | |
| 32 | ### Changed |
| 33 | |
| 34 | * Tests etc. are now ignored for archive exports |
| 35 | |
| 36 | [4.0.5]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.4...4.0.5 |
| 37 | [4.0.4]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.3...4.0.4 |
| 38 | [4.0.3]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.2...4.0.3 |
| 39 | [4.0.2]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.1...4.0.2 |
| 40 | [4.0.1]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.0...4.0.1 |
| 41 |