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.
Version 0.2.2 – 2022-09-05
- Fix a PHP 8.2 deprecation warning (#27, props @brettmc)
- Add PHP 8.x to the GitHub Actions testing matrix
- Update PHPStan to 1.8
- Clean up deprecation warnings related to PHPUnit Bridge
Version 0.2.1 — 2021-04-15
- Mark tests that use
defineFunction()
ordeleteFunction()
as skipped if Runkit is unavailable (#25) - Fix coding standards, remove unused namespace imports (#22, props @peter279k)
Version 0.2.0 — 2020-11-23
- Introduce a new
AssertWell\PHPUnitGlobalState\Functions
trait (#17) - Introduce an
AssertWell\PHPUnitGlobalState\Support\Runkit
support class (#15)
- Simplify the cleanup between tests of of the private properties that hold changes (#16)
Version 0.1.0 — 2020-09-25
Initial public release of the package, with the following traits: