Skip to content

Releases: atlasphp/Atlas.Statement

1.1.0

02 Sep 03:55

Choose a tag to compare

  • Adds new method getTable() to Insert, Update, and Delete for getting the table being modified.
  • Implicitly nullable params are now explicitly nullable (PHP 8.4 compat).
  • Use ::class instead of ::CLASS.
  • Upgrade PHPStan to 1.0, add annotations as needed to soothe stan.
  • Add Github workflow.
  • Documentation fixes and updates.

1.0.1

02 Oct 15:18

Choose a tag to compare

  • Select::whereEquals() now handles empty array values
  • UPDATE and DELETE now honor LIMIT and OFFSET
  • updated docs and tests

1.0.0

08 Jun 23:54

Choose a tag to compare

Change Log

1.0.0

Initial release.