Skip to content

Releases: antecedent/patchwork

Version 2.2.1

11 Dec 10:37
1bf183a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.2.1

Version 2.2.0

27 Sep 17:24
b07d4fb
Compare
Choose a tag to compare

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_STRICT from the tests by @jrfnl in #166
  • PHP 8.4 | Console: remove use of E_STRICT by @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

06 Feb 09:54
6b30aff
Compare
Choose a tag to compare

What's Changed

  • Handle anonymous class attribute by @romm in #152

New Contributors

  • @romm made their first contribution in #152

Full Changelog: 2.1.27...2.1.28

Version 2.1.27

03 Dec 18:56
Compare
Choose a tag to compare

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

Full Changelog: 2.1.26...2.1.27

Version 2.1.26

18 Sep 08:25
f2dae08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.25...2.1.26

Version 2.1.25

20 Feb 09:06
Compare
Choose a tag to compare

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

18 Feb 17:10
Compare
Choose a tag to compare

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

18 Feb 11:56
Compare
Choose a tag to compare

Fixed a regression from fixing #138 in 2.1.22.

Full Changelog: 2.1.22...2.1.23

Version 2.1.22

18 Feb 11:37
Compare
Choose a tag to compare

What's Changed

  • Fixed: Patchwork's stream wrapper fails to respect other stream wrappers (#138)
  • GH Actions: version update for various predefined actions by @jrfnl in #129
  • GH Actions: fix test runs + start testing against PHP 8.2 by @jrfnl in #130
  • CallRerouting\dispatch(): minor code tweak by @jrfnl in #134
  • Fix require of missing files by @anomiex in #136
  • GH Actions: bust the cache semi-regularly by @jrfnl in #135
  • GH Actions: update PHP versions in workflows by @jrfnl in #137

Full Changelog: 2.1.21...2.1.22

Version 2.1.21

07 Feb 07:33
25c1fa0
Compare
Choose a tag to compare

What's Changed

  • Keep parenthesis around anonymous class parameters by @wvega in #128

New Contributors

Full Changelog: 2.1.20...2.1.21