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.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jan 18, 2021
1 parent 396820b commit 7ca906f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please join and contribute:
* relax_column_count: rename INCONSISTENT_RECORD_LENGTH to RECORD_INCONSISTENT_FIELDS_LENGTH (easy)
* relax_column_count: rename RECORD_DONT_MATCH_COLUMNS_LENGTH to RECORD_INCONSISTENT_COLUMNS (easy)

## Trunk
## Version 4.15.0

* feat: new ignore_last_delimiters option, solve #193
* feat: generate browser compatible lib
Expand Down
4 changes: 4 additions & 0 deletions lib/es5/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ declare namespace parse {
*/
from_line?: number;
fromLine?: number;
/**
* Don't interpret delimiters as such in the last field according to the number of fields calculated from the number of columns, the option require the presence of the `column` option when `true`.
*/
ignore_last_delimiters?: boolean | number;
/**
* Generate two properties `info` and `record` where `info` is a snapshot of the info object at the time the record was created and `record` is the parsed array or object.
*/
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.14.2",
"version": "4.15.0",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down

0 comments on commit 7ca906f

Please sign in to comment.