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

Commit 6f9e2d6

Browse files
committed
docs: introduce todo
1 parent dbce1d1 commit 6f9e2d6

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
## Todo
55

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.
79

810
* `skip_lines_with_empty_values`: rename to skip_records_with_empty_values (easy)
911
* `skip_lines_with_error`: rename to skip_records_with_error (easy)
@@ -12,13 +14,16 @@ Please join and contribute:
1214
* promise: new API module (medium)
1315
* errors: finish normalisation of all errors (easy)
1416
* 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`
1922

2023
## Trunk
2124

25+
* fix: info print the number of encountered line when emited
26+
* feat: cast expose context.empty_lines
2227
* fix: handle empty column names properly
2328
* feat: enforce usage of columns with columns_duplicates_to_array
2429
* fix: update error message with invalid column type

0 commit comments

Comments
 (0)