Skip to content

Releases: xp-forge/yaml

8.1.0: XP 12 compatibility

24 Mar 13:48
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

8.0.0: Drop XP <= 9

04 Feb 09:51
Compare
Choose a tag to compare

7.1.0: Quoted keys

04 Nov 12:35
Compare
Choose a tag to compare
  • Added PHP 8.4 to the test matrix - @thekid
  • Merged PR #11: Support quoted and typed keys - @thekid
  • Merged PR #10: Migrate to new testing library - @thekid

7.0.1: Nested maps fix

18 Oct 21:10
Compare
Choose a tag to compare
  • Fixed nested maps spanning multiple lines in flow syntax - @thekid

7.0.0: Anchor, Aliases and Merge Keys

18 Oct 19:41
Compare
Choose a tag to compare
  • Merged PR #8: Implement Merge Key
    (@thekid)
  • Merged PR #7: Allow passing identifiers to YamlParser's parse()
    and documents() methods.
    (@thekid)

6.0.3: PHP 8.2 compatibility

26 Feb 11:37
Compare
Choose a tag to compare
  • Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid

6.0.2: XP 11 compatibility

21 Oct 19:07
Compare
Choose a tag to compare
  • Made library compatible with XP 11 - @thekid

6.0.1: PHP 8.0.0RC1 compatibility

09 Oct 17:24
Compare
Choose a tag to compare
  • Fixed strspn(): Argument #3 ($offset) must be contained... warning
    (@thekid)

6.0.0: Drop PHP 5 support

10 Apr 11:35
Compare
Choose a tag to compare
  • Implemented xp-framework/rfc#334: Drop PHP 5.6:
    . Heads up: Minimum required PHP version now is PHP 7.0.0
    . Rewrote code base, grouping use statements
    . Converted newinstance to anonymous classes
    (@thekid)

5.2.2: Annotation syntax

05 Apr 18:46
Compare
Choose a tag to compare
  • Implemented RFC #335: Remove deprecated key/value pair annotation syntax
    (@thekid)