Skip to content

Releases: brick/db

0.3.0

05 Feb 10:30
Compare
Choose a tag to compare

💥 Breaking changes

  • Minimum PHP version is now 8.1
  • The following BulkOperator protected properties are now typed:
    • $table
    • $fields
    • $numFields

0.2.0

01 Sep 20:06
Compare
Choose a tag to compare

💥 Breaking changes

  • Minimum PHP version is now 7.4

0.1.2

29 Nov 11:53
Compare
Choose a tag to compare

Fix minimum PHP version: 7.1, not 5.6. Thanks @ragol

0.1.1

22 Jun 16:22
Compare
Choose a tag to compare

New methods on BulkInserter and BulkDeleter:

  • getTotalOperations()
  • getFlushedOperations()

0.1.0

08 Nov 14:48
Compare
Choose a tag to compare

First beta release.