Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

27 lines (14 loc) · 1.82 KB

@commercetools/csv-parser-orders

4.0.0

Major Changes

  • #1930 5a56792 Thanks @tdeekens! - # Requires Node.js v18 or later

    This releases migrates packages to require Node.js v18 or later. Ideally you should be already using Node.js v20 or later. According to Node.js Releases Node.js v18 will be in maintenance and reach End of Life by the end of April.

    Other than requiring Node.js v18 packages with this releases do not contain any internal breaking changes.

3.0.0

Major Changes

  • #1775 35669f30 Thanks @ajimae! - Drop support for Node v10 and v12. Supported versions now are v14, v16 and v18.

2.0.20

Patch Changes

  • #1759 6a5b0572 Thanks @emmenko! - Bump versions of node-fetch, lodash, and fast-csv to fix security vulnerabilities