Skip to content

Commit ab76c84

Browse files
committed
chore: merge new changelog generation
1 parent 01cc7d0 commit ab76c84

File tree

7 files changed

+25
-70
lines changed

7 files changed

+25
-70
lines changed

packages/csv-generate/CHANGELOG.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package csv-generate
99

10-
11-
12-
13-
14-
15-
# Changelog
16-
17-
## Roadmap
18-
19-
* test: ensure every sample is valid
20-
* seed: always a number, value "0" disable the feature
21-
* Promise module API
22-
* record_delimiter: rename from row_delimiter
23-
* internal: store options in snake case form
24-
2510
## Version 3.4.0
2611

2712
* chore: integrate browserify

packages/csv-generate/ROADMAP.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Roadmap
2+
3+
* test: ensure every sample is valid
4+
* seed: always a number, value "0" disable the feature
5+
* Promise module API
6+
* record_delimiter: rename from row_delimiter
7+
* internal: store options in snake case form

packages/csv-parse/CHANGELOG.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package csv-parse
99

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-
3610
## Version 4.16.0
3711

3812
* fix: info print the number of encountered line when emited

packages/csv-parse/ROADMAP.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Roadmap
2+
3+
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`

packages/csv-stringify/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package csv-stringify
99

10-
11-
12-
13-
14-
15-
# Changelog
16-
1710
## Version 5.6.2
1811

1912
* build: rename build commands

packages/csv/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package csv
99

10-
11-
12-
13-
14-
15-
# Changelog
16-
17-
See the changelogs of our child projects:
18-
19-
* [csv-generate](https://github.com/adaltas/node-csv-generate/blob/master/CHANGELOG.md)
20-
* [csv-parse](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md)
21-
* [csv-stringify](https://github.com/adaltas/node-csv-stringify/blob/master/CHANGELOG.md)
22-
* [stream-transform](https://github.com/adaltas/node-stream-transform/blob/master/CHANGELOG.md)
23-
2410
## Version 5.5.0
2511

2612
feat: browersify

packages/stream-transform/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## 2.1.1 (2021-08-27)
77

8-
98
### Bug Fixes
109

1110
* **stream-transform:** finish event call multiple times ([4f45103](https://github.com/adaltas/node-stream-transform/commit/4f451038ef083b65d58ccee6fe3d041b106cc1cf))
1211

13-
14-
15-
16-
17-
18-
# Changelog
19-
2012
## Version 2.1.0
2113

2214
* chore: use browserify

0 commit comments

Comments
 (0)