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.

112 lines
3.4 KiB

3 years ago
  1. # Change Log
  2. All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
  3. ## [3.0.5] - 2020-09-28
  4. ### Changed
  5. * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3`
  6. ## [3.0.4] - 2020-07-11
  7. ### Fixed
  8. * [#67](https://github.com/sebastianbergmann/php-file-iterator/issues/67): `TypeError` in `SebastianBergmann\FileIterator\Iterator::accept()`
  9. ## [3.0.3] - 2020-06-26
  10. ### Added
  11. * This component is now supported on PHP 8
  12. ## [3.0.2] - 2020-06-15
  13. ### Changed
  14. * Tests etc. are now ignored for archive exports
  15. ## [3.0.1] - 2020-04-18
  16. ### Fixed
  17. * [#64](https://github.com/sebastianbergmann/php-file-iterator/issues/64): Release tarball contains Composer PHAR
  18. ## [3.0.0] - 2020-02-07
  19. ### Removed
  20. * This component is no longer supported on PHP 7.1 and PHP 7.2
  21. ## [2.0.2] - 2018-09-13
  22. ### Fixed
  23. * [#48](https://github.com/sebastianbergmann/php-file-iterator/issues/48): Excluding an array that contains false ends up excluding the current working directory
  24. ## [2.0.1] - 2018-06-11
  25. ### Fixed
  26. * [#46](https://github.com/sebastianbergmann/php-file-iterator/issues/46): Regression with hidden parent directory
  27. ## [2.0.0] - 2018-05-28
  28. ### Fixed
  29. * [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
  30. ### Changed
  31. * This component now uses namespaces
  32. ### Removed
  33. * This component is no longer supported on PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, and PHP 7.0
  34. ## [1.4.5] - 2017-11-27
  35. ### Fixed
  36. * [#37](https://github.com/sebastianbergmann/php-file-iterator/issues/37): Regression caused by fix for [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30)
  37. ## [1.4.4] - 2017-11-27
  38. ### Fixed
  39. * [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
  40. ## [1.4.3] - 2017-11-25
  41. ### Fixed
  42. * [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
  43. ## [1.4.2] - 2016-11-26
  44. No changes
  45. ## [1.4.1] - 2015-07-26
  46. No changes
  47. ## 1.4.0 - 2015-04-02
  48. ### Added
  49. * [#23](https://github.com/sebastianbergmann/php-file-iterator/pull/23): Added support for wildcards (glob) in exclude
  50. [3.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.4...3.0.5
  51. [3.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.3...3.0.4
  52. [3.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.2...3.0.3
  53. [3.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.1...3.0.2
  54. [3.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.0...3.0.1
  55. [3.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.2...3.0.0
  56. [2.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.1...2.0.2
  57. [2.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.0...2.0.1
  58. [2.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4...2.0.0
  59. [1.4.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.4...1.4.5
  60. [1.4.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.3...1.4.4
  61. [1.4.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.2...1.4.3
  62. [1.4.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.1...1.4.2
  63. [1.4.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.0...1.4.1