Subversion-Projekte lars-tiefland.laravel_shop

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
148 lars 1
# Change Log
2
 
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
4
 
5
## [3.0.6] - 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
## [3.0.5] - 2020-09-28
12
 
13
### Changed
14
 
15
* Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3`
16
 
17
## [3.0.4] - 2020-07-11
18
 
19
### Fixed
20
 
21
* [#67](https://github.com/sebastianbergmann/php-file-iterator/issues/67): `TypeError` in `SebastianBergmann\FileIterator\Iterator::accept()`
22
 
23
## [3.0.3] - 2020-06-26
24
 
25
### Added
26
 
27
* This component is now supported on PHP 8
28
 
29
## [3.0.2] - 2020-06-15
30
 
31
### Changed
32
 
33
* Tests etc. are now ignored for archive exports
34
 
35
## [3.0.1] - 2020-04-18
36
 
37
### Fixed
38
 
39
* [#64](https://github.com/sebastianbergmann/php-file-iterator/issues/64): Release tarball contains Composer PHAR
40
 
41
## [3.0.0] - 2020-02-07
42
 
43
### Removed
44
 
45
* This component is no longer supported on PHP 7.1 and PHP 7.2
46
 
47
## [2.0.5] - 2021-12-02
48
 
49
### Changed
50
 
51
* [#73](https://github.com/sebastianbergmann/php-file-iterator/pull/73): Micro performance improvements on parsing paths
52
 
53
### Fixed
54
 
55
* [#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
56
 
57
## [2.0.4] - 2021-07-19
58
 
59
### Changed
60
 
61
* Added `ReturnTypeWillChange` attribute to `SebastianBergmann\FileIterator\Iterator::accept()` because the return type of `\FilterIterator::accept()` will change in PHP 8.1
62
 
63
## [2.0.3] - 2020-11-30
64
 
65
### Changed
66
 
67
* Changed PHP version constraint in `composer.json` from `^7.1` to `>=7.1`
68
 
69
## [2.0.2] - 2018-09-13
70
 
71
### Fixed
72
 
73
* [#48](https://github.com/sebastianbergmann/php-file-iterator/issues/48): Excluding an array that contains false ends up excluding the current working directory
74
 
75
## [2.0.1] - 2018-06-11
76
 
77
### Fixed
78
 
79
* [#46](https://github.com/sebastianbergmann/php-file-iterator/issues/46): Regression with hidden parent directory
80
 
81
## [2.0.0] - 2018-05-28
82
 
83
### Fixed
84
 
85
* [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
86
 
87
### Changed
88
 
89
* This component now uses namespaces
90
 
91
### Removed
92
 
93
* This component is no longer supported on PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, and PHP 7.0
94
 
95
## [1.4.5] - 2017-11-27
96
 
97
### Fixed
98
 
99
* [#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)
100
 
101
## [1.4.4] - 2017-11-27
102
 
103
### Fixed
104
 
105
* [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
106
 
107
## [1.4.3] - 2017-11-25
108
 
109
### Fixed
110
 
111
* [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
112
 
113
## [1.4.2] - 2016-11-26
114
 
115
No changes
116
 
117
## [1.4.1] - 2015-07-26
118
 
119
No changes
120
 
121
## 1.4.0 - 2015-04-02
122
 
123
### Added
124
 
125
* [#23](https://github.com/sebastianbergmann/php-file-iterator/pull/23): Added support for wildcards (glob) in exclude
126
 
127
[3.0.6]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.5...3.0.6
128
[3.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.4...3.0.5
129
[3.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.3...3.0.4
130
[3.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.2...3.0.3
131
[3.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.1...3.0.2
132
[3.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.0...3.0.1
133
[3.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.5...3.0.0
134
[2.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.4...2.0.5
135
[2.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.3...2.0.4
136
[2.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.2...2.0.3
137
[2.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.1...2.0.2
138
[2.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.0...2.0.1
139
[2.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.5...2.0.0
140
[1.4.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.4...1.4.5
141
[1.4.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.3...1.4.4
142
[1.4.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.2...1.4.3
143
[1.4.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.1...1.4.2
144
[1.4.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.0...1.4.1