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
104 lines
| 1 | # ChangeLog |
| 2 | |
| 3 | All notable changes are documented in this file using the [](http://keepachangelog.com/Keep a CHANGELOG](http://keepachangelog.com/](http://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] - 2023-05-07 |
| 12 | |
| 13 | ### Changed |
| 14 | |
| 15 | * [](https://github.com/sebastianbergmann/diff/pull/118#118](https://github.com/sebastianbergmann/diff/pull/118](https://github.com/sebastianbergmann/diff/pull/118): Improve performance of `MemoryEfficientLongestCommonSubsequenceCalculator` |
| 16 | * [](https://github.com/sebastianbergmann/diff/pull/119#119](https://github.com/sebastianbergmann/diff/pull/119](https://github.com/sebastianbergmann/diff/pull/119): Improve performance of `TimeEfficientLongestCommonSubsequenceCalculator` |
| 17 | |
| 18 | ## [4.0.4] - 2020-10-26 |
| 19 | |
| 20 | ### Fixed |
| 21 | |
| 22 | * `SebastianBergmann\Diff\Exception` now correctly extends `\Throwable` |
| 23 | |
| 24 | ## [4.0.3] - 2020-09-28 |
| 25 | |
| 26 | ### Changed |
| 27 | |
| 28 | * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3` |
| 29 | |
| 30 | ## [4.0.2] - 2020-06-30 |
| 31 | |
| 32 | ### Added |
| 33 | |
| 34 | * This component is now supported on PHP 8 |
| 35 | |
| 36 | ## [4.0.1] - 2020-05-08 |
| 37 | |
| 38 | ### Fixed |
| 39 | |
| 40 | * [](https://github.com/sebastianbergmann/diff/pull/99#99](https://github.com/sebastianbergmann/diff/pull/99](https://github.com/sebastianbergmann/diff/pull/99): Regression in unified diff output of identical strings |
| 41 | |
| 42 | ## [4.0.0] - 2020-02-07 |
| 43 | |
| 44 | ### Removed |
| 45 | |
| 46 | * Removed support for PHP 7.1 and PHP 7.2 |
| 47 | |
| 48 | ## [3.0.2] - 2019-02-04 |
| 49 | |
| 50 | ### Changed |
| 51 | |
| 52 | * `Chunk::setLines()` now ensures that the `$lines` array only contains `Line` objects |
| 53 | |
| 54 | ## [3.0.1] - 2018-06-10 |
| 55 | |
| 56 | ### Fixed |
| 57 | |
| 58 | * Removed `"minimum-stability": "dev",` from `composer.json` |
| 59 | |
| 60 | ## [3.0.0] - 2018-02-01 |
| 61 | |
| 62 | * The `StrictUnifiedDiffOutputBuilder` implementation of the `DiffOutputBuilderInterface` was added |
| 63 | |
| 64 | ### Changed |
| 65 | |
| 66 | * The default `DiffOutputBuilderInterface` implementation now generates context lines (unchanged lines) |
| 67 | |
| 68 | ### Removed |
| 69 | |
| 70 | * Removed support for PHP 7.0 |
| 71 | |
| 72 | ### Fixed |
| 73 | |
| 74 | * [](https://github.com/sebastianbergmann/diff/issues/70#70](https://github.com/sebastianbergmann/diff/issues/70](https://github.com/sebastianbergmann/diff/issues/70): Diffing of arrays no longer works |
| 75 | |
| 76 | ## [2.0.1] - 2017-08-03 |
| 77 | |
| 78 | ### Fixed |
| 79 | |
| 80 | * [](https://github.com/sebastianbergmann/diff/pull/66#66](https://github.com/sebastianbergmann/diff/pull/66](https://github.com/sebastianbergmann/diff/pull/66): Restored backwards compatibility for PHPUnit 6.1.4, 6.2.0, 6.2.1, 6.2.2, and 6.2.3 |
| 81 | |
| 82 | ## [2.0.0] - 2017-07-11 [YANKED] |
| 83 | |
| 84 | ### Added |
| 85 | |
| 86 | * [](https://github.com/sebastianbergmann/diff/pull/64#64](https://github.com/sebastianbergmann/diff/pull/64](https://github.com/sebastianbergmann/diff/pull/64): Show line numbers for chunks of a diff |
| 87 | |
| 88 | ### Removed |
| 89 | |
| 90 | * This component is no longer supported on PHP 5.6 |
| 91 | |
| 92 | [4.0.6]: https://github.com/sebastianbergmann/diff/compare/4.0.5...4.0.6 |
| 93 | [4.0.5]: https://github.com/sebastianbergmann/diff/compare/4.0.4...4.0.5 |
| 94 | [4.0.4]: https://github.com/sebastianbergmann/diff/compare/4.0.3...4.0.4 |
| 95 | [4.0.3]: https://github.com/sebastianbergmann/diff/compare/4.0.2...4.0.3 |
| 96 | [4.0.2]: https://github.com/sebastianbergmann/diff/compare/4.0.1...4.0.2 |
| 97 | [4.0.1]: https://github.com/sebastianbergmann/diff/compare/4.0.0...4.0.1 |
| 98 | [4.0.0]: https://github.com/sebastianbergmann/diff/compare/3.0.2...4.0.0 |
| 99 | [3.0.2]: https://github.com/sebastianbergmann/diff/compare/3.0.1...3.0.2 |
| 100 | [3.0.1]: https://github.com/sebastianbergmann/diff/compare/3.0.0...3.0.1 |
| 101 | [3.0.0]: https://github.com/sebastianbergmann/diff/compare/2.0...3.0.0 |
| 102 | [2.0.1]: https://github.com/sebastianbergmann/diff/compare/c341c98ce083db77f896a0aa64f5ee7652915970...2.0.1 |
| 103 | [2.0.0]: https://github.com/sebastianbergmann/diff/compare/1.4...c341c98ce083db77f896a0aa64f5ee7652915970 |
| 104 |