annotate vendor/phpunit/php-file-iterator/ChangeLog.md @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
5311817fb629 |
children |
|
rev |
line source |
Chris@0
|
1 # Change Log
|
Chris@0
|
2
|
Chris@0
|
3 All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
|
Chris@0
|
4
|
Chris@2
|
5 ## [1.4.5] - 2017-11-27
|
Chris@2
|
6
|
Chris@2
|
7 ### Fixed
|
Chris@2
|
8
|
Chris@2
|
9 * 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)
|
Chris@2
|
10
|
Chris@2
|
11 ## [1.4.4] - 2017-11-27
|
Chris@2
|
12
|
Chris@2
|
13 ### Fixed
|
Chris@2
|
14
|
Chris@2
|
15 * Fixed [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
|
Chris@2
|
16
|
Chris@2
|
17 ## [1.4.3] - 2017-11-25
|
Chris@2
|
18
|
Chris@2
|
19 ### Fixed
|
Chris@2
|
20
|
Chris@2
|
21 * Fixed [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
|
Chris@2
|
22
|
Chris@2
|
23 ## [1.4.2] - 2016-11-26
|
Chris@2
|
24
|
Chris@2
|
25 No changes
|
Chris@2
|
26
|
Chris@2
|
27 ## [1.4.1] - 2015-07-26
|
Chris@2
|
28
|
Chris@2
|
29 No changes
|
Chris@2
|
30
|
Chris@2
|
31 ## 1.4.0 - 2015-04-02
|
Chris@0
|
32
|
Chris@0
|
33 ### Added
|
Chris@0
|
34
|
Chris@0
|
35 * [Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-iterator/pull/23)
|
Chris@0
|
36
|
Chris@2
|
37 [1.4.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.4...1.4.5
|
Chris@2
|
38 [1.4.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.3...1.4.4
|
Chris@2
|
39 [1.4.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.2...1.4.3
|
Chris@2
|
40 [1.4.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.1...1.4.2
|
Chris@2
|
41 [1.4.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.0...1.4.1
|