You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/csv-parse/CHANGELOG.md
-26Lines changed: 0 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
7
7
8
8
**Note:** Version bump only for package csv-parse
9
9
10
-
11
-
12
-
13
-
14
-
15
-
# Changelog
16
-
17
-
## Todo
18
-
19
-
Below is the list of upgrades we are considering for the next major release. The majority of them are just simple refactoring. They will however introduce backward incompatibilities.
20
-
21
-
We invite you to join and contribute but create an issue before engaging any work. Some tasks are scheduled for another time or might depends on another one.
22
-
23
-
*`skip_lines_with_empty_values`: rename to skip_records_with_empty_values (easy)
24
-
*`skip_lines_with_error`: rename to skip_records_with_error (easy)
25
-
*`relax`: rename to relax_quotes_when_unquoted (easy)
26
-
*`max_comment_size`: new option (medium)
27
-
* promise: new API module (medium)
28
-
* errors: finish normalisation of all errors (easy)
29
-
* encoding: new encoding_input and encoding_output options (medium)
30
-
*`columns_duplicates_to_array`: this is just too long but I don't have much insipiration for a better name
31
-
*`relax_column_count`: rename INCONSISTENT_RECORD_LENGTH to RECORD_INCONSISTENT_FIELDS_LENGTH (easy)
32
-
*`relax_column_count`: rename RECORD_DONT_MATCH_COLUMNS_LENGTH to RECORD_INCONSISTENT_COLUMNS (easy)
33
-
*`info`: remove the `parser.info` object and move its properties to `state`
34
-
*`info`: rename the `info` related properties and functions to `context`
35
-
36
10
## Version 4.16.0
37
11
38
12
* fix: info print the number of encountered line when emited
Below is the list of upgrades we are considering for the next major release. The majority of them are just simple refactoring. They will however introduce backward incompatibilities.
4
+
5
+
We invite you to join and contribute but create an issue before engaging any work. Some tasks are scheduled for another time or might depends on another one.
6
+
7
+
*`skip_lines_with_empty_values`: rename to skip_records_with_empty_values (easy)
8
+
*`skip_lines_with_error`: rename to skip_records_with_error (easy)
9
+
*`relax`: rename to relax_quotes_when_unquoted (easy)
10
+
*`max_comment_size`: new option (medium)
11
+
* promise: new API module (medium)
12
+
* errors: finish normalisation of all errors (easy)
13
+
* encoding: new encoding_input and encoding_output options (medium)
14
+
*`columns_duplicates_to_array`: this is just too long but I don't have much insipiration for a better name
15
+
*`relax_column_count`: rename INCONSISTENT_RECORD_LENGTH to RECORD_INCONSISTENT_FIELDS_LENGTH (easy)
16
+
*`relax_column_count`: rename RECORD_DONT_MATCH_COLUMNS_LENGTH to RECORD_INCONSISTENT_COLUMNS (easy)
17
+
*`info`: remove the `parser.info` object and move its properties to `state`
18
+
*`info`: rename the `info` related properties and functions to `context`
0 commit comments