Skip to content

Releases: doctrine/deprecations

1.1.3

30 Jan 19:36
1.1.3
dfbaa3c
Compare
Choose a tag to compare

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

27 Sep 20:05
1.1.2
4f2d4f2
Compare
Choose a tag to compare

Release Notes for v1.1.2

1.1.2

  • Total issues resolved: 0
  • Total pull requests resolved: 0
  • Total contributors: 0

v1.1.1

03 Jun 10:01
v1.1.1
612a3ee
Compare
Choose a tag to compare

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.1.0

29 May 18:57
v1.1.0
8cffffb
Compare
Choose a tag to compare

Added

v1.0.0

02 May 17:14
0e2a4f1
Compare
Choose a tag to compare

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

21 Mar 13:10
9504165
Compare
Choose a tag to compare
  • Improvement: Simplify modes, allow stacking them, no tracking by default #24
  • Bugfix: Windows path detection #25

v0.5.2

21 Mar 13:09
d7eade7
Compare
Choose a tag to compare
  • Add tests for triggerIfCalledFromOutside #22
  • Detect when deprecations are triggered from tests in triggerIfCallledFromOutside #23

v0.5.1

21 Mar 13:07
Compare
Choose a tag to compare

Bugfix: Wrong condition for triggerIfCalledFromOutside 98cd98d

v0.5.0

21 Mar 13:03
db319bc
Compare
Choose a tag to compare
  • Introduce Deprecation::triggerIfCalledFromOutside #20
  • Remove temporarily ignore deprecation code

v0.4.0

11 Mar 19:12
011e779
Compare
Choose a tag to compare
  • Add Deprecation::ignoreDeprecationTemporarily #16
  • Allow to test deprecation was not triggered with VerifyDeprecations assertion #17