Skip to content

Releases: electric-sql/d2ts

@electric-sql/d2ts@0.1.6

05 Jun 14:19
9b9759e

Choose a tag to compare

Patch Changes

  • 192f677: better hashing in the consolidate and compaction methods

@electric-sql/d2ts@0.1.5

11 May 09:57
aae5581

Choose a tag to compare

Patch Changes

  • 5a9a169: fix a bug in compaction that could result in missing message versions

@electric-sql/d2ts@0.1.4

03 May 15:43
721835c

Choose a tag to compare

Patch Changes

  • 481a3c7: Add filterBy operator to filter elements of a keyed stream by keys from another stream
  • 546db4c: new orderBy and topK operators, with indexed and fractional indexed variants
  • 250ae73: Support for providing the sqlite database to operators via dependency injection
  • 0e98a5a: new groupBy operator with accompanying aggregate functions (sum, count, avg, min, max, median, mode)
  • 31d001d: fix the join implementation so that it returns correct results

@electric-sql/d2ts@0.1.3

03 Mar 18:53
de23aa9

Choose a tag to compare

Patch Changes

  • 7648e99: ElectricSQL intigration
  • 841438e: Initial implementation of D2QL and experimental SQL-like query language for D2TS
  • 4a71e5b: A new keyBy, unkey, and rekey operators that simplify the keying process
  • 6fcaf3b: New option to the join operator to specify the join type (inner, left, right, full)

@electric-sql/d2ts@0.1.2

27 Feb 19:23
65e1115

Choose a tag to compare

Patch Changes

  • e7c004e: Fix an issue with the version-index where an append to it would have no affect

@electric-sql/d2ts@0.1.1

26 Feb 22:30

Choose a tag to compare

Patch Changes

  • b2bab2b: Update the package metadata