Skip to content

Commit

Permalink
Release 0.21 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 6, 2024
1 parent 59f1c7f commit da9be8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.21.0
* Added `loadValue()`.
* Added `ensureLoaded()` helper for tests.
* Added `connect` argument to `Client#start`.
* Added key support in `encryptActions` (by @nichoth).
* Added Nano Stores 0.10 support.
* Added `SyncMapStore#deleted`.
* Added `LoadedValue` type to exports.
* Fixed support of local `SyncMap`.
* Removed Node.js 16 support.

## 0.20.1
* Fixed double subscription on `createFilter` (by Eduard Aksamitov).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logux/client",
"version": "0.20.1",
"version": "0.21.0",
"description": "Logux base components to build web client",
"keywords": [
"logux",
Expand Down

0 comments on commit da9be8e

Please sign in to comment.