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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
+
## 3.0.1
2
+
3
+
- Update to latest `crdt` version
4
+
1
5
## 3.0.0
6
+
2
7
This version introduces a major refactor which results in multiple breaking changes in line with `crdt` 5.0.0.
3
8
4
9
This package is now compatible with [crdt_sync](https://github.com/cachapa/crdt_sync), thereby abstracting the communication protocol and network management for real-time remote synchronization.
@@ -8,35 +13,46 @@ Changes:
8
13
- Added multiple table support
9
14
10
15
## 2.0.4
16
+
11
17
- Avoid repeated records when generating changesets using `since`
12
18
13
19
## 2.0.3
20
+
14
21
- Update to Dart 3
15
22
16
23
## 2.0.2
24
+
17
25
- Fix watching for changes during a store purge
18
26
19
27
## 2.0.1
28
+
20
29
- Add purge() method to clear the data store
21
30
22
31
## 2.0.0
32
+
23
33
- Reapply breaking change: Remove nodeId from HlcAdapter, please use HlcCompatAdapter for backward compatibility
24
34
25
35
## 1.1.1
36
+
26
37
- Revert breaking change on minor version bump
27
38
28
39
## 1.1.0
40
+
29
41
- Breaking: Remove nodeId from HlcAdapter, please use HlcCompatAdapter for backward compatibility
30
42
31
43
## 1.0.3
44
+
32
45
- Fix getRecord returning non-nullable type
33
46
34
47
## 1.0.2
48
+
35
49
- Fix (de)serialization of deleted records
36
50
37
51
## 1.0.1
52
+
38
53
- Migrate to Dart null safety
39
54
40
55
## 0.1.0
56
+
41
57
- Project imported from [crdt](https://github.com/cachapa/crdt)
0 commit comments