@anfenn/dync 1.0.18 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,6 +99,8 @@ And see how Dync compares to the alternatives [below](#hasnt-this-already-been-d
99
99
  db.sync.resolveConflict(localId, true);
100
100
  ```
101
101
 
102
+ - Optimistic UI updates
103
+ - Offline detection: `syncState.apiError.isNetworkError`
102
104
  - Optional first load data download before periodic sync is enabled
103
105
  - Missing remote record on update strategy: `ignore` | `delete-local-record` | `insert-remote-record`
104
106
  - Reactive updates when data changes via `useLiveQuery()` React hook:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anfenn/dync",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "private": false,
5
5
  "description": "Write once, run IndexedDB & SQLite with sync anywhere - React, React Native, Expo, Capacitor, Electron & Node.js",
6
6
  "keywords": [