Skip to content

0.4.0

Compare
Choose a tag to compare
@davidmarne davidmarne released this 07 Jan 20:39
· 21 commits to master since this release
a03af25
  • Breaking changes:

    • Remove state builder generic from StoreConnector

    • Made StoreConnectorState private

  • Perform check on storeSub in didChangeDependencies to return early if a subscription to the store has already been created.

  • Raise exceptions if the store found by inheritFromWidgetOfExactType has different generics than the StoreConnector

  • Add unit tests