Skip to content

Releases: symfony/error-handler

v6.0.0-BETA2

14 Nov 17:23
v6.0.0-BETA2
Compare
Choose a tag to compare
v6.0.0-BETA2 Pre-release
Pre-release

Changelog (v6.0.0-BETA1...v6.0.0-BETA2)

  • bug #44013 fix parsing @param with dollars in the description (nicolas-grekas)
  • bug #44028 Fix FlattenException::setPrevious argument typing (welcoMattic)

v5.4.0-BETA2

14 Nov 16:54
v5.4.0-BETA2
Compare
Choose a tag to compare
v5.4.0-BETA2 Pre-release
Pre-release

Changelog (v5.4.0-BETA1...v5.4.0-BETA2)

  • bug #44013 fix parsing @param with dollars in the description (nicolas-grekas)
  • bug #44028 Fix FlattenException::setPrevious argument typing (welcoMattic)

v6.0.0-BETA1

05 Nov 08:16
v6.0.0-BETA1
Compare
Choose a tag to compare
v6.0.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v6.0.0-BETA1)

  • feature #42988 Add helper script to patch type declarations (wouterj)
  • feature #42623 Turn return-type annotations into deprecations by default + add mode to turn them into native types (nicolas-grekas)
  • feature #40052 Add button to copy the path where error is thrown (lmillucci)
  • feature #42088 add return types and bump to v3 (nicolas-grekas)
  • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)

v5.4.0-BETA1

05 Nov 07:19
v5.4.0-BETA1
Compare
Choose a tag to compare
v5.4.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v5.4.0-BETA1)

  • feature #42988 Add helper script to patch type declarations (wouterj)
  • feature #42623 Turn return-type annotations into deprecations by default + add mode to turn them into native types (nicolas-grekas)
  • feature #40052 Add button to copy the path where error is thrown (lmillucci)

v5.3.7

30 Aug 12:42
v5.3.7
Compare
Choose a tag to compare

Changelog (v5.3.6...v5.3.7)

  • no significant changes

v4.4.30

30 Aug 12:33
v4.4.30
Compare
Choose a tag to compare

Changelog (v4.4.29...v4.4.30)

  • no significant changes

v5.3.4

26 Jul 18:18
v5.3.4
Compare
Choose a tag to compare

Changelog (v5.3.3...v5.3.4)

  • bug #42223 Do not use the php80 polyfill (nicolas-grekas)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)

v5.2.12

26 Jul 17:20
v5.2.12
Compare
Choose a tag to compare

Changelog (v5.2.11...v5.2.12)

  • bug #42223 Do not use the php80 polyfill (nicolas-grekas)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)

v4.4.27

26 Jul 17:32
v4.4.27
Compare
Choose a tag to compare

Changelog (v4.4.26...v4.4.27)

  • bug #42223 Do not use the php80 polyfill (nicolas-grekas)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)

v5.3.3

30 Jun 08:37
v5.3.3
Compare
Choose a tag to compare

Changelog (v5.3.2...v5.3.3)

  • bug #41760 fix handling buffered SilencedErrorContext (nicolas-grekas)
  • bug #41776 Do not check Phake mocks classes (adoy)