Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pass update function to store setup callbacks #6750

Merged

Commits on Sep 21, 2021

  1. Pass update function to store setup callbacks

    This non-breaking change allows more complex store logic to be
    implemented, such as a derived store that accumulates a history of
    its parent store's values.
    rmunn committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    10ab317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b7bd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. StartStopNotifier type now requires update param

    This will be a breaking change for anyone who uses the StartStopNotifier
    type in their custom stores.
    rmunn committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a7e2a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef6e407 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    2574346 View commit details
    Browse the repository at this point in the history
  2. fix, changelog

    dummdidumm committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2f9fa6f View commit details
    Browse the repository at this point in the history