Skip to content

Releases: boundwize/pyrameter

Released: Pyrameter 0.5.3

Choose a tag to compare

@samsonasik samsonasik released this 23 Jul 17:04
0.5.3
fea0535

ci build PHPStan

What's Changed

  • Fix: throw RuntimeException when config file provided but not found by @samsonasik in #50

Full Changelog: 0.5.2...0.5.3

Released: Pyrameter 0.5.2

Choose a tag to compare

@samsonasik samsonasik released this 20 Jul 08:37
0.5.2
d8d3bad

ci build PHPStan

What's Changed

  • Fix mocked dependencies classified as integration when referenced in type declarations by @samsonasik in #48

Full Changelog: 0.5.1...0.5.2

Released: Pyrameter 0.5.1

Choose a tag to compare

@samsonasik samsonasik released this 18 Jul 05:03
0.5.1
6e57410

ci build PHPStan

What's Changed

  • perf: eliminate per-scan closure allocation and dead name lookup in detection by @samsonasik in #47

Full Changelog: 0.5.0...0.5.1

Released: Pyrameter 0.5.0

Choose a tag to compare

@samsonasik samsonasik released this 15 Jul 14:08
0.5.0
2d840bb

ci build PHPStan

Disable Pyrameter for individual runs

Pyrameter can now be selectively disabled without removing it from phpunit.xml or disabling other PHPUnit extensions:

PYRAMETER_DISABLED=1 vendor/bin/phpunit

When disabled, Pyrameter registers no subscribers, performs no measurements, prints no report, and does not enforce target violations.

What's Changed

Full Changelog: [0.4.4...0.5.0](0.4.4...0.5.0)

Released: Pyrameter 0.4.4

Choose a tag to compare

@samsonasik samsonasik released this 15 Jul 00:10
0.4.4
2c97728

ci build PHPStan

What's Changed

  • [perf] Optimize usage classification and rule matching performance by @samsonasik in #44

Full Changelog: 0.4.3...0.4.4

Released: Pyrameter 0.4.3

Choose a tag to compare

@samsonasik samsonasik released this 03 Jul 06:05
0.4.3
3c456af

ci build PHPStan

What's Changed

  • Fix Pyrameter fail-on-violation hiding PHPUnit failure details by @samsonasik in #43

Full Changelog: 0.4.2...0.4.3

Released: Pyrameter 0.4.2

Choose a tag to compare

@samsonasik samsonasik released this 20 Jun 22:53
0.4.2
10617a0

ci build PHPStan

What's Changed

  • Fix function rule suppression by class-like usage by @samsonasik in #42

Full Changelog: 0.4.1...0.4.2

Released: Pyrameter 0.4.1

Choose a tag to compare

@samsonasik samsonasik released this 19 Jun 19:49
0.4.1
6f8acfb

ci build PHPStan

What's Changed

  • Fix formatting issues in README.md by @samsonasik in #40
  • [internal] move TestCollector and UsageClassifier to under Analysis by @samsonasik in #41

Full Changelog: 0.4.0...0.4.1

Released: Pyrameter 0.4.0

Choose a tag to compare

@samsonasik samsonasik released this 19 Jun 00:42
0.4.0
cae41ab

This release support PHPUnit ^13.

ci build PHPStan

What's Changed

  • Update PHPUnit requirement to include version ^13.0 by @samsonasik in #39

Full Changelog: 0.3.9...0.4.0

Released: Pyrameter 0.3.9

Choose a tag to compare

@samsonasik samsonasik released this 19 Jun 00:27
0.3.9
7c1eb70

ci build PHPStan

What's Changed

  • Allow define unless on usesClas, usesNamespace, usesFunction by @samsonasik in #38

Full Changelog: 0.3.8...0.3.9