Skip to content

Releases: composer/pcre

3.3.1

28 Aug 08:58
63aaeac
Compare
Choose a tag to compare

What's Changed

  • Fix null-removal on nested captured-arrays by @staabm in #37
  • Fix PHPStan extension for matchAllStrictGroups by @staabm in #38

Full Changelog: 3.3.0...3.3.1

2.3.1

28 Aug 08:58
26859a8
Compare
Choose a tag to compare

What's Changed

  • Fix PHPStan extension for matchAllStrictGroups by @staabm in #38

Full Changelog: 2.3.0...2.3.1

3.3.0

19 Aug 19:46
1637e06
Compare
Choose a tag to compare

What's Changed

  • Support matchAll* variants in PHPStan extensions by @staabm in #32
  • Enable PHPStan Extensions outside of bleeding edge by @staabm in #31
  • Add PHPStan type extension for the replaceCallback callable by @Seldaek in #33

Full Changelog: 3.2.0...3.3.0

2.3.0

19 Aug 19:45
06d0e49
Compare
Choose a tag to compare

What's Changed

  • Support matchAll* variants in PHPStan extensions by @staabm in #32
  • Enable PHPStan Extensions outside of bleeding edge by @staabm in #31
  • Add PHPStan type extension for the replaceCallback callable by @Seldaek in #33

Full Changelog: 2.2.0...2.3.0

3.2.0

25 Jul 09:41
ea4ab6f
Compare
Choose a tag to compare
  • Added a PHPStan extension (include vendor/composer/pcre/extension.neon) to infer more precise $matches array shape, as well as validate regexes. Thanks @staabm (#25, #26, #27, #28, #29, #30)

Full Changelog: 3.1.4...3.2.0

2.2.0

25 Jul 09:39
0e455b7
Compare
Choose a tag to compare
  • Added a PHPStan extension (include vendor/composer/pcre/extension.neon) to infer more precise $matches array shape, as well as validate regexes. Thanks @staabm (#25, #26, #27, #28, #29, #30)

Full Changelog: 2.1.3...2.2.0

3.1.4

27 May 13:41
04229f1
Compare
Choose a tag to compare
  • Fixed one last deprecation when running on PHP 8.4

Full Changelog: 3.1.3...3.1.4

3.1.3

19 Mar 10:52
5b16e25
Compare
Choose a tag to compare
  • Fixed deprecations when running on PHP 8.4

Full Changelog: 3.1.2...3.1.3

2.1.3

19 Mar 10:52
540af38
Compare
Choose a tag to compare
  • Fixed deprecations when running on PHP 8.4

Full Changelog: 2.1.2...2.1.3

3.1.2

07 Mar 15:58
4775f35
Compare
Choose a tag to compare
  • Fixed @param-out and $match by-ref args to work better with PHPStan 1.10.60
  • Fixed bug in Preg::replaceCallbackStrictGroups not detecting null values when used with PREG_OFFSET_CAPTURE

Full Changelog: 3.1.1...3.1.2