5.0.0
- Adding
previousValue
/initialValue
toSignal
- Removing
SignalEquality
- Deprecating
ValueSignal
in favor ofSignal
- Deprecating
.forceUpdate
in favor of.set(..., force: true)
- Removing old deprecated methods
- Adding more inline code documentation
- ListSignal/SetSignal now extends IterableSignal
- Fixing ChnageStackSignal getters for history/redos to return an iterable list
- Fixing async signal isCompleted race condition
- Adding
createSignal
/createComputed
/createEffect
for Flutter - Adding
SignalsAutoDisposeMixin
for Flutter - Update to
signals_core
5.0.0 - Update to
signals_flutter
5.0.0
What's Changed
- 4.5.1 by @rodydavis in #205
- Fix the repository link in signals_lint by @kekland in #215
- Better type safety on Connect by @mcmah309 in #214
- Wrapped the update processing of AsyncSignal.value in a batch by @rizumita in #219
- useSignal / useComputed / useSignalEffect by @rodydavis in #146
New Contributors
- @kekland made their first contribution in #215
- @mcmah309 made their first contribution in #214
- @rizumita made their first contribution in #219
Full Changelog: v4.5.0...v5.0.0
What's Changed
- 4.5.1 by @rodydavis in #205
- Fix the repository link in signals_lint by @kekland in #215
- Better type safety on Connect by @mcmah309 in #214
- Wrapped the update processing of AsyncSignal.value in a batch by @rizumita in #219
- useSignal / useComputed / useSignalEffect by @rodydavis in #146
New Contributors
- @kekland made their first contribution in #215
- @mcmah309 made their first contribution in #214
- @rizumita made their first contribution in #219
Full Changelog: v4.5.0...v5.0.0