You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.4 KiB

3 years ago
  1. # ChangeLog
  2. All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
  3. ## [4.0.4] - 2020-10-26
  4. ### Fixed
  5. * `SebastianBergmann\Diff\Exception` now correctly extends `\Throwable`
  6. ## [4.0.3] - 2020-09-28
  7. ### Changed
  8. * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3`
  9. ## [4.0.2] - 2020-06-30
  10. ### Added
  11. * This component is now supported on PHP 8
  12. ## [4.0.1] - 2020-05-08
  13. ### Fixed
  14. * [#99](https://github.com/sebastianbergmann/diff/pull/99): Regression in unified diff output of identical strings
  15. ## [4.0.0] - 2020-02-07
  16. ### Removed
  17. * Removed support for PHP 7.1 and PHP 7.2
  18. ## [3.0.2] - 2019-02-04
  19. ### Changed
  20. * `Chunk::setLines()` now ensures that the `$lines` array only contains `Line` objects
  21. ## [3.0.1] - 2018-06-10
  22. ### Fixed
  23. * Removed `"minimum-stability": "dev",` from `composer.json`
  24. ## [3.0.0] - 2018-02-01
  25. * The `StrictUnifiedDiffOutputBuilder` implementation of the `DiffOutputBuilderInterface` was added
  26. ### Changed
  27. * The default `DiffOutputBuilderInterface` implementation now generates context lines (unchanged lines)
  28. ### Removed
  29. * Removed support for PHP 7.0
  30. ### Fixed
  31. * [#70](https://github.com/sebastianbergmann/diff/issues/70): Diffing of arrays no longer works
  32. ## [2.0.1] - 2017-08-03
  33. ### Fixed
  34. * [#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
  35. ## [2.0.0] - 2017-07-11 [YANKED]
  36. ### Added
  37. * [#64](https://github.com/sebastianbergmann/diff/pull/64): Show line numbers for chunks of a diff
  38. ### Removed
  39. * This component is no longer supported on PHP 5.6
  40. [4.0.4]: https://github.com/sebastianbergmann/diff/compare/4.0.3...4.0.4
  41. [4.0.3]: https://github.com/sebastianbergmann/diff/compare/4.0.2...4.0.3
  42. [4.0.2]: https://github.com/sebastianbergmann/diff/compare/4.0.1...4.0.2
  43. [4.0.1]: https://github.com/sebastianbergmann/diff/compare/4.0.0...4.0.1
  44. [4.0.0]: https://github.com/sebastianbergmann/diff/compare/3.0.2...4.0.0
  45. [3.0.2]: https://github.com/sebastianbergmann/diff/compare/3.0.1...3.0.2
  46. [3.0.1]: https://github.com/sebastianbergmann/diff/compare/3.0.0...3.0.1
  47. [3.0.0]: https://github.com/sebastianbergmann/diff/compare/2.0...3.0.0
  48. [2.0.1]: https://github.com/sebastianbergmann/diff/compare/c341c98ce083db77f896a0aa64f5ee7652915970...2.0.1
  49. [2.0.0]: https://github.com/sebastianbergmann/diff/compare/1.4...c341c98ce083db77f896a0aa64f5ee7652915970