Skip to content

v1.1.0

Compare
Choose a tag to compare
@raleksandar raleksandar released this 18 Oct 11:57
· 10 commits to master since this release
v1.1.0
19694dc

Added

  • untracked() - A function that reads the value of a signal without tracking it.
  • signal option to effect() and memo() - An instance of AbortSignal that can be used to unlink all dependencies when the signal is aborted.
  • structuralEqual() - a structural equality function which uses Object.is() semantics.
  • looseStructuralEqual() - a structural equality function which uses == semantics.

Changed

  • The SignalOptions.equals option now defaults to structuralEqual() instead of Object.is().
  • The tuple returned by signal() is now typed as readonly.

Downloads

The sha256 checksum of the package tarball is:

$ shasum -a 256 mali-signali-1.1.0.tgz
6dd33dc1fb4bdd9a0c5c4a862504a0ab6f5b14a3d4814bec1a96568ff0b2a086  mali-signali-1.1.0.tgz

Full Changelog: v1.0.0...v1.1.0