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

Add ObservableGroupMap #245

Merged
merged 5 commits into from
May 15, 2020
Merged

Add ObservableGroupMap #245

merged 5 commits into from
May 15, 2020

Commits on May 4, 2020

  1. Add ObservableGroupMap

    An ObservableGroupMap is constructed from a base IObservableArray and a `groupBy` function.
    It maps `groupBy` values to IObservableArrays of the items in the base array which have groupBy(item) == key
    The IObservableArrays are updated reactively when items in the base array are removed, changed or added.
    Updates are done without iterating through the base array (except once at the beginning)
    NaridaL authored and Adrian Leonhard committed May 4, 2020
    Configuration menu
    Copy the full SHA
    5ff0b3f View commit details
    Browse the repository at this point in the history
  2. Add OGM documentation

    NaridaL authored and Adrian Leonhard committed May 4, 2020
    Configuration menu
    Copy the full SHA
    cc69152 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    7086cd6 View commit details
    Browse the repository at this point in the history
  2. improve docs

    NaridaL committed May 5, 2020
    Configuration menu
    Copy the full SHA
    0becd8b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. grouper -> ogm/group

    NaridaL committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c13110f View commit details
    Browse the repository at this point in the history