Skip to content

Releases: angular-package/signals

v1.1.0

19 May 16:29
6c77751

Choose a tag to compare

1.1.0

Added

  • Added signalEntries() for iterating over [key, WritableSignal] pairs.
  • Added signalsForEach() for iterating over signals directly.
  • Added updateValue() for partial value updates.

Fixed in 1.0.1

  • Fixed value to work with value-based entries()
  • Fixed effect() and effectForKey() to use get() correctly
  • Fixed entries() to consistently return [key, value]
  • Fixed forEach() to pass values correctly
  • Fixed set() to use the underlying signal and return false when missing
  • Fixed signal() to return the underlying WritableSignal
  • Fixed update() to return a real boolean result
  • Fixed values() to work with value-based entries()

What's Changed

New Contributors

Full Changelog: https://github.com/angular-package/signals/commits/v1.1.0