Skip to content

Commit 6862733

Browse files
committed
Add changelog for v1.3.1
1 parent 8377ef7 commit 6862733

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,42 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
56
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
67

8+
## [1.3.1] — 2020-01-14
9+
10+
* Fix PHPUnit warnings regarding `assertContains()` and `assertRegExp()`. Props [@jakobbuis](https://github.com/jakobbuis) ([#20], [#27], [#28])
11+
* Refactor the internal test scaffolding, including a move from Travis CI to GitHub Actions. Props [@peter279k](https://github.com/peter279k) for the assist with GitHub Actions ([#24])
12+
* Added PHP 8.0 support ([#26])
13+
714
## [1.3.0] — 2020-01-27
815

9-
* Replace `zendframework/zend-dom` with `laminas/laminas-dom` ([#16]).
10-
* Update Composer dependencies, add a `composer test` script ([#15]).
16+
* Replace `zendframework/zend-dom` with `laminas/laminas-dom` ([#16])
17+
* Update Composer dependencies, add a `composer test` script ([#15])
18+
1119

1220
## [1.2.0] - 2018-03-27
1321

1422
* Bumped the minimum version of zendframework/zend-dom to 2.7, which includes a fix for attribute values that include spaces ([#13]).
1523

24+
1625
## [1.1.0] - 2018-01-14
1726

18-
* Added the `assertElementContains()`, `assertElementNotContains()`, `assertElementRegExp()`, and `assertElementNotRegExp()` assertions, for verifying the contents of elements that match the given DOM query ([#6]).
19-
* Moved the `Tests` namespace into a development-only autoloader, to prevent them from potentially being included in projects using this library ([#7]).
20-
* [Based on this article by Martin Hujer](https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/#tip-%236%3A-put-%60composer.lock%60-into-%60.gitignore%60-in-libraries), remove the `composer.lock` file from the library ([#8]).
21-
* _Lower_ the minimum version of [zendframework/zend-dom](https://packagist.org/packages/zendframework/zend-dom) to 2.2.5 for maximum portability ([#9]).
27+
* Added the `assertElementContains()`, `assertElementNotContains()`, `assertElementRegExp()`, and `assertElementNotRegExp()` assertions, for verifying the contents of elements that match the given DOM query ([#6])
28+
* Moved the `Tests` namespace into a development-only autoloader, to prevent them from potentially being included in projects using this library ([#7])
29+
* [Based on this article by Martin Hujer](https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/#tip-%236%3A-put-%60composer.lock%60-into-%60.gitignore%60-in-libraries), remove the `composer.lock` file from the library ([#8])
30+
* _Lower_ the minimum version of [zendframework/zend-dom](https://packagist.org/packages/zendframework/zend-dom) to 2.2.5 for maximum portability ([#9])
31+
2232

2333
## [1.0.0] - 2017-10-24
2434

2535
* Initial release of the PHPUnit Markup Assertions Composer package.
2636

2737

2838
[Unreleased]: https://github.com/stevegrunwell/phpunit-markup-assertions/compare/master...develop
39+
[1.3.1]: https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.3.1
2940
[1.3.0]: https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.3.0
3041
[1.2.0]: https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.2.0
3142
[1.1.0]: https://github.com/stevegrunwell/phpunit-markup-assertions/releases/tag/v1.1.0
@@ -37,3 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3748
[#13]: https://github.com/stevegrunwell/phpunit-markup-assertions/issues/13
3849
[#15]: https://github.com/stevegrunwell/phpunit-markup-assertions/pull/15
3950
[#16]: https://github.com/stevegrunwell/phpunit-markup-assertions/issues/16
51+
[#20]: https://github.com/stevegrunwell/phpunit-markup-assertions/pull/20
52+
[#24]: https://github.com/stevegrunwell/phpunit-markup-assertions/pull/24
53+
[#26]: https://github.com/stevegrunwell/phpunit-markup-assertions/pull/26
54+
[#27]: https://github.com/stevegrunwell/phpunit-markup-assertions/pull/27
55+
[#28]: https://github.com/stevegrunwell/phpunit-markup-assertions/pull/28

0 commit comments

Comments
 (0)