Releases: symbiote/silverstripe-phpstan
Releases · symbiote/silverstripe-phpstan
4.0.0
3.0.2
3.0.1
[DOCUMENTATION] Removing the version plan. This is because: - All our modules follow semantic versioning, so it should already be implicit. - It mentions the *plan* to support `0.10`, but can easily be confused with already supporting `0.10`. - This doesn't really add anything to the documentation.
3.0.0
2.0.1
Stable release (SilverStripe 4.X)
Stable release (SilverStripe 3.X)
Stable release
- Re-organize / format code
- Run phpcbf / update phpcs
0.3 - Updated / more accurate documentation, Unit tests, More type support (ie. Injector::inst()->get() )
Lots of improvements
-
Changed 'extension.neon' to 'phpstan.neon' to follow conventions of other phpstan modules. Make sure to update your project phpstan.neon file!
-
Unit tested functionality, ie. Page::get() == DataList type
-
Support for singleton() / Injector::inst()->get() calls
-
Improved property support for ViewableData (all properties fallback to mixed due to its __get() method)
-
Fix broken functionality by introducing tests (helped iron out various call cases)
0.2.0: Merge pull request #8 from hostpapa/phpstan-version-9
Update to support PHPStan 0.9