Skip to content

Releases: paulfitz/daff

v1.4.2

04 May 14:10
6dbb751

Choose a tag to compare

Trim unneeded material from npm package.

v1.4.1

04 May 14:00
ca53c7c

Choose a tag to compare

Remove fiber and node-sqlite3 dependencies from node/js code. Use built in node:sqlite, or fall back on better-sqlite3.

Release v1.3.50

15 Sep 22:02
d391c3a

Choose a tag to compare

Changelog

d391c3a 1.3.50
140a1af Overwrite the version in the POM file before building the package instead of using a placeholder that is replaced at runtime. (#194)

v1.3.39

28 Oct 22:17

Choose a tag to compare

Improves sqlite diffing, supporting diffing tables within the same sqlite file, and without primary keys.

v1.3.38

13 Oct 14:48

Choose a tag to compare

Fixes sparse padding of diffs for wide tables, see #126

v1.3.37

02 Oct 13:53

Choose a tag to compare

  • Updates optional sqlite3 dependency from 3 to 4 (#122)
  • Exposes a flag for controlling number of context columns (#121)

v1.3.36

14 Sep 21:00

Choose a tag to compare

Makes comparisons between blank cells and cells containing null more precise. See #120.

v1.3.35

13 Sep 03:00

Choose a tag to compare

Adds --act column support, so that cells inserted en masse when a column is inserted can be included or filtered out of a diff. See #118, #119.

v1.3.34

06 Sep 01:28

Choose a tag to compare

Bugfix: don't swallow a final cr/lf in a cell when rendering to CSV, see #117

v1.3.33

01 Sep 20:18

Choose a tag to compare

python fix: avoid use of reserved keyword async, a problem in python 3.7, see #115.