Releases: boundwize/pyrameter
Releases · boundwize/pyrameter
Release list
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
Released: Pyrameter 0.3.8
What's Changed
- Add CodeIgniter4 ControllerTestTrait mark as functional test in defau… by @samsonasik in #37
Full Changelog: 0.3.7...0.3.8
Released: Pyrameter 0.3.7
What's Changed
- [perf] Optimize test classification and summary collection by @samsonasik in #36
Full Changelog: 0.3.6...0.3.7
Released: Pyrameter 0.3.6
What's Changed
- chore: Simplify bootstrap configuration in phpunit.xml by @samsonasik in #32
- [perf] Memoize classification per test class in CollectTestResultSubscriber by @samsonasik in #33
- [perf] short circuit e2e when found by @samsonasik in #34
- [perf] Pre compile rules and remove case sensitive check by @samsonasik in #35
Full Changelog: 0.3.5...0.3.6
Released: Pyrameter 0.3.5
What's Changed
- [perf] Initialize NodeTraverser in constructor by @samsonasik in #31
Full Changelog: 0.3.4...0.3.5
Released: Pyrameter 0.3.4
What's Changed
- [doc] use defaults() vs create() example by @samsonasik in #29
- Fix missing consumed class on Instanceof and catch by @samsonasik in #30
Full Changelog: 0.3.3...0.3.4
Released: Pyrameter 0.3.3
What's Changed
- Fix sort based on total tests on drawing pyramid, more is on the bottom by @samsonasik in #28
Full Changelog: 0.3.2...0.3.3