Skip to content

Releases: nanostores/nanostores

1.5.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:06
Immutable release. Only release title and notes can be modified.
1.5.3
688b986
  • Fixed using Store#eq in computed (by @lprnmns).
  • Throw an error on Object.prototype keys in mapCreator (by @lprnmns).
  • Fixed batch() inside a listener (by @lenamonj).
  • Fixed calling unbind twice (by @lenamonj).
  • Fixed cleanTasks() for completions tasks (by @lenamonj).

1.5.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 18:33
Immutable release. Only release title and notes can be modified.
1.5.2
400cbb3

1.5.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 10:47
Immutable release. Only release title and notes can be modified.
1.5.1
77ab191
  • Fixed types (by @edloidas).
  • Fixed listenKeys when old value is not available (by @edloidas).

1.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 20:49
Immutable release. Only release title and notes can be modified.
1.5.0
afce852
  • Added eq and eqKey for custom value comparison (by @psd-coder).
  • Fixed calling other listeners if one of them throws (by @psd-coder).
  • Fixed listenKeys deep paths on whole store set (by @ankit1324).

1.4.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 08:23
Immutable release. Only release title and notes can be modified.
1.4.2
7c659c1

1.4.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 20:25
Immutable release. Only release title and notes can be modified.
1.4.1
241cb14

1.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 08:04
1.4.0
350933b
  • Added batch to run one re-render on many stores changes (by @psd-coder).
  • Added listening base key for nested mutation to listenKeys (by @ifo123).
  • Fixed getPath throwing on null intermediate values (by @chatman-media).
  • Fixed listenKeys on the whole set changes (by @LeSingh1).
  • Fixed resetting computed cache on cleanStores (by @ATOM00blue).

1.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 22:40
1.3.0
7ee472f
  • Added globalThis.nanostoresGlobal to sync stores in JS bundles (by @afurm).

1.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 22:43
1.2.0
a6eddc9
  • Deprecated async computed in favor of @nanostores/async (by @Fryuni).
  • Added Store#init to fix SSR (by @jmurty).

1.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Feb 13:38
1.1.1
4f87908