Releases: square/crossfilter
Releases · square/crossfilter
1.3.2
- Fix data removal when group cardinality ≤ 1.
1.3.1
- Fix issue with updating index after removing data.
1.3.0
- Add crossfilter.remove for removing all records that match the current filters.
- Rename dimension.remove and group.remove to dimension.dispose and group.dispose. The old method names are still supported for backwards-compatibility.
1.2.0
- Add dimension.remove for removing a dimension.
- Add group.remove for removing a group.
- Add dimension.filterFunction for filtering by arbitrary functions.
Important: in patch versions v1.1.1-v1.1.3, attempts were made to support incomparable dimension values, such as NaN
and undefined
. This patch has been reverted; your dimension must return naturally-ordered values as stated in the documentation.
1.1.0
- Add dimension.bottom(k).
1.0.0
- First public release.