Mercurial > hg > isophonics-drupal-site
annotate vendor/phpunit/php-file-iterator/ChangeLog.md @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 7a779792577d |
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@12 | 5 ## [1.4.5] - 2017-11-27 |
Chris@12 | 6 |
Chris@12 | 7 ### Fixed |
Chris@12 | 8 |
Chris@12 | 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@12 | 10 |
Chris@12 | 11 ## [1.4.4] - 2017-11-27 |
Chris@12 | 12 |
Chris@12 | 13 ### Fixed |
Chris@12 | 14 |
Chris@12 | 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@12 | 16 |
Chris@12 | 17 ## [1.4.3] - 2017-11-25 |
Chris@12 | 18 |
Chris@12 | 19 ### Fixed |
Chris@12 | 20 |
Chris@12 | 21 * Fixed [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names |
Chris@12 | 22 |
Chris@12 | 23 ## [1.4.2] - 2016-11-26 |
Chris@12 | 24 |
Chris@12 | 25 No changes |
Chris@12 | 26 |
Chris@12 | 27 ## [1.4.1] - 2015-07-26 |
Chris@12 | 28 |
Chris@12 | 29 No changes |
Chris@12 | 30 |
Chris@12 | 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@12 | 37 [1.4.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.4...1.4.5 |
Chris@12 | 38 [1.4.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.3...1.4.4 |
Chris@12 | 39 [1.4.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.2...1.4.3 |
Chris@12 | 40 [1.4.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.1...1.4.2 |
Chris@12 | 41 [1.4.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.0...1.4.1 |