Releases: rodydavis/signals.dart
Releases · rodydavis/signals.dart
7.1.0
What's Changed
- chore(deps): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #468
- chore(deps): bump codecov/codecov-action from 3 to 6 by @dependabot[bot] in #471
- chore(deps): bump actions/checkout from 3 to 6 by @dependabot[bot] in #470
- chore(deps): bump dart-lang/setup-dart from 1.5.0 to 1.7.2 by @dependabot[bot] in #472
- feat(signals): Add toString() to SignalEffectException by @achtsamkeitundmeer in #445
New Contributors
- @dependabot[bot] made their first contribution in #468
- @achtsamkeitundmeer made their first contribution in #445
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
- Update event-sink.md by @Koichi5 in #367
- Fix docs by @hyshu in #368
- add signals_hooks by @rodydavis in #370
- bump flutter_hooks version by @rodydavis in #371
- MVI example by @devfelipereis in #369
- docs: Fix computedFrom example in async computed documentation by @dorklein in #375
- Add llms.txt file by @jaydanurwin in #392
- Add
debugLabelto hooks by @dickermoshe in #412 - docs(website): add documentation for signals_hooks by @rodydavis in #414
- docs(website): add documentation for signals_hooks by @rodydavis in #415
- fix: use identityHashCode for context by @zupat in #424
- feat(signals_flutter): return FlutterSignal/-Computed from SignalsMixin.createSignal/-Computed by @Yegair in #422
- Fix
ValueListenable.toSignal()not removing listener on dispose by @google-labs-jules[bot] in #425 - Fix Signal Container Loop by @google-labs-jules[bot] in #427
- fix: only notify when the collection was modified. by @zupat in #435
- Refactor: Rename persisted signal classes to correct typo by @halifox in #432
- fix(flutter): prevent ConcurrentModificationError in SignalsMixin by @DavidPluxia in #436
- Fix: call super.dispose in SignalHookState by @zupat in #437
- Signals Version 7 by @rodydavis in #467
New Contributors
- @Koichi5 made their first contribution in #367
- @hyshu made their first contribution in #368
- @devfelipereis made their first contribution in #369
- @dorklein made their first contribution in #375
- @jaydanurwin made their first contribution in #392
- @dickermoshe made their first contribution in #412
- @Yegair made their first contribution in #422
- @google-labs-jules[bot] made their first contribution in #425
- @halifox made their first contribution in #432
- @DavidPluxia made their first contribution in #436
Full Changelog: v6.0.1...v7.0.0
v6.0.2
v6.0.0
What's Changed
- Attach the debugLabel to the AWatch by @grahamjenson in #314
- Remove debug output by @Lootwig in #322
- chore(docs): replace SignalsAutoDisposeMixin with SignalsMixin by @SebastianKlaiber in #335
- Update dependency-injection.md correct Scoped package by @leoafarias in #336
- dependency_overrides for enforcing the use of all local signals packages by @NabilaWorks in #343
- added untrackedValue by @NabilaWorks in #341
- 6.0 by @rodydavis in #331
New Contributors
- @grahamjenson made their first contribution in #314
- @Lootwig made their first contribution in #322
- @SebastianKlaiber made their first contribution in #335
- @NabilaWorks made their first contribution in #343
Full Changelog: v5.5.0...v6.0.0
5.5.0
What's Changed
- Expose create collections signals Map, Set, List by @Solido in #297
- SignalMap toMap() by @Solido in #300
- Adding QueueSignal by @Solido in #301
- Fix for hot reload #298 by @rodydavis in #303
- Fix signals triggering fist frame rebuild by @rodydavis in #309
Full Changelog: v5.4.0...v5.5.0
5.4.0
What's Changed
- Minor refactor by @JinyuS in #228
- v5 by @rodydavis in #225
- Add lite_ref example to docs and fix error in SignalProvider example by @JinyuS in #235
- feat: Changed Async{Loading,Data,Error} to be const by @PaulHalliday in #241
- Update examples dependencies and fix lints by @robsonsilv4 in #246
- Sync with preact core implmentation by @rodydavis in #253
- Added deep collection equality for signal comparison by @leoafarias in #256
- Switch toJson from T to dynamic by @rodydavis in #284
- Lazy signal should not trigger SignalObserver.created by @Solido in #289
- Fix lazy signal create by @rodydavis in #290
- 5.4 by @rodydavis in #272
New Contributors
- @PaulHalliday made their first contribution in #241
- @robsonsilv4 made their first contribution in #246
- @leoafarias made their first contribution in #256
Full Changelog: v5.0.0...v5.4.0
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 #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
4.5.0
What's Changed
- Remove unused onDispose method from Effect by @JinyuS in #186
- Add ability to unregister a dispose callback by @JinyuS in #187
- dev by @rodydavis in #196
- adding testing to docs by @rodydavis in #197
- Updating doc comments by @rodydavis in #201
- v4.5.0 by @rodydavis in #202
Full Changelog: v4.4.0...v4.5.0
4.4.0
4.1.0
What's Changed
- Fix for listen method by @rodydavis in #144
- SignalsWriteAfterDisposeError/SignalsReadAfterDisposeError by @rodydavis in #145
- [Fix] allow reads when disposed. by @JinyuS in #147
- [bug fix] - auto dispose signal cycle by @rodydavis in #152
Full Changelog: v4.0.0...v4.1.0