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

Create delta callbacks, control execution order of added, updated, pruned #749

Merged
merged 4 commits into from
Oct 13, 2021

Commits on Oct 3, 2021

  1. Executing callbacks in different order. First execute all the

    added and updated deltas for each callback, commit. Then the
    pruned in reverse order, commit.
    kinow committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    73d9e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c731cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5330dcd View commit details
    Browse the repository at this point in the history
  4. Replace unionBy by for-loop

    kinow committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    c71ed5d View commit details
    Browse the repository at this point in the history