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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Apr 15, 2021
1 parent 9bfc51f commit fa0f130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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.4

* fix: handle cast value 0 fix #315

Expand Down
2 changes: 1 addition & 1 deletion lib/es5/index.d.ts
Expand Up @@ -102,7 +102,7 @@ declare namespace parse {
/**
* Set the escape character, one character only, defaults to double quotes.
*/
escape?: string | Buffer;
escape?: string | null | false | Buffer;
/**
* Start handling records from the requested number of records.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "4.15.3",
"version": "4.15.4",
"name": "csv-parse",
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"keywords": [
Expand Down

0 comments on commit fa0f130

Please sign in to comment.