Commit Graph

6 Commits

Author SHA1 Message Date
Adrian Leonhard
1c0bdabbc7 Add .gitattributes and git add . --renormalize 2020-05-24 11:50:26 +02:00
Adrian Leonhard
5ff0b3f1a7 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)
2020-05-04 15:41:01 +02:00
xaviergonz
c0c8065b8c Published version 5.5.4 2020-02-21 16:32:22 +01:00
Michel Weststrate
8e90487b5a Stricter typings for create-view-model. See #182 2019-04-10 16:46:36 +02:00
Michel Weststrate
fa20801d50 Modernized deps, fixed some security warnings (hopefully) 2019-03-04 22:24:30 +01:00
Michel Weststrate
01f40d46d2 Migrating to jest 2018-03-06 20:25:34 +01:00