Releases: eliashaeussler/phpunit-attributes
Releases · eliashaeussler/phpunit-attributes
1.7.0
What's Changed
🚀 Improved
- [FEATURE] Introduce
#[RequiresEnv]
and#[ForbidsEnv]
attributes by @eliashaeussler in #33
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
🚀 Improved
- [FEATURE] Introduce
#[ForbidsClass]
attribute by @eliashaeussler in #31 - [FEATURE] Introduce
#[ForbidsPackage]
attribute by @eliashaeussler in #32
📖 Documentation
- [DOCS] Move attributes documentation to separate files by @eliashaeussler in #30
⚙️ Dependencies
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
🚀 Improved
- [FEATURE] Introduce
#[ForbidsConstant]
attribute by @eliashaeussler in #28
👷 Changed
- [TASK] Move base functionality to a new
AbstractAttributeTracer
by @eliashaeussler in #27
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
🚀 Improved
- [FEATURE] Introduce
#[RequiresConstant]
attribute by @eliashaeussler in #26
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
🚀 Improved
- [FEATURE] Add support for PHPUnit v12 by @eliashaeussler in #21
👷 Changed
- [TASK] Switch to rulesets in
settings.yml
by @eliashaeussler in #20
⚙️ Dependencies
- [TASK] Update phpstan/phpstan-phpunit to v2 by @renovate in #13
- [TASK] Update all dependencies by @renovate in #18
- [TASK] Update phpstan/phpstan-phpunit to v2.0.4 by @renovate in #19
Full Changelog: 1.2.2...1.3.0
1.2.2
What's Changed
👷 Changed
- [TASK] Switch to
ramsey/composer-install@v3
by @eliashaeussler in #11
⚙️ Dependencies
- [TASK] Update all dependencies by @renovate in #12
- [TASK] Update phpstan/phpstan-phpunit to v1.4.1 by @renovate in #14
- [TASK] Update php by @renovate in #15
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
🚑 Fixed
- [BUGFIX] Convert subscribers to tracers to handle class autoload errors by @eliashaeussler in #9
📖 Documentation
- [DOCS] Document usage of custom outcome behavior on attribute level by @eliashaeussler in #6
⚙️ Dependencies
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
🚀 Improved
- [FEATURE] Use more generic values for extension parameters by @eliashaeussler in #5
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
🚀 Improved
- [FEATURE] Introduce
#[RequiresClass]
attribute by @eliashaeussler in #4
👷 Changed
- [TASK] Simplify Composer scripts to execute PHPUnit tests by @eliashaeussler in #3
New Contributors
- @eliashaeussler made their first contribution in #3
Full Changelog: 1.0.0...1.1.0