Releases: staabm/phpstan-baseline-analysis
Releases · staabm/phpstan-baseline-analysis
0.8.1
New Features
What's Changed
- Update README.md by @staabm in #57
- Import Safe function in TrendApplication by @szepeviktor in #62
- Fix CS in BaselineError by @szepeviktor in #61
- Remove extra new line from BaselineAnalyzer by @szepeviktor in #60
- Remove stray space from AnalyzeApplication by @szepeviktor in #59
- Import Safe\file_get_contents by @szepeviktor in #58
- More baseline analyzer testing by @staabm in #65
- Refactor BaselineAnalyzer by @szepeviktor in #64
- Update README.md by @staabm in #66
New Contributors
- @szepeviktor made their first contribution in #62
Full Changelog: 0.8...0.8.1
0.8
0.7.1
0.7.0
Notable Changes
What's Changed
- Update phpstan/phpstan requirement from ^1.1 to ^1.2 by @dependabot in #32
- Update phpstan/phpstan requirement from ^1.2 to ^1.3 by @dependabot in #35
- Update symfony/polyfill-php80 requirement from ^1.23 to ^1.24 by @dependabot in #36
- Update phpstan/phpstan requirement from ^1.3 to ^1.4 by @dependabot in #37
- Update thecodingmachine/phpstan-safe-rule requirement from ^1.1 to ^1.2 by @dependabot in #38
- Update phpunit.xml by @staabm in #39
- typo by @staabm in #40
- Bump actions/checkout from 2 to 3 by @dependabot in #41
- Update symfony/polyfill-php80 requirement from ^1.24 to ^1.25 by @dependabot in #42
- Update phpstan/phpstan requirement from ^1.4 to ^1.5 by @dependabot in #43
New Contributors
Full Changelog: 0.6.1...0.7.0
0.6.1
0.6 / phpstan 1.0 support
minor improvements
0.5.1 simplify example (#25)
cover unknown types
cover unknown types (#23) Co-authored-by: Markus Staab <[email protected]>
Cover invalid phpdocs and deprecations
cover invalid phpdoc tags (#21) Co-authored-by: Markus Staab <[email protected]>
0.3.1: use exit-code for AnalyzeApplication (#11)
Co-authored-by: Markus Staab <[email protected]>