Releases: antecedent/patchwork
Releases · antecedent/patchwork
Version 2.2.3
What's Changed
Full Changelog: 2.2.2...2.2.3
Version 2.2.2
- Speedup for loading patchwork.json by @MichaONO in #172
- PHP 8.5 | CallRerouting: prevent deprecation notice for Reflection*::setAccessible() by @jrfnl in #174
Full Changelog: 2.2.1...2.2.2
Version 2.2.1
What's Changed
- Fixed: PHP 8.4 deprecation notice regarding
str_getcsv(#170 by @kagg-design, #171 by @jrfnl) - GH Actions: PHP 8.4 has been released, by @jrfnl in #169
- Don't use die() but echo to skip tests, by @staabm in #168
New Contributors
Full Changelog: 2.2.0...2.2.1
Version 2.2.0
What's Changed
- Drop support for PHP < 7.1 by @jrfnl in #163
- Remove support for HHVM by @jrfnl in #158
- GH Actions: Bump ramsey/composer-install from 2 to 3 by @dependabot in #155
- GH Actions: Bump softprops/action-gh-release from 1 to 2 by @dependabot in #156
- GH Actions: Bump actions/upload-artifact from 3 to 4 by @dependabot in #149
- PHP 8.4 | Remove use of
E_STRICTfrom the tests by @jrfnl in #166 - PHP 8.4 | Console: remove use of
E_STRICTby @jrfnl in #160 - PHP 8.4 | Silence deprecation for trigger_error() by @jrfnl in #161
- PHP 8.4 | Fix implicitly nullable parameters by @jrfnl in #165
Full Changelog: 2.1.28...2.2.0
Version 2.1.28
Version 2.1.27
What's Changed
- Issues #146, #147, and #148, arising from updates to PHP's parser introduced in PHP 7.0 and not yet reflected in Patchwork's preprocessor, have been fixed
- Add dependabot configuration file by @jrfnl in #144
- GH Actions: update for the release of PHP 8.3 by @jrfnl in #143
- GH Actions: Bump actions/checkout from 3 to 4 by @dependabot in #145
New Contributors
- @dependabot made their first contribution in #145
Full Changelog: 2.1.26...2.1.27
Version 2.1.26
What's Changed
Full Changelog: 2.1.25...2.1.26
Version 2.1.25
Fixed even more stream wrapper-related regressions that had appeared in 2.1.22.
Full Changelog: 2.1.24...2.1.25
Version 2.1.24
Fixed another regression introduced in 2.1.22 (Patchwork\CodeManipulation\Stream::dir_opendir)
Full Changelog: 2.1.23...2.1.24
Version 2.1.23
Fixed a regression from fixing #138 in 2.1.22.
Full Changelog: 2.1.22...2.1.23