Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 492 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 492 Bytes

0.2.0 - 2023-12-25

  • Upgraded Computed to 0.4
  • Rebuild Widgets during build(), instead of when their dependencies change

0.1.1 - 2023-12-21

  • Element::build: Always rebuild, unless there is a cached build already
  • Added mixin for stateful widgets

0.1.0 - 2023-12-17

  • ComputedWidget, ComputedStatefulWidget, ComputedBuilder, ComputedFlutterMixin
  • Upgraded to Computed 0.3
  • ValueListenable.react
  • Listenable.watch

0.0.1 - 2023-11-15

  • Initial version