Skip to content

Releases: xp-framework/text-encode

10.1.0: I/O exceptions

Choose a tag to compare

@thekid thekid released this 21 Jun 18:06
  • Made library compatible with XP 11, all PHP versions from 8.3 up to 8.6
    (@thekid)
  • Merged PR #3: Refactor I/O exceptions, dropping XP 10 support in the
    doing. See xp-framework/core#363 for a write-up on the reason behind
    this and the plan to move forward.
    (@thekid)

10.0.0: Drop XP 9, add XP 11

Choose a tag to compare

@thekid thekid released this 27 Feb 10:13

9.0.1: HHVM workaround removal

Choose a tag to compare

@thekid thekid released this 31 May 09:26
  • Removed HHVM implementations added in #2, HHVM no longer supports PHP
    (@thekid)

9.0.0: Drop PHP 5 support

Choose a tag to compare

@thekid thekid released this 10 Apr 18:03
  • 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)

8.0.1: XP10 compatibility

Choose a tag to compare

@thekid thekid released this 04 Apr 19:16
  • Made compatible with XP 10 - @thekid

8.0.0: XP9 Compatibiliy

Choose a tag to compare

@thekid thekid released this 19 Jun 21:07
  • Fixed issue #2: Fix Base64OutputStream on HHVM - @thekid
  • Heads up: Drop PHP 5.5 support - @thekid
  • Added forward compatibility with XP 9.0.0 - @thekid

7.1.0: XP8 Compatibility

Choose a tag to compare

@thekid thekid released this 29 Aug 18:56
  • Added forward compatibility with XP 8.0.0 - @thekid

7.0.0: XP7 compatibility

Choose a tag to compare

@thekid thekid released this 21 Feb 21:05

6.6.0: Extract from XP Core

Choose a tag to compare

@thekid thekid released this 08 Dec 22:44
  • Extracted from the XP Framework's core - @thekid