Skip to content

Releases: square/crossfilter

1.3.12

Choose a tag to compare

@jasondavies jasondavies released this 15 Oct 16:05
v1.3.12
  • Fix premature widening of bitset array.

1.3.11

Choose a tag to compare

@jasondavies jasondavies released this 03 Oct 14:23
v1.3.11
  • Fix serious bug introduced in version 1.3.8, where groups on the first dimension were incorrectly updated after filterFunction was called on another dimension.

1.3.10

Choose a tag to compare

@jasondavies jasondavies released this 24 Sep 17:03
v1.3.10
  • Properly clear dimension filters before disposal.

1.3.9

Choose a tag to compare

@jasondavies jasondavies released this 14 Aug 15:39
v1.3.9

Fix dimension.groupAll when there are no records.

1.3.8

Choose a tag to compare

@jasondavies jasondavies released this 14 Aug 15:39
v1.3.8

Fix dimension.filterFunction so that truthy return values are respected.

1.3.7

Choose a tag to compare

@RandomEtc RandomEtc released this 04 Dec 02:09

Use existing exports if available and add component.json for people who like that sort of thing. Remove unused version.js.

1.3.6

Choose a tag to compare

@jasondavies jasondavies released this 19 Dec 00:48
v1.3.6
  • Fix bug with use of untyped arrays (affects IE9, for example).

1.3.5

Choose a tag to compare

@jasondavies jasondavies released this 06 Nov 08:47
v1.3.5
  • Fix reindex and group listeners on data removal.

1.3.4

Choose a tag to compare

@jasondavies jasondavies released this 12 Sep 23:46
v1.3.4
  • Remove stale groups on data removal.

1.3.3

Choose a tag to compare

@jasondavies jasondavies released this 12 Sep 23:21
v1.3.3
  • Fix filterFunction followed by filterRange.