src
1 year ago
ChangeLog.md
1 year ago
LICENSE
4 years ago
README.md
1 year ago
composer.json
1 year ago
ChangeLog.md
86 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.6] - 2024-03-02 |
| 6 | |
| 7 | ### Changed |
| 8 | |
| 9 | * Do not use implicitly nullable parameters |
| 10 | |
| 11 | ## [4.0.5] - 2022-09-14 |
| 12 | |
| 13 | ### Fixed |
| 14 | |
| 15 | * [](https://github.com/sebastianbergmann/exporter/pull/47#47](https://github.com/sebastianbergmann/exporter/pull/47](https://github.com/sebastianbergmann/exporter/pull/47): Fix `float` export precision |
| 16 | |
| 17 | ## [4.0.4] - 2021-11-11 |
| 18 | |
| 19 | ### Changed |
| 20 | |
| 21 | * [](https://github.com/sebastianbergmann/exporter/pull/37#37](https://github.com/sebastianbergmann/exporter/pull/37](https://github.com/sebastianbergmann/exporter/pull/37): Improve export of closed resources |
| 22 | |
| 23 | ## [4.0.3] - 2020-09-28 |
| 24 | |
| 25 | ### Changed |
| 26 | |
| 27 | * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3` |
| 28 | |
| 29 | ## [4.0.2] - 2020-06-26 |
| 30 | |
| 31 | ### Added |
| 32 | |
| 33 | * This component is now supported on PHP 8 |
| 34 | |
| 35 | ## [4.0.1] - 2020-06-15 |
| 36 | |
| 37 | ### Changed |
| 38 | |
| 39 | * Tests etc. are now ignored for archive exports |
| 40 | |
| 41 | ## [4.0.0] - 2020-02-07 |
| 42 | |
| 43 | ### Removed |
| 44 | |
| 45 | * This component is no longer supported on PHP 7.0, PHP 7.1, and PHP 7.2 |
| 46 | |
| 47 | ## [3.1.5] - 2022-09-14 |
| 48 | |
| 49 | ### Fixed |
| 50 | |
| 51 | * [](https://github.com/sebastianbergmann/exporter/pull/47#47](https://github.com/sebastianbergmann/exporter/pull/47](https://github.com/sebastianbergmann/exporter/pull/47): Fix `float` export precision |
| 52 | |
| 53 | ## [3.1.4] - 2021-11-11 |
| 54 | |
| 55 | ### Changed |
| 56 | |
| 57 | * [](https://github.com/sebastianbergmann/exporter/pull/38#38](https://github.com/sebastianbergmann/exporter/pull/38](https://github.com/sebastianbergmann/exporter/pull/38): Improve export of closed resources |
| 58 | |
| 59 | ## [3.1.3] - 2020-11-30 |
| 60 | |
| 61 | ### Changed |
| 62 | |
| 63 | * Changed PHP version constraint in `composer.json` from `^7.0` to `>=7.0` |
| 64 | |
| 65 | ## [3.1.2] - 2019-09-14 |
| 66 | |
| 67 | ### Fixed |
| 68 | |
| 69 | * [](https://github.com/sebastianbergmann/exporter/pull/29#29](https://github.com/sebastianbergmann/exporter/pull/29](https://github.com/sebastianbergmann/exporter/pull/29): Second parameter for `str_repeat()` must be an integer |
| 70 | |
| 71 | ### Removed |
| 72 | |
| 73 | * Remove HHVM-specific code that is no longer needed |
| 74 | |
| 75 | [4.0.6]: https://github.com/sebastianbergmann/exporter/compare/4.0.5...4.0.6 |
| 76 | [4.0.5]: https://github.com/sebastianbergmann/exporter/compare/4.0.4...4.0.5 |
| 77 | [4.0.4]: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 |
| 78 | [4.0.3]: https://github.com/sebastianbergmann/exporter/compare/4.0.2...4.0.3 |
| 79 | [4.0.2]: https://github.com/sebastianbergmann/exporter/compare/4.0.1...4.0.2 |
| 80 | [4.0.1]: https://github.com/sebastianbergmann/exporter/compare/4.0.0...4.0.1 |
| 81 | [4.0.0]: https://github.com/sebastianbergmann/exporter/compare/3.1.2...4.0.0 |
| 82 | [3.1.5]: https://github.com/sebastianbergmann/exporter/compare/3.1.4...3.1.5 |
| 83 | [3.1.4]: https://github.com/sebastianbergmann/exporter/compare/3.1.3...3.1.4 |
| 84 | [3.1.3]: https://github.com/sebastianbergmann/exporter/compare/3.1.2...3.1.3 |
| 85 | [3.1.2]: https://github.com/sebastianbergmann/exporter/compare/3.1.1...3.1.2 |
| 86 |