Skip to content

Commit da9be8e

Browse files
committed
Release 0.21 version
1 parent 59f1c7f commit da9be8e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22
This 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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)