Skip to content

Releases: nank1ro/solidart

solidart_hooks-v1.0.0+1

16 Sep 14:27

Choose a tag to compare

solidart_hooks-v1.0.0

16 Sep 14:02

Choose a tag to compare

What's Changed

Full Changelog: flutter_solidart-v2.4.0...solidart_hooks-v1.0.0

solidart-v2.5.0

10 Sep 15:39

Choose a tag to compare

  • FEAT: Add run method to Computed to manually trigger an update of its value.
  • FEAT: Add run method to Effect to manually re-run the effect.
  • CHORE: Detect if Effect didn't track any reactive value and throw an EffectWithoutDependenciesError.
  • CHORE: Detect if SignalBuilder didn't track any reactive value and throw a SignalBuilderWithoutDependenciesError.

What's Changed

Full Changelog: flutter_solidart-v2.3.3...solidart-v2.5.0

flutter_solidart-v2.4.0

10 Sep 15:45

Choose a tag to compare

  • CHORE: Detect if SignalBuilder didn't track any reactive value and throw a SignalBuilderWithoutDependenciesError.

Full Changelog: solidart-v2.5.0...flutter_solidart-v2.4.0

solidart-v2.4.1

08 Sep 16:42

Choose a tag to compare

  • FIX: Signal.lazy which caused an exception.

Full Changelog: flutter_solidart-v2.3.1...solidart-v2.4.1

flutter_solidart-v2.3.3

08 Sep 17:39

Choose a tag to compare

  • FIX: Bump the solidart dependency to ^2.4.1.

Full Changelog: flutter_solidart-v2.3.2...flutter_solidart-v2.3.3

flutter_solidart-v2.3.2

08 Sep 17:01

Choose a tag to compare

  • FIX: Signal.lazy which caused an exception.
  • CHORE: Improve SignalBuilder error handling and rebuilding.

Full Changelog: flutter_solidart-v2.3.1...flutter_solidart-v2.3.2

flutter_solidart-v2.3.1

04 Sep 09:14

Choose a tag to compare

What's Changed

  • FIX: SignalBuilder rebuilded 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

02 Sep 15:56

Choose a tag to compare

  • FEAT: Add Debouncer utility class to easily debounce operations and debounceDelay to Resource to debounce source changes if they fire very often.

Full Changelog: flutter_solidart-v2.2.0...solidart-v2.4.0

flutter_solidart-v2.3.0

02 Sep 15:59

Choose a tag to compare

Changes from solidart

  • FEAT: Add Debouncer utility class to easily debounce operations and debounceDelay to Resource to debounce source changes if they fire very often.

Full Changelog: flutter_solidart-v2.2.0...flutter_solidart-v2.3.0