Skip to content

Latest commit

 

History

History
279 lines (142 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

279 lines (142 loc) · 14.1 KB

5.2.3 (2024-09-14)

Bug Fixes

  • remove accidental logging 🤦 (5f3f0dd)

5.2.2 (2024-09-14)

Bug Fixes

  • update all dependencies (32e30b0)

5.2.1 (2024-09-14)

Bug Fixes

  • don't double-convert dates! (ac7614b)

5.2.0 (2024-09-14)

Features

  • support date fields and [date] column flag (e00d6d7)

5.1.1 (2024-09-11)

Bug Fixes

  • remove accidental console output (b229f73)

5.1.0 (2024-09-10)

Features

5.0.2 (2024-09-01)

Bug Fixes

  • dependencies: update dependencies (0f1c5c8)
  • make stub executable (a5acaad)
  • properly handle multi-value meta keys (53cc3d9)
  • support column names with commas (726aede)

5.0.1 (2024-07-19)

Bug Fixes

  • codecov: remove codecov package; use GitHub Actions uploader instead (db341a1)

5.0.0 (2024-07-19)

Features

  • begin stubbing out non-HTTPS auth (31ae7e9)
  • use ky instead of woocommerce-api (cf523fa)

BREAKING CHANGES

  • --verify-ssl option removed

4.0.2 (2024-07-18)

Bug Fixes

  • config: properly set filename when running config init (d90c8f6)

4.0.1 (2024-07-18)

Bug Fixes

  • dependencies: update all dependencies (007ef11)
  • dependencies: update dependencies (11abc25)

4.0.0 (2024-05-09)

Bug Fixes

  • audit: npm audit fix (823f360)
  • dependencies: update dependencies, except eslint (2c95ef9)
  • require node v20, fix module/resolution for tests (f605f4b)

BREAKING CHANGES

  • dependencies: node version requirement update

3.2.0 (2023-07-12)

Bug Fixes

  • json2csv: update from json2csv to @json2csv/plainjs (6d2c3b1)
  • small yargs import tweak (ec46368)
  • snyk: switch from snyk protect to @snyk/protect's snyk-protect (66775c2)

Features

  • add --verify-ssl and --no-verify-ssl CLI opts (6edd789)
  • dependencies: update all dependencies (0bdff03)

3.1.0 (2022-09-08)

Bug Fixes

  • config: fix timezone display in config view (36b4708)

Features

  • columns: add column filtering (257b89e)

3.0.3 (2022-09-07)

Bug Fixes

  • readme: update README (marked as fix to force a release) (52af466)

3.0.2 (2022-09-07)

Bug Fixes

  • config: fix config-file-finding logic (4718b42)
  • csv: add UTF BOM to output CSV file (1f77994), closes #120
  • dependencies: update all dependencies (except inquirer) (7b3f060)

3.0.1 (2022-08-23)

Bug Fixes

  • add CLI stub file to ensure Node is running! 🤦 (904129e)

3.0.0 (2022-08-23)

Features

  • typescript: convert to typescript, now ESM only (5355743)

BREAKING CHANGES

  • typescript: converted to Typescript, output is now ESM

2.0.0 (2021-06-07)

chore

  • update all dependencies (d8665a7)

BREAKING CHANGES

  • Some dependencies have dropped support for previous versions of node; order-fetcher now required Node 12.x or newer (and is tested on Node 14.x).

1.0.17 (2020-12-24)

Bug Fixes

  • dependencies: update all depedencies, including security fixes (2c3747e)

1.0.16 (2020-12-23)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (d531e11)
  • upgrade cz-conventional-changelog from 3.2.1 to 3.3.0 (1a03c29)
  • upgrade eslint from 7.7.0 to 7.8.1 (2f9f76d)
  • upgrade inquirer-autocomplete-prompt from 1.0.2 to 1.1.0 (bf157b0)
  • upgrade prettier from 2.1.0 to 2.1.1 (58de436)
  • upgrade snyk from 1.381.1 to 1.389.0 (97e0b00)

1.0.15 (2020-09-04)

Bug Fixes

  • upgrade cz-conventional-changelog from 3.2.0 to 3.2.1 (23edc25)
  • upgrade mocha from 8.1.1 to 8.1.2 (f7ae64e)
  • upgrade prettier from 2.0.5 to 2.1.0 (2d936c6)
  • upgrade pretty-quick from 2.0.1 to 2.0.2 (1968997)
  • upgrade snyk from 1.374.0 to 1.381.1 (b1c6646)

1.0.14 (2020-08-21)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (8ec6dfe)
  • upgrade eslint from 7.6.0 to 7.7.0 (05d8ff4)
  • upgrade snyk from 1.373.1 to 1.374.0 (772be69)

1.0.13 (2020-08-12)

Bug Fixes

  • dependencies: run npm audit fix (e480164)
  • dependencies: update all dependencies (including for vulnerabilities) (501d12b)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (a019821)
  • upgrade json2csv from 5.0.0 to 5.0.1 (e29e47b)
  • upgrade json2csv from 5.0.0 to 5.0.1 (0679a1f)
  • upgrade moment-timezone from 0.5.28 to 0.5.29 (93e8d81)
  • upgrade moment-timezone from 0.5.28 to 0.5.29 (5b366d3)

1.0.12 (2020-06-02)

Bug Fixes

  • package.json, package-lock.json & .snyk to reduce vulnerabilities (cb4910a)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (c7723a8)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (bfea29d)

1.0.11 (2020-03-17)

Bug Fixes

  • vulnerabilities: update dependencies (ade6935)

1.0.10 (2020-03-17)

Bug Fixes

  • upgrade inquirer from 7.0.4 to 7.0.6 (32a142f)

1.0.9 (2020-03-17)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (06b5ff5)

1.0.8 (2020-01-19)

Bug Fixes

  • dependencies: update all dependencies (02d6794)

1.0.7 (2020-01-17)

Bug Fixes

  • package: update chalk to version 3.0.0 (cc0dbe0)
  • package: update yargs to version 15.0.1 (b00c3e6)

1.0.6 (2019-08-30)

Bug Fixes

  • package: update inquirer to version 7.0.0 (426fe19)
  • package: update yargs to version 14.0.0 (8f513ee)

1.0.5 (2019-07-09)

Bug Fixes

  • config: handle exact/substring timezone matches (784b62c)