Releases: angular-package/signals
Releases · angular-package/signals
v1.1.0
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
valueto work with value-basedentries() - Fixed
effect()andeffectForKey()to useget()correctly - Fixed
entries()to consistently return[key, value] - Fixed
forEach()to pass values correctly - Fixed
set()to use the underlying signal and returnfalsewhen missing - Fixed
signal()to return the underlyingWritableSignal - Fixed
update()to return a real boolean result - Fixed
values()to work with value-basedentries()
What's Changed
- v1.0.0 by @sciborrudnicki in #1
- v1.0.1 by @sciborrudnicki in #2
- v1.1.0 by @sciborrudnicki in #3
New Contributors
- @sciborrudnicki made their first contribution in #1
Full Changelog: https://github.com/angular-package/signals/commits/v1.1.0