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
{{ message }}
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
4
4
## Todo
5
5
6
-
Please join and contribute:
6
+
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.
7
+
8
+
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.
7
9
8
10
*`skip_lines_with_empty_values`: rename to skip_records_with_empty_values (easy)
9
11
*`skip_lines_with_error`: rename to skip_records_with_error (easy)
@@ -12,13 +14,16 @@ Please join and contribute:
12
14
* promise: new API module (medium)
13
15
* errors: finish normalisation of all errors (easy)
14
16
* encoding: new encoding_input and encoding_output options (medium)
15
-
* context: isolate info properties at context root (easy)
16
-
* context: merge record, raw, context, info, error into a single object (medium)
17
-
* relax_column_count: rename INCONSISTENT_RECORD_LENGTH to RECORD_INCONSISTENT_FIELDS_LENGTH (easy)
18
-
* relax_column_count: rename RECORD_DONT_MATCH_COLUMNS_LENGTH to RECORD_INCONSISTENT_COLUMNS (easy)
17
+
*`columns_duplicates_to_array`: this is just too long but I don't have much insipiration for a better name
18
+
*`relax_column_count`: rename INCONSISTENT_RECORD_LENGTH to RECORD_INCONSISTENT_FIELDS_LENGTH (easy)
19
+
*`relax_column_count`: rename RECORD_DONT_MATCH_COLUMNS_LENGTH to RECORD_INCONSISTENT_COLUMNS (easy)
20
+
*`info`: remove the `parser.info` object and move its properties to `state`
21
+
*`info`: rename the `info` related properties and functions to `context`
19
22
20
23
## Trunk
21
24
25
+
* fix: info print the number of encountered line when emited
26
+
* feat: cast expose context.empty_lines
22
27
* fix: handle empty column names properly
23
28
* feat: enforce usage of columns with columns_duplicates_to_array
24
29
* fix: update error message with invalid column type
0 commit comments