File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
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+
415## 0.20.1
516* Fixed double subscription on ` createFilter ` (by Eduard Aksamitov).
617
Original file line number Diff line number Diff line change 11{
22 "name" : " @logux/client" ,
3- "version" : " 0.20.1 " ,
3+ "version" : " 0.21.0 " ,
44 "description" : " Logux base components to build web client" ,
55 "keywords" : [
66 " logux" ,
You can’t perform that action at this time.
0 commit comments