Releases: nanostores/nanostores
Releases · nanostores/nanostores
Release list
1.5.3
Immutable
release. Only release title and notes can be modified.
1.5.2
Immutable
release. Only release title and notes can be modified.
- Fixed types (by @edloidas).
1.5.1
1.5.0
Immutable
release. Only release title and notes can be modified.
- Added
eqandeqKeyfor custom value comparison (by @psd-coder). - Fixed calling other listeners if one of them throws (by @psd-coder).
- Fixed
listenKeysdeep paths on whole store set (by @ankit1324).
1.4.2
Immutable
release. Only release title and notes can be modified.
- Fixed
batch()conflict with builder (by @psd-coder). - Added new tools to docs (by @firatciftci & @alexcarpenter).
1.4.1
Immutable
release. Only release title and notes can be modified.
- Fixed
task()for synchronous callbacks (by @rajanpanth). - Fixed docs (by @maxtaran2010 & @VdustR).
1.4.0
- Added
batchto run one re-render on many stores changes (by @psd-coder). - Added listening base key for nested mutation to
listenKeys(by @ifo123). - Fixed
getPaththrowing onnullintermediate values (by @chatman-media). - Fixed
listenKeyson the whole set changes (by @LeSingh1). - Fixed resetting
computedcache oncleanStores(by @ATOM00blue).
1.3.0
- Added
globalThis.nanostoresGlobalto sync stores in JS bundles (by @afurm).
1.2.0
1.1.1
- Fixed types by projects without
DOMtypes (by @YevheniiKotyrlo). - Fixed docs (by @hamzakargin and @Fryuni).