Skip to content

Releases: devtheorem/phaster

3.0.0

29 Oct 22:30
Compare
Choose a tag to compare

Added

  • Official support for PostgreSQL.

Changed

  • Moved to DevTheorem namespace.
  • Phaster now validates that property values are scalar or null when inserting and updating rows.
  • PHP 8.1+ is now required.

Removed

  • All previously deprecated methods.

2.9.0

10 Sep 20:16
Compare
Choose a tag to compare

Added

  • processValues() now allows setting the ID of an existing row on the returned object, in which
    case a new row will not be inserted, and the specified ID will be returned in the list of row IDs.