Releases: logux/client
Releases · logux/client
0.22.2
0.22.1
- Fixed
CryptoKey is not definedissue in some environment.
0.22.0
- Added compression to E2EE.
- Moved to number as subprotocol.
- Moved to Logux Core 0.10 and Logux Protocol 5.
- Removed Node.js 18.
- Moved to Nano Stores 1.0.
- Fixed race condition.
- Fixed Node.js support for E2EE.
- Fixed sending
0/cleanfor ignoring actions. - Added
StatusValuetype.
0.21.1
- Fixed types.
0.21.0
- Added
loadValue(). - Added
ensureLoaded()helper for tests. - Added
connectargument toClient#start. - Added key support in
encryptActions(by @nichoth). - Added Nano Stores 0.10 support.
- Added
SyncMapStore#deleted. - Added
LoadedValuetype to exports. - Fixed support of local
SyncMap. - Removed Node.js 16 support.