Releases: logux/client
Releases · logux/client
0.23.1
0.23.0
- Added separated
wrongCredentialstostatus()since it need special UI. - Added hiding
disconnectedinstatus()after error to not hide error. - Added
CrossTabClient#forceConnect().
0.22.3
- Fixed
0/cleaninfinite loop.
0.22.2
- Added
FilterStoreExttype export. - Added
LoadedFiltertype export. - Added
LoadableStoretype export. - Added
SyncMapStoreExttype export.
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.