Skip to content

Release 2.1.0 - JSON serialization for complex types

Compare
Choose a tag to compare
@sad-spirit sad-spirit released this 10 Apr 09:27
· 85 commits to master since this release
  • Classes representing complex Postgres types now implement JsonSerializable interface and can be correctly JSON-encoded. Decoding is possible via createFromArray() static method defined in package's ArrayRepresentable interface (request #11)
  • Tested and supported on PHP 8.2 and Postgres 15