You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,21 @@
2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## [2.0.5] - 2021-12-02
6
+
7
+
### Changed
8
+
9
+
*[#73](https://github.com/sebastianbergmann/php-file-iterator/pull/73): Micro performance improvements on parsing paths
10
+
11
+
### Fixed
12
+
13
+
*[#74](https://github.com/sebastianbergmann/php-file-iterator/pull/74): Document return type of `SebastianBergmann\FileIterator\Iterator::accept()` so that Symfony's `DebugClassLoader` does not trigger a deprecation warning
14
+
5
15
## [2.0.4] - 2021-07-19
6
16
7
17
### Changed
8
18
9
-
*Adde`ReturnTypeWillChange` attribute to `SebastianBergmann\FileIterator\Iterator::accept()` because the return type of `\FilterIterator::accept()` will change in PHP 8.1
19
+
*Added`ReturnTypeWillChange` attribute to `SebastianBergmann\FileIterator\Iterator::accept()` because the return type of `\FilterIterator::accept()` will change in PHP 8.1
10
20
11
21
## [2.0.3] - 2020-11-30
12
22
@@ -18,19 +28,19 @@ All notable changes to this project will be documented in this file. This projec
18
28
19
29
### Fixed
20
30
21
-
*Fixed [#48](https://github.com/sebastianbergmann/php-file-iterator/issues/48): Excluding an array that contains false ends up excluding the current working directory
31
+
*[#48](https://github.com/sebastianbergmann/php-file-iterator/issues/48): Excluding an array that contains false ends up excluding the current working directory
22
32
23
33
## [2.0.1] - 2018-06-11
24
34
25
35
### Fixed
26
36
27
-
*Fixed [#46](https://github.com/sebastianbergmann/php-file-iterator/issues/46): Regression with hidden parent directory
37
+
*[#46](https://github.com/sebastianbergmann/php-file-iterator/issues/46): Regression with hidden parent directory
28
38
29
39
## [2.0.0] - 2018-05-28
30
40
31
41
### Fixed
32
42
33
-
*Fixed [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
43
+
*[#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
34
44
35
45
### Changed
36
46
@@ -44,19 +54,19 @@ All notable changes to this project will be documented in this file. This projec
44
54
45
55
### Fixed
46
56
47
-
*Fixed [#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)
57
+
*[#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)
48
58
49
59
## [1.4.4] - 2017-11-27
50
60
51
61
### Fixed
52
62
53
-
*Fixed [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
63
+
*[#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
54
64
55
65
## [1.4.3] - 2017-11-25
56
66
57
67
### Fixed
58
68
59
-
*Fixed [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
69
+
*[#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
60
70
61
71
## [1.4.2] - 2016-11-26
62
72
@@ -72,6 +82,7 @@ No changes
72
82
73
83
*[Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-iterator/pull/23)
0 commit comments