Skip to content

Releases: liquidaty/zsv

v0.4.4-alpha

20 Dec 07:03
d3c3190
Compare
Choose a tag to compare
v0.4.4-alpha Pre-release
Pre-release

What's Changed

  • sheet extension and index cleanup by @liquidaty in #350
  • [CI][MAC] Generate artifacts with and without codesigning by @iamazeem in #353

Full Changelog: v0.4.3-alpha...v0.4.4-alpha

v0.4.3-alpha

19 Dec 06:36
Compare
Choose a tag to compare
v0.4.3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.2-alpha...v0.4.3-alpha

v0.4.2-alpha

17 Dec 05:32
ef63e5a
Compare
Choose a tag to compare
v0.4.2-alpha Pre-release
Pre-release

What's Changed

  • select: fix fixed-auto bug by @liquidaty in #343
  • desc: with -H, stop processing after reading header by @liquidaty in #344
  • update sheet ext cell attr API to use zsv attrs instead of ncurses definitions by @liquidaty in #339
  • [CI] MacOS codesignging + notarization by @iamazeem in #340

Full Changelog: v0.4.1-alpha...v0.4.2-alpha

v0.4.1-alpha

16 Dec 07:17
417e27d
Compare
Choose a tag to compare
v0.4.1-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0-alpha...v0.4.1-alpha

v0.4.0-alpha

09 Dec 06:52
93fb92f
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release

What's Changed

Read more

v0.3.9-alpha

01 Jul 19:42
5819c89
Compare
Choose a tag to compare
v0.3.9-alpha Pre-release
Pre-release

What's Changed

  • fix paste bug if fewer rows in subsequent input #138
  • add integrated overwrite support #140
  • update vmactions/freebsd-vm #141
  • misc refactorings #142
  • compare: fix non-reporting of non-matching trailing rows #143
  • zsv utils lib #144
  • fix -u option bug re multibyte utf8 #145
  • compare: locate additional columns to the left of diff columns #146
  • Compare: update how additional columns are output. add more tests #147
  • fix zsv_mkdirs not working for network drive paths with leading // or \ #148
  • use zsv_replace_file(), which in turn uses MoveFileW on win, instead of rename() #149
  • echo: add --trim option #150
  • echo: add --skip-until and related test #151
  • fix 153: zsv help 2json returns exit code 5 #155
  • [CI] Update actions versions to fix NodeJS 16 deprecation warning by @iamazeem in #156
  • [CI] Use Linux (Ubuntu) for FreeBSD by @iamazeem in #162
  • [CI] Build for macOS ARM64 by @iamazeem in #163
  • zsv sql return code #164
  • fix 139: compare files if input has duplicate column names #165
  • echo: add --contiguous option #166
  • Echo: add --trim-columns, and tests for --contiguous and --trim-columns #167
  • Compare: add --tolerance option to ignore differences between numeric strings within a numeric tolerance #168
  • misc updates for building extensions #170
  • update yajl_helper to latest #171
  • fix bug if row buffer is too small and trailing data contains embedded quotes and commas in particular locations #172

Full Changelog: v0.3.8-alpha...v0.3.9-alpha

v0.3.8-alpha

01 Oct 19:05
a7e59bb
Compare
Choose a tag to compare
v0.3.8-alpha Pre-release
Pre-release

What's Changed

  • serialize: add --id-column option
  • select: fix multi-header-span bug if a subsequent header row contains fewer cells than a prior one

Full Changelog: v0.3.7-alpha...v0.3.8-alpha

v0.3.7-alpha

29 Sep 21:25
Compare
Choose a tag to compare
v0.3.7-alpha Pre-release
Pre-release

What's Changed

  • add paste command (experimental)
  • fix zsv_replace_file trying to rename file before closing
  • Add 2db schema
  • sql mode: use pull parser instead of push parser
  • select: add --no-header option
  • add select --prepend-header option
  • add zsv_new_with_custom_properties: customizable version of zsv_new_with_properties()
  • misc updates (make check, sql, compare)
  • fix broken -x option of zsv select

Full Changelog: v0.3.6-alpha...v0.3.7-alpha

v0.3.6-alpha

31 Mar 06:39
fdcd18e
Compare
Choose a tag to compare
v0.3.6-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.5-alpha...v0.3.6-alpha

v0.3.5-alpha

18 Jan 19:19
9172d23
Compare
Choose a tag to compare
v0.3.5-alpha Pre-release
Pre-release

What's Changed

  • add 'compare' command
  • serialize: add -a/--add option for additional columns in output
  • CLI build options to use alternative zsv library e.g. for iOS wasm
  • move malformed utf8 to a core parser option
  • select: add --unescape option
  • misc bug fixes

Full Changelog: v0.3.4-alpha...v0.3.5-alpha