Merge branch '3.0' · sebastianbergmann/php-file-iterator@d1e4b2e (original) (raw)
`@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file. This projec
`
8
8
``
9
9
`* This component is no longer supported on PHP 7.3 and PHP 7.4
`
10
10
``
``
11
`+
3.0.6 - 2021-12-02
`
``
12
+
``
13
`+
Changed
`
``
14
+
``
15
`+
- #73: Micro performance improvements on parsing paths
`
``
16
+
11
17
`## [3.0.5] - 2020-09-28
`
12
18
``
13
19
`### Changed
`
`@@ -44,6 +50,16 @@ All notable changes to this project will be documented in this file. This projec
`
44
50
``
45
51
`* This component is no longer supported on PHP 7.1 and PHP 7.2
`
46
52
``
``
53
`+
2.0.5 - 2021-12-02
`
``
54
+
``
55
`+
Changed
`
``
56
+
``
57
`+
- #73: Micro performance improvements on parsing paths
`
``
58
+
``
59
`+
Fixed
`
``
60
+
``
61
`` +
- #74: Document return type of
SebastianBergmann\FileIterator\Iterator::accept()
so that Symfony'sDebugClassLoader
does not trigger a deprecation warning
``
``
62
+
47
63
`## [2.0.4] - 2021-07-19
`
48
64
``
49
65
`### Changed
`
`@@ -114,18 +130,20 @@ No changes
`
114
130
``
115
131
`* #23: Added support for wildcards (glob) in exclude
`
116
132
``
117
``
`-
`
``
133
`+
`
``
134
`+
`
118
135
`[3.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.4...3.0.5
`
119
136
`[3.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.3...3.0.4
`
120
137
`[3.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.2...3.0.3
`
121
138
`[3.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.1...3.0.2
`
122
139
`[3.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.0...3.0.1
`
123
``
`-
`
``
140
`+
`
``
141
`+
`
124
142
`[2.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.3...2.0.4
`
125
143
`[2.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.2...2.0.3
`
126
144
`[2.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.1...2.0.2
`
127
145
`[2.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.0...2.0.1
`
128
``
`-
`
``
146
`+
`
129
147
`[1.4.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.4...1.4.5
`
130
148
`[1.4.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.3...1.4.4
`
131
149
`[1.4.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.2...1.4.3
`