Skip to content

Releases: symfony/yaml

v4.4.15

04 Oct 07:56
v4.4.15
Compare
Choose a tag to compare

Changelog (v4.4.14...v4.4.15)

  • no changes

v5.1.6

27 Sep 04:38
v5.1.6
Compare
Choose a tag to compare

Changelog (v5.1.5...v5.1.6)

  • bug #38228 Fix edge cases when parsing multiple documents (digilist)
  • bug #38229 fix parsing comments not prefixed by a space (xabbuh)
  • bug #38099 Prevent parsing invalid octal digits as octal numbers (julienfalque)
  • bug #38040 fixed Parser to skip comments when inlining sequences (korve)

v4.4.14

27 Sep 04:31
v4.4.14
Compare
Choose a tag to compare

Changelog (v4.4.13...v4.4.14)

  • bug #38228 Fix edge cases when parsing multiple documents (digilist)
  • bug #38229 fix parsing comments not prefixed by a space (xabbuh)
  • bug #38099 Prevent parsing invalid octal digits as octal numbers (julienfalque)
  • bug #38040 fixed Parser to skip comments when inlining sequences (korve)

v3.4.45

27 Sep 04:03
v3.4.45
Compare
Choose a tag to compare

Changelog (v3.4.44...v3.4.45)

  • bug #38228 Fix edge cases when parsing multiple documents (digilist)
  • bug #38229 fix parsing comments not prefixed by a space (xabbuh)
  • bug #38099 Prevent parsing invalid octal digits as octal numbers (julienfalque)

v5.1.5

02 Sep 08:21
v5.1.5
Compare
Choose a tag to compare

Changelog (v5.1.4...v5.1.5)

  • no changes

v4.4.13

02 Sep 08:15
v4.4.13
Compare
Choose a tag to compare

Changelog (v4.4.12...v4.4.13)

  • no changes

v5.1.4

31 Aug 06:23
v5.1.4
Compare
Choose a tag to compare

Changelog (v5.1.3...v5.1.4)

  • bug #37949 fix more numeric cases changing in PHP 8 (xabbuh)
  • bug #37921 account for is_numeric() behavior changes in PHP 8 (xabbuh)
  • bug #37744 Fix for #36624; Allow PHP constant as first key in block (jnye)

v4.4.12

31 Aug 06:15
v4.4.12
Compare
Choose a tag to compare

Changelog (v4.4.11...v4.4.12)

  • bug #37949 fix more numeric cases changing in PHP 8 (xabbuh)
  • bug #37921 account for is_numeric() behavior changes in PHP 8 (xabbuh)
  • bug #37744 Fix for #36624; Allow PHP constant as first key in block (jnye)

v3.4.44

31 Aug 06:09
v3.4.44
Compare
Choose a tag to compare

Changelog (v3.4.43...v3.4.44)

  • bug #37949 fix more numeric cases changing in PHP 8 (xabbuh)
  • bug #37921 account for is_numeric() behavior changes in PHP 8 (xabbuh)
  • bug #37744 Fix for #36624; Allow PHP constant as first key in block (jnye)

v5.1.3

24 Jul 04:29
v5.1.3
Compare
Choose a tag to compare

Changelog (v5.1.2...v5.1.3)

  • no changes