Releases: boundwize/pyrameter
Releases · boundwize/pyrameter
Release list
Released: Pyrameter 0.5.3
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
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
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
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/phpunitWhen disabled, Pyrameter registers no subscribers, performs no measurements, prints no report, and does not enforce target violations.
What's Changed
- link to article about pyramid testing by @samsonasik in #45
- Add
PYRAMETER_DISABLEDenvironment variable opt-out by @samsonasik in #46
Full Changelog: [0.4.4...0.5.0](0.4.4...0.5.0)
Released: Pyrameter 0.4.4
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
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
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
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
This release support PHPUnit ^13.
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
What's Changed
- Allow define unless on usesClas, usesNamespace, usesFunction by @samsonasik in #38
Full Changelog: 0.3.8...0.3.9