Releases: thecodingmachine/phpstan-safe-rule
Releases · thecodingmachine/phpstan-safe-rule
v1.3.0
What's Changed
This new release brings support for PHPStan 2.0 (and drops support for PHPStan 1.0)
- PHPStan 2 + GHA CI by @Jean85 in #35
- Fix broken test by @Jean85 in #36
- Increase static analysis by @Jean85 in #37
- Adding CODECOV_TOKEN in CI by @moufmouf in #38
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Support safe ^2.0 by @dbrekelmans in #28
New Contributors
- @dbrekelmans made their first contribution in #28
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
v1.0.0
v1.0.0-beta1
This new version:
- targets Safe 1.0.0-beta1
- is compatible with PHPStan 0.12 (while keeping compatibility with 0.10 and 0.11)
v0.1.4
Adding special type support for preg_replace
v0.1.2
PHPStan compatibility release
- #7 Adding compatibility with PHPStan 0.11