New
5.0.0
- Adding
previousValue/initialValuetoSignal - Removing
SignalEquality - Deprecating
ValueSignalin favor ofSignal - Deprecating
.forceUpdatein 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/createEffectfor Flutter - Adding
SignalsAutoDisposeMixinfor Flutter - Update to
signals_core5.0.0 - Update to
signals_flutter5.0.0
What's Changed
- 4.5.1 by @rodydavis in https://github.com/rodydavis/signals.dart/pull/205
- Fix the repository link in signals_lint by @kekland in https://github.com/rodydavis/signals.dart/pull/215
- Better type safety on Connect by @mcmah309 in https://github.com/rodydavis/signals.dart/pull/214
- Wrapped the update processing of AsyncSignal.value in a batch by @rizumita in https://github.com/rodydavis/signals.dart/pull/219
- useSignal / useComputed / useSignalEffect by @rodydavis in https://github.com/rodydavis/signals.dart/pull/146
New Contributors
- @kekland made their first contribution in https://github.com/rodydavis/signals.dart/pull/215
- @mcmah309 made their first contribution in https://github.com/rodydavis/signals.dart/pull/214
- @rizumita made their first contribution in https://github.com/rodydavis/signals.dart/pull/219
Full Changelog: https://github.com/rodydavis/signals.dart/compare/v4.5.0...v5.0.0
What's Changed
- 4.5.1 by @rodydavis in https://github.com/rodydavis/signals.dart/pull/205
- Fix the repository link in signals_lint by @kekland in https://github.com/rodydavis/signals.dart/pull/215
- Better type safety on Connect by @mcmah309 in https://github.com/rodydavis/signals.dart/pull/214
- Wrapped the update processing of AsyncSignal.value in a batch by @rizumita in https://github.com/rodydavis/signals.dart/pull/219
- useSignal / useComputed / useSignalEffect by @rodydavis in https://github.com/rodydavis/signals.dart/pull/146
New Contributors
- @kekland made their first contribution in https://github.com/rodydavis/signals.dart/pull/215
- @mcmah309 made their first contribution in https://github.com/rodydavis/signals.dart/pull/214
- @rizumita made their first contribution in https://github.com/rodydavis/signals.dart/pull/219
Full Changelog: https://github.com/rodydavis/signals.dart/compare/v4.5.0...v5.0.0