Skip to content

v3.0

Latest

Choose a tag to compare

@RinkAttendant6 RinkAttendant6 released this 08 Feb 15:44
· 1 commit to main since this release
d0168f0

Features

  • PHP 8 compatibility: #27

Breaking changes

  • Resource class no longer implements Serializable.
    • JsonSerializable is NOT affected.
  • Attempting to access a non-existent array element of a Resource instance will now return null. Previously, this threw a TypeError.

Full Changelog: v2.2.1...v3.0