We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2838f commit e42ed5aCopy full SHA for e42ed5a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
3
+## 1.1.0
4
+
5
+- Adds new method getTable() to Insert, Update, and Delete for getting the table being modified.
6
+- Implicitly nullable params are now explicitly nullable (PHP 8.4 compat).
7
+- Use ::class instead of ::CLASS.
8
+- Upgrade PHPStan to 1.0, add annotations as needed to soothe stan.
9
+- Add Github workflow.
10
+- Documentation fixes and updates.
11
12
## 1.0.1
13
14
- Select::whereEquals() now handles empty array values
0 commit comments