File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
4
+ ## 0.21.0
5
+ * Added ` loadValue() ` .
6
+ * Added ` ensureLoaded() ` helper for tests.
7
+ * Added ` connect ` argument to ` Client#start ` .
8
+ * Added key support in ` encryptActions ` (by @nichoth ).
9
+ * Added Nano Stores 0.10 support.
10
+ * Added ` SyncMapStore#deleted ` .
11
+ * Added ` LoadedValue ` type to exports.
12
+ * Fixed support of local ` SyncMap ` .
13
+ * Removed Node.js 16 support.
14
+
4
15
## 0.20.1
5
16
* Fixed double subscription on ` createFilter ` (by Eduard Aksamitov).
6
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logux/client" ,
3
- "version" : " 0.20.1 " ,
3
+ "version" : " 0.21.0 " ,
4
4
"description" : " Logux base components to build web client" ,
5
5
"keywords" : [
6
6
" logux" ,
You can’t perform that action at this time.
0 commit comments