Releases: phpstan/phpstan-deprecation-rules
Releases · phpstan/phpstan-deprecation-rules
2.0.3
2.0.2
- 9d8e7d4 - Implement RestrictedClassConstantUsageExtension
- 9e96248 - Implement RestrictedPropertyUsageExtension
- 3562b56 - Implement RestrictedFunctionUsageExtension
- ce7a039 - Simplification
- 223f1ab - Replace TypeHintDeprecated*Rule with RestrictedDeprecatedClassNameUsageExtension
- 13d3746 - Simplification
- 09f067c - Fixes
- e5d941d - Restore original CallToDeprecatedStaticMethodRuleTest
- 0deffb7 - Implement RestrictedClassNameUsageExtension
- 15f1d89 - RestrictedMethodUsageExtension is called for static methods too
- 0494a38 - Take advantage of RestrictedMethodUsageExtension
- 96f9357 - Update metcalfc/changelog-generator action to v4.6.2
- 775b713 - Readme: mention custom deprecation attribute
- adf5e23 - Update metcalfc/changelog-generator action to v4.5.0
- d3fb1e8 - Update LICENSE
2.0.1
2.0.0
- 81833b5 - Removed always true PHP_VERSION_ID condition
- f4a969d - Merge branch '1.2.x' into 2.0.x
- 0ccccb1 -
selectSingle()
is being deprecated - 392bbe7 - Updates for PHPStan 2.0 changes
- 89572d5 - Merge branch '1.2.x' into 2.0.x
- 398e2e2 - Merge remote-tracking branch 'origin/1.2.x' into 2.0.x
- 4590cf6 - Update build-cs
- 681b2db - Stop testing PHP 7.2 and 7.3
- 0e1d78a - Open 2.0.x
1.2.1
1.2.0
- fa8cce7 - Update lock-closed-issues.yml
- 8342041 - Merge remote-tracking branch 'origin/1.1.x' into 1.2.x
- d457b73 - Update PHPStan version
- ff4f00f - Update FetchingDeprecatedConstRuleTest.php
- 437ac71 - Fix build
- e9ea332 - Update metcalfc/changelog-generator action to v4.3.1
- f71dbf6 - Update cbrgm/mastodon-github-action action to v2
- 10f0e35 - Merge branch '1.1.x' into 1.2.x
- 674d785 - Fix build
- e7fe22b - Update metcalfc/changelog-generator action to v4.2.0
- 83345f7 - Update dessant/lock-threads action to v5
- 788ea1b - remove phpstan/phpstan-php-parser
- 4175e8a - Update actions/checkout action to v4
- f1cacde - Fix a typo
- 1884f9f - Next-gen coding standard workflow
- 2313a63 - Modernize rules to use RuleErrorBuilder and report error identifiers
- ca9e4fd - Open 1.2.x-dev
1.1.4
- 089d8a8 - DeprecatedScopeResolver - documentation in README
- ce6a85a - DeprecatedScopeResolver - description in PHPDoc
- 0f3fbc3 - DeprecatedScopeResolver is covered with backward compatibility promise
- 6d416c7 - Add deprecated scope resolving
- 94d68d3 - Update dependency slevomat/coding-standard to v8.12.0
- 4b7516f - Update dependency slevomat/coding-standard to v8.11.1
- 9d366de - Update dependency slevomat/coding-standard to v8.10.0
- a0b8839 - Update build-cs
- 67b670f - Update PHPCS
- e148790 - Update metcalfc/changelog-generator action to v4.1.0
- cbbbaa9 - add test for deprecation inheritance in trait