Skip to content

Releases: shipmonk-rnd/phpstan-baseline-per-identifier

2.1.1

13 Dec 09:14
cb4a3e4
Compare
Choose a tag to compare

Fixes:

  • Non-legacy approach does not need neon config (#24)

2.1.0

08 Dec 10:09
800aa0e
Compare
Choose a tag to compare

New features

2.0.0

22 Nov 12:54
0b60660
Compare
Choose a tag to compare

Major changes

  • Preferred approach changed (#10)
    • Use vendor/bin/split-phpstan-baseline instead of --error-format
    • Script approach can utilize PHPStan's result cache!

New features

  • Support PHP baselines (#12)
    • Just use baselines/loader.php instead of baselines/loader.neon

Dependencies

  • requires phpstan/phpstan 2.0 (#8)

1.0.0

11 Oct 09:37
941c169
Compare
Choose a tag to compare

Initial release

  • Error formatter that allows to split your PHPStan baselines to multiple files:
baselines/
 ├─ loader.neon
 ├─ empty.notAllowed.neon
 ├─ foreach.nonIterable.neon
 ├─ identical.alwaysFalse.neon
 └─ if.condNotBoolean.neon