Skip to content

Releases: xp-forge/json-patch

2.1.1: PHP 8.5 forward compatibility

Choose a tag to compare

@thekid thekid released this 16 Aug 08:26
  • Fixed Non-canonical cast (double) is deprecated in PHP 8.5 - @thekid

2.1.0: XP 12 compatibility

Choose a tag to compare

@thekid thekid released this 24 Mar 11:37
  • Made compatible with XP 12 - @thekid

2.0.2: PHP 8.2 compatibility

Choose a tag to compare

@thekid thekid released this 26 Feb 13:15
  • Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid

2.0.1: XP 11 / library compatiblity

Choose a tag to compare

@thekid thekid released this 24 Oct 08:51
  • Made compatible with XP 11 as well as new major versions of
    xp-framework/io-collections and xp-forge/json
    (@thekid)

2.0.0: Drop PHP 5 support

Choose a tag to compare

@thekid thekid released this 10 Apr 11:59
  • 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
    . Rewrote isset(X) ? X : default to X ?? default
    (@thekid)

1.1.2: Annotation syntax

Choose a tag to compare

@thekid thekid released this 05 Apr 15:40
  • Implemented RFC #335: Remove deprecated key/value pair annotation syntax
    (@thekid)

1.1.1: XP10 compatibility

Choose a tag to compare

@thekid thekid released this 05 Apr 11:08
  • Made compatible with XP 10 - @thekid

1.1.0: Compatibility

Choose a tag to compare

@thekid thekid released this 30 Dec 01:32
  • Merged PR #1: Make compatible with newer XP / PHP versions - @thekid

1.0.0: XP7 compatibility

Choose a tag to compare

@thekid thekid released this 21 Feb 23:46
  • Added version compatibility with XP 7 - @thekid

0.3.0: Escaping & QA

Choose a tag to compare

@thekid thekid released this 05 Jul 17:59
  • Code quality assurance: Add api documentation where missing
    (@thekid)
  • Verify escaping works as described in JSON pointer RFC
    (@thekid)