Skip to content

Releases: modethirteen/TypeEx

TypeEx release 1.2.0

03 Jan 04:57
d31a955

Choose a tag to compare

Deprecate StringEx::template in favor of StringEx::interpolate

  • Default StringEx::stringify serialization method forobject is native-PHP serialization (fixes warnings for objects missing __toString method
  • Custom serialization anonymous functions can add global or per-operation custom serialization methods for array and object
  • Deprecate interfaces in favor of PSR-12 compatible interfaces
  • Read the docs!

TypeEx release 1.1.0

29 Dec 02:45

Choose a tag to compare

  • Add StringEx::equals and StringEx::equalsInvariantCase for string equality matching
  • Add StringEx::encodeBase64 and StringEx::decodeBase64 for Base64 string handling
  • Read the docs!

TypeEx release 1.0.0

19 Dec 22:48

Choose a tag to compare