All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2022-11-01
- New
AnyInstance
matcher
- Mocker function for
_n()
to evaluate singular or plural
- Patchwork not loaded error (
WP_Mock::setUsePatchwork(true)
was broken) - Address call to undefined method
getAnnotations
error from test class - Support for latest PHPUnit versions
0.4.2 - 2019-03-15
- Minor Filter/Action/Hook Assertion Bugfix
- Please note: As with the previously-tagged release, this is not necessarily a stable release!
0.4.1 - 2019-02-26
- PHPUnit 8 Compatiblity
- This release brings us up to date with the latest release of PHPUnit.
- Please note: As with the previously-tagged release, this is not necessarily a stable release!
0.4.0 - 2019-01-16
- PHPUnit 7 Compatiblity
- This release brings us up to date both with PHPUnit and with PHP itself. The minimum version of PHP now supported by the project is 7.1.
- Please note: As with the previously-tagged release, this is not necessarily a stable release!
0.3.0 - 2017-12-03
- This release brings us up to date both with PHPUnit and with PHP itself. The minimum version of PHP now supported by the project is 7.0.
- Please note: As with the previously-tagged release, this is not necessarily a stable release!
0.2.0 - 2017-07-18
- Unstable Distributable Release
- This release moves to using static, tagged versions hosted on Packagist. Aside from a handful of bugfixes, it's equivalent to the
dev-dev
version many have been using before July 2017. Moving forward, all versions will be static and tagged. - Please note: As with the previously-tagged release, this is not a stable release! We strongly encourage you to use the 1.0.x-dev source release until we release a stable 1.0 version.
0.1.1 - 2015-03-31
- Better documentation and phpDocumentor output
0.1.0 - 2014-12-30
- Unstable Distributable Release
- Currently, we only have source releases on Packagist (dev-trunk and 1.0.x-dev). This will be a distributable release that will allow local caching of the library so that not every use needs to be a git clone.
- Please note: this is not a stable release! We strongly encourage you to use the 1.0.x-dev source release until we release a stable 1.0 version.