Releases: nank1ro/solidart
Releases · nank1ro/solidart
solidart_hooks-v1.0.0+1
solidart_hooks-v1.0.0
What's Changed
Full Changelog: flutter_solidart-v2.4.0...solidart_hooks-v1.0.0
solidart-v2.5.0
- FEAT: Add
runmethod toComputedto manually trigger an update of its value. - FEAT: Add
runmethod toEffectto manually re-run the effect. - CHORE: Detect if
Effectdidn't track any reactive value and throw anEffectWithoutDependenciesError. - CHORE: Detect if
SignalBuilderdidn't track any reactive value and throw aSignalBuilderWithoutDependenciesError.
What's Changed
Full Changelog: flutter_solidart-v2.3.3...solidart-v2.5.0
flutter_solidart-v2.4.0
- CHORE: Detect if
SignalBuilderdidn't track any reactive value and throw aSignalBuilderWithoutDependenciesError.
Full Changelog: solidart-v2.5.0...flutter_solidart-v2.4.0
solidart-v2.4.1
- FIX:
Signal.lazywhich caused an exception.
Full Changelog: flutter_solidart-v2.3.1...solidart-v2.4.1
flutter_solidart-v2.3.3
- FIX: Bump the
solidartdependency to^2.4.1.
Full Changelog: flutter_solidart-v2.3.2...flutter_solidart-v2.3.3
flutter_solidart-v2.3.2
- FIX:
Signal.lazywhich caused an exception. - CHORE: Improve
SignalBuildererror handling and rebuilding.
Full Changelog: flutter_solidart-v2.3.1...flutter_solidart-v2.3.2
flutter_solidart-v2.3.1
What's Changed
- FIX:
SignalBuilderrebuilded twice when a signal changed, added unit test to prevent this from happening again. #135
Full Changelog: flutter_solidart-v2.3.0...flutter_solidart-v2.3.1
solidart-v2.4.0
- FEAT: Add
Debouncerutility class to easily debounce operations anddebounceDelaytoResourceto debounce source changes if they fire very often.
Full Changelog: flutter_solidart-v2.2.0...solidart-v2.4.0
flutter_solidart-v2.3.0
Changes from solidart
- FEAT: Add
Debouncerutility class to easily debounce operations anddebounceDelaytoResourceto debounce source changes if they fire very often.
Full Changelog: flutter_solidart-v2.2.0...flutter_solidart-v2.3.0