Skip to content

Releases: yii2-extensions/phpstan

0.2.3

09 Jun 08:17
Compare
Choose a tag to compare

What's Changed

  • Add support for PHPStan Extension Installer by @samuelrajan747 in #25
  • fix: Add PHPStan extension installer instructions and improve ServiceMap configuration handling. by @terabytesoftw in #26
  • fix: Enhance error handling in ServiceMap for invalid configuration structures and add corresponding test cases. by @terabytesoftw in #27
  • fix: Refactor component handling in ServiceMap to improve variable naming and streamline logic. by @terabytesoftw in #28
  • feat(): Enable strict rules and bleeding edge analysis, and update README.md with strict configuration examples. by @terabytesoftw in #29
  • fix: Enhance ActiveRecordDynamicStaticMethodReturnTypeExtension type inference for ActiveQuery support, and fix phpstan errors max lvl in tests. by @terabytesoftw in #33
  • fix: Enhance property reflection in UserPropertiesClassReflectionExtension to support identity class resolution and improve type inference for user component properties. by @terabytesoftw in #34

New Contributors

Full Changelog: 0.2.2...0.2.3

0.2.2

05 Jun 00:51
d352a08
Compare
Choose a tag to compare

What's Changed

  • Make $configPath optional in constructor ServiceMap class and update docs README.md. by @terabytesoftw in #22
  • fix: Update the path to Yii.php in the stubFiles configuration for correct referencing by @terabytesoftw in #23
  • fix: Improve Yii2 integration component property handling. by @terabytesoftw in #24

Full Changelog: 0.2.1...0.2.2

0.2.1

03 Jun 16:33
Compare
Choose a tag to compare

What's Changed

  • fix: Update licenses, docs, configuration, and reflection/type logic. by @terabytesoftw in #20
  • fix: Update CHANGELOG.md date for version 0.2.1 and format phpunit.xml.dist. by @terabytesoftw in #21

Full Changelog: 0.2.0...0.2.1

0.2.0

02 Jun 21:58
Compare
Choose a tag to compare

What's Changed

  • Add ECS script to composer.json and update testing.md. by @terabytesoftw in #11
  • Upgrade to PHPStan 2.0 by @glpzzz in #12
  • feat: Enhance PHPStan integration with yii2 extensions. by @terabytesoftw in #13
  • feat: Consolidate PHPUnit workflows and update README.md with Yii2 version badges. by @terabytesoftw in #14
  • fix: Correct badge label formatting for Yii2 version in README.md. by @terabytesoftw in #15
  • fix: Remove duplicate concurrency settings from phpunit-compatibility job in build.yml. by @terabytesoftw in #16
  • chore: Update changelog for version 0.2.0 with recent enhancements and bug fixes. by @terabytesoftw in #17
  • feat: Add usage instructions and configuration details for phpstan.neon in README.md. by @terabytesoftw in #18
  • fix: Update changelog for version 0.2.0 with recent enhancements and bug fixes. by @terabytesoftw in #19

New Contributors

0.1.0

27 Feb 21:51
b61fa20
Compare
Choose a tag to compare

What's Changed

  • Initial release.