Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Bump to version 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 21, 2020
1 parent 3507c67 commit 7ae1d44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* promise: new API module
* errors: finish normalisation of all errors

## Trunk
## Version 4.10.1

Minor improvements:
* columns_duplicates_to_array: error and type
Expand Down
5 changes: 5 additions & 0 deletions lib/es5/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ declare namespace parse {
* affect the result data set in the sense that records will be objects instead of arrays.
*/
columns?: ColumnOption[] | boolean | ((record: any) => ColumnOption[]);
/**
* Convert values into an array of values when columns are activated and
* when multiple columns of the same name are found.
*/
columns_duplicates_to_array?: boolean;
/**
* Treat all the characters after this one as a comment, default to '' (disabled).
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.10.0",
"version": "4.10.1",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down

0 comments on commit 7ae1d44

Please # to comment.