You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 1.1.1 (unreleased)
4
4
5
-
* Improved `CrudBatch` and `CrudTransaction``complete` function extensions. Developers no longer need to specify `nil` as an argument for `writeCheckpoint` when calling `CrudBatch.complete`. The base `complete` functions still accepts an optional `writeCheckpoint` argument if developers use custom write checkpoints.
5
+
* Improved `CrudBatch` and `CrudTransaction``complete` function extensions. Developers no longer need to specify `nil` as an argument for `writeCheckpoint` when calling `CrudBatch.complete`. The base `complete` functions still accept an optional `writeCheckpoint` argument if developers use custom write checkpoints.
6
6
```diff
7
7
guard let finalBatch = try await powersync.getCrudBatch(limit: 100) else {
0 commit comments