All Versions
30
Latest Version
Avg Release Cycle
11 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.0 Changes
- Reconversion of the project as a PHPStan extension
Read the [upgrade guide](doc/UPGRADE-0.10.md) for more information.
-
v0.9.1 Changes
- ๐ง Read configured
tests.path
recursively
- ๐ง Read configured
-
v0.9.0 Changes
- ๐ Fix phar file generation
- ๐ง Make paths relative to configuration file
-
v0.8.4 Changes
- โก๏ธ Update event-dispatcher to allow psr/container v2
-
v0.8.3 Changes
- ๐ Fix class property types not caught as dependencies
- ๐ Support PHP 8.1 features:
- Enums
- never type
- Intersection types
-
v0.8.2 Changes
- โ Add Symfony 6 compatibility
-
v0.8.1 Changes
- ๐ Fix exception when no files found in path selector
- ๐ Improve RegexClassName match performance
-
v0.8.0 Changes
- โ Add PHP 8.0 and 8.1 compatibility
- โฌ๏ธ Drop PHP 7.2 and 7.3 compatibility
- ๐ Support PHP 8.0 features:
- Constructor promotion
- Named Parameters
- Union Types
- Attributes
- Match and Throw Expression
- ๐ Rename
ignore_docblocks
toignore-docblocks
- Rename
ignore_php_extensions
toignore-php-extensions
- โ Remove
dry-run
option - โ Add
php-version
option to force emulative lexer php version - ๐ Move main executable file to
/bin/phpat
- โก๏ธ Update min/max composer dependencies versions
- โ Remove BetterReflection usage
- โ Add default composer configuration
- Accept snake_case test filenames
- Baseline file
- ๐ Fix wrongly mapped fully qualified classnames on docblocks
- Ignore dependencies out of the class context
- โ Remove regex selections with results from origins to avoid duplicated statements
-
v0.7.7 Changes
- Do not analyze excluded files (+info)
-
v0.7.6 Changes
- ๐ท Move CI to GitHub Actions
- โก๏ธ Optimize FullClassName usage