fast-csv

CSV parser and formatter for node

MIT License

Downloads
25.6M
Stars
1.6K
Committers
53

Bot releases are visible (Hide)

fast-csv - v5.0.1 Latest Release

Published by zackerydev 8 months ago

What's Changed

  • chore(docs): update changelog and homepage URL

Full Changelog: https://github.com/C2FO/fast-csv/compare/v5.0.0...v5.0.1

fast-csv - v5.0.0

Published by zackerydev 9 months ago

5.0.0 (2024-01-13)

Bug Fixes

  • Added missing single quote in error message (#656) (b9dceab)
  • deps: Fix up @types node package incorrectly involved in dependencies, closes #774 (#838) (83315a6)
  • deps: update dependency @types/yargs to v16.0.1 (024ec2c)
  • deps: update dependency classnames to v2.4.0 (#642) (3ce8ad8)
  • deps: update dependency classnames to v2.5.0 (#847) (8a38bd2)
  • deps: update dependency classnames to v2.5.1 (#849) (4187b08)
  • deps: update dependency globby to v11.0.2 (57953cc)
  • deps: update dependency globby to v11.0.3 (e310319)
  • deps: update dependency globby to v11.1.0 (#678) (0ea420d)
  • deps: update dependency jest-diff to v29 (#672) (b962de0)
  • deps: update dependency yargs to v16.2.0 (d9420d8)
  • deps: update dependency yargs to v17 (#673) (0d33b48)
  • deps: update docusaurus monorepo to v2.4.3 (#531) (ed71ed4)
  • deps: update docusaurus monorepo to v3 (#844) (7fdb903)
  • deps: update docusaurus monorepo to v3.1.0 (#855) (4f67398)
  • deps: update react monorepo to v18 (#845) (a447d06)
fast-csv - v4.3.6

Published by doug-martin almost 4 years ago

4.3.6 (2020-12-04)

Bug Fixes

  • Simplify empty row check by removing complex regex (4bbd39f)
  • deps: update dependency @types/yargs to v15.0.10 (9af7a41)
  • deps: update dependency yargs to v16.1.1 (057a4da)
fast-csv - v4.3.5

Published by doug-martin almost 4 years ago

4.3.5 (2020-11-03)

Bug Fixes

  • formatting,#446: Do not quote fields that do not contain a quote (13e688c), closes #446
fast-csv - v4.3.4

Published by doug-martin almost 4 years ago

4.3.4 (2020-11-03)

Bug Fixes

  • formatter,#503: Do not ignore rows when headers is false (1560564), closes #503
fast-csv - v4.3.3

Published by doug-martin almost 4 years ago

4.3.3 (2020-10-30)

Bug Fixes

  • deps: update dependency @docusaurus/core to v2.0.0-alpha.66 (8afdd1e)
  • deps: update dependency @docusaurus/preset-classic to v2.0.0-alpha.66 (4a854a1)
  • deps: update dependency @types/yargs to v15.0.9 (a46ac39)
  • deps: update dependency yargs to v16 (b28b662)
  • deps: update react monorepo to v17 (93d3450)
fast-csv - v4.3.2

Published by doug-martin about 4 years ago

4.3.2 (2020-09-02)

Bug Fixes

  • deps: update dependency yargs to v15.4.1 (74fd72f)
  • parsing, #423: Prevent callback from being called multiple times (040febe), closes #423
  • release command (79ec47f)
fast-csv - v4.3.1

Published by doug-martin over 4 years ago

4.3.1 (2020-06-23)

Bug Fixes

  • deps: update dependency @docusaurus/core to v2.0.0-alpha.56 (87c9cdb)
  • deps: update dependency @docusaurus/core to v2.0.0-alpha.58 (7b10f7e)
  • deps: update dependency @docusaurus/preset-classic to v2.0.0-alpha.56 (2cafdac)
  • deps: update dependency @docusaurus/preset-classic to v2.0.0-alpha.58 (a4a1e3f)
  • deps: update dependency globby to v11.0.1 (9a21f53)
  • parsing: Pass errors through callbacks (84ecdf6)
fast-csv - v4.3.0

Published by doug-martin over 4 years ago

4.3.0 (2020-05-27)

Bug Fixes

  • deps: update dependency @docusaurus/core to v2.0.0-alpha.55 (84b8491)
  • deps: update dependency @docusaurus/preset-classic to v2.0.0-alpha.55 (9b7e40c)
fast-csv - v4.2.0

Published by doug-martin over 4 years ago

4.2.0 (2020-05-19)

Bug Fixes

  • deps: update dependency @docusaurus/preset-classic to v2.0.0-alpha.54 (f1fcc46)
  • deps: update dependency @types/yargs to v15 (44bcccc)
  • deps: update react monorepo to v16.13.1 (cdb0d89)

Features

  • parsing: Less restrictive row parsing type #356 (87d74ec)
fast-csv - v4.1.6

Published by doug-martin over 4 years ago

4.1.6 (2020-05-15)

Bug Fixes

  • deps: update dependency @docusaurus/core to v2.0.0-alpha.54 (24a0473)
  • parse: Handle escaped escape properly #340 (78d9b16)
fast-csv - v4.1.5

Published by doug-martin over 4 years ago

4.1.5 (2020-05-15)

Bug Fixes

  • Fix for #345 remove revert to old tsconfig.build (aa4488f)
fast-csv - v4.1.4

Published by doug-martin over 4 years ago

4.1.4 (2020-05-15)

Bug Fixes

  • Fix lerna:version command (6da1eb3)
fast-csv - v4.0.1

Published by doug-martin almost 5 years ago

  • [FIXED] package.json homepage links
  • [ADDED] version npm script
fast-csv - v4.0.0

Published by doug-martin almost 5 years ago

  • Migrated from mocha to jest
  • Moved to lerna.
    • Split parse and format packages
  • Added running examples and checking output as part of the tests
  • Updated docs for new directory layout
  • Added typescript examples
  • Added generics type support to format and parse streams
  • [ADDED] Docs around using strictColumnHandling to emit errors when there are more columns than headers [#195]
fast-csv - v4.0.0-alpha.0

Published by doug-martin almost 5 years ago

  • Migrated from mocha to jest
  • Moved to lerna.
    • Split parse and format packages
  • Added running examples and checking output as part of the tests
  • Updated docs for new directory layout
  • Added typescript examples
  • Added generics type support to format and parse streams
  • [ADDED] Docs around using strictColumnHandling to emit errors when there are more columns than headers [#195]
fast-csv - v3.7.0

Published by doug-martin almost 5 years ago

  • [ADDED] Ability to Transform Header #287
  • [ADDED] Example require and import to README #301
  • [ADDED] Added new formatting option alwaysWriteHeaders to always write headers even if no rows are provided #300
  • [ADDED] Appending to csv example and docs #272
  • [FIXED] Issue with duplicate headers causing dataloss, duplicate headers will can an error to be emitted. #276
  • [FIXED] Issue where an error thrown while processing rows causes stream continue to parse, causing duplicate writes or swallowed exceptions.
fast-csv - v3.6.0

Published by doug-martin almost 5 years ago

  • [ADDED] maxRows option to limit the number of rows parsed. #275 #277 - @cbrittingham
  • [ADDED] skipRows to allow skipping parsed rows see parsing.md
  • [ADDED] skipLines to allow skipping entire lines of a csv parsing.md #267
  • Exported formatting and parsing types.
  • Removed .npmignore in favor of package.json files
fast-csv - v3.5.0

Published by doug-martin almost 5 years ago

  • Upgraded dependencies
  • Reformatted code with prettier
  • [FIXED] Entire lodash is imported, bloating dependencies #281
fast-csv - v3.4.0

Published by doug-martin about 5 years ago

  • [FIXED] formatter.js: Disabling quote doesn't work #97
    • Changed to allow the quote option to be provided as a boolean so when set to false all quoting is ignored.
  • [ADDED] writeBOM option when formatting a csv #180
  • Added tests for #102