Releases: doctrine/deprecations
Releases · doctrine/deprecations
1.1.3
Release Notes for 1.1.3
1.1.x bugfix release (patch)
1.1.3
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
bug
1.1.2
Release Notes for v1.1.2
1.1.2
- Total issues resolved: 0
- Total pull requests resolved: 0
- Total contributors: 0
v1.1.1
Bugfixes
- Fix Deprecation::ignoreDeprecations by @ruudk in #43
- Fix deprecations triggered from code called by native code by @stof in #53
Static analysis
- Setup static analysis by @greg0ire in #45
- Improve static analysis by @stof in #49
- Add the phpstan PHPUnit plugin by @stof in #47
- Reach higher levels of static analysis by @greg0ire in #48
- Reach psalm level 2 by @stof in #51
- Add better types for the sprintf-like arguments by @stof in #52
- Reach psalm max level by @stof in #58
CI
Test suite
- Fix the state resetting between tests by @stof in #56
v1.0.0
Notable changes since the 0.5.3 release:
- Distribution packages are slightly smaller now because tests and other non-production files are excluded.
- The distribution package contains a copy of the MIT license now.
v0.5.3
- Improvement: Simplify modes, allow stacking them, no tracking by default #24
- Bugfix: Windows path detection #25
v0.5.2
- Add tests for
triggerIfCalledFromOutside
#22
- Detect when deprecations are triggered from tests in
triggerIfCallledFromOutside
#23
v0.5.1
Bugfix: Wrong condition for triggerIfCalledFromOutside
98cd98d
v0.5.0
- Introduce
Deprecation::triggerIfCalledFromOutside
#20
- Remove temporarily ignore deprecation code
v0.4.0
- Add
Deprecation::ignoreDeprecationTemporarily
#16
- Allow to test deprecation was not triggered with
VerifyDeprecations
assertion #17