github jqnatividad/qsv 0.27.1

latest releases: 0.134.0, 0.133.1, 0.133.0...
2 years ago

Changed

  • changed publish workflow for apple targets to use Xcode 12.5.1 (upgraded from 12.4)
  • jsonl command now recognize and process JSON arrays
  • --version now shows binary type (qsv or qsvlite) and enabled features
  • Use upgraded qsv_currency fork to power apply currencytonum operation. Now supports currency strings (e.g. USD, EUR, JPY, etc) in addition to currency symbols (e.g. $, €, ¥, etc)
  • renamed QSV_COMMENTS environment variable to QSV_COMMENT_CHAR to make it clear that it clear that we're expecting a single character, not a boolean as the old name implies.

Added

  • added create_from_string helper function in workdir.rs
  • added qsvlite binary target, with all features disabled.
  • addedpy command. Evaluates a Python expression over CSV lines to transform, aggregate or filter them.

Deleted

  • removed Debian package publishing workflow, as the GH action for it does not support Rust 2021 edition

Full Changelog: 0.26.2...0.27.1

Don't miss a new qsv release

NewReleases is sending notifications on new releases.