Releases: phpstan/phpstan-nette
Releases · phpstan/phpstan-nette
2.0.1
- 200d192 - RegularExpressionPatternRule: support extended
Nette\Utils\Strings
2.0.0
- cacb698 - Removed dead test-code after min-phpversion raise
- 46c7243 - Merge branch '1.1.x' into 2.0.x
- 6e53fa7 - Use newer PHPUnit
- db173fe - Cleanup
skipCheckGenericClasses
- aedf3d6 - Fix CS
- cfc20fd - Fixes after PHPStan update
- 8d9bbb4 - Fixes after PHPStan update
- 5a256b6 - Fixes after PHPStan update
- c903386 - Uncover everything behind the bleedingEdge flag
- 93a4f02 - Fix RethrowExceptionRule
- 72b9205 - Drop unnecessary dependency on nikic/php-parser
- fb9cf75 - Update build-cs
- 1a90161 - Stop testing PHP 7.2 and 7.3
- 5968d00 - Open 2.0.x
- dd0fda3 - Pin build-cs
- d04b69a - Fix build
- e3fb4af - Fix test expectations
- 6d0cafb - Test newer PHP versions
- 49adb06 - Fix build
1.3.7
- 8794315 - Support nette 4 for Strings::replace + support regexp array shapes for Strings::replace callback
- f41257b - Readme: mention
Strings::matchAll
- a9caeec - Readme: adjust title
- fd71eac - Adjust expectations
1.3.6
- ea83653 - String::match / String::matchAll support for nette 4
- 32412c9 - Understand constant strings in patterns
1.3.5
- 30650e6 -
Strings::matchAll()
cannot return null
1.3.4
- 14a68a9 - Understand the exact array shape coming from
Nette\Utils\Strings::matchAll()
based on pattern
1.3.3
- 5f97dfa - Fix build after RegexArrayShapeMatcher improvements
- 5da3be5 - Support preg_quote()'d patterns
1.3.2
- 1cdc8a0 - Fix build
- 951bacd - Fixate more compatible PHPUnit version
- c0132ad - Fix build
- 3e68a5d - Understand the exact array shape coming from
Nette\Utils\Strings::match()
based on pattern
1.3.1
- 9eebad8 - Add stubs marking immediately invoked callables in utils and caching