Skip to content

0.3

Compare
Choose a tag to compare
@rbotzer rbotzer released this 01 Jul 21:26
· 79 commits to master since this release

Building on release 0.2, support for automatic serialization/deserialization of unsupported types has been implemented.

Features

  • Default PHP serialization for unsupported types. Types such as float, object, and boolean will be serialized and stored as as_bytes with encoding AS_BYTES_PHP.
  • Support for auth in the constructor.
  • Clarified the build documentation.