Skip to content

Commit a5ef896

Browse files
committed
docs(csv-parse): fix changelog message from previous version
1 parent 230af8e commit a5ef896

1 file changed

Lines changed: 2 additions & 83 deletions

File tree

packages/csv-parse/CHANGELOG.md

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

66
## 7.0.0 (2026-06-14)
77

8-
### BREAKING CHANGES
8+
### WARNING
99

10-
- **csv-parse:** rename group_columns_by_name option
11-
- **csv-parse:** rename RECORD_INCONSISTENT_FIELDS_LENGTH
12-
- **csv-parse:** rename RECORD_DONT_MATCH_COLUMNS_LENGTH
13-
- **csv-parse:** rename skip_records_with_error
14-
- **csv-parse:** rename skip_records_with_empty_values
15-
- **csv-parse:** rename relax to relax_quotes
10+
This version was published by mistake, there is no breaking changes. Also, for some reason, the associated version's changelog included many commit messages from version 6.0.0.
1611

1712
### Features
1813

19-
- backport support for node 14
20-
- backward support for node 8
21-
- **csv-parse:** add `columns` property in `Info` object type ([#390](https://github.com/adaltas/node-csv/issues/390))
22-
- **csv-parse:** add generic type argument ([#457](https://github.com/adaltas/node-csv/issues/457)), closes [#278](https://github.com/adaltas/node-csv/issues/278) [#407](https://github.com/adaltas/node-csv/issues/407)
23-
- **csv-parse:** alig info interfaces with js api
24-
- **csv-parse:** boolean and null comment type
25-
- **csv-parse:** callback records defined type
26-
- **csv-parse:** cast_date as a function (fix [#342](https://github.com/adaltas/node-csv/issues/342))
27-
- **csv-parse:** casting context raw export
2814
- **csv-parse:** delimiter discover (fix [#400](https://github.com/adaltas/node-csv/issues/400))
2915
- **csv-parse:** delimiter_auto sample
3016
- **csv-parse:** desactivate delimiter splitting when empty array
3117
- **csv-parse:** dont modify prototype in sync (see [#479](https://github.com/adaltas/node-csv/issues/479))
3218
- **csv-parse:** export CsvError and normalize_options
33-
- **csv-parse:** implement TransformStream ([#445](https://github.com/adaltas/node-csv/issues/445))
34-
- **csv-parse:** improve record_delimiter validation
35-
- **csv-parse:** info bytes_records (fix [#446](https://github.com/adaltas/node-csv/issues/446))
36-
- **csv-parse:** input as Uint8Array (fix [#458](https://github.com/adaltas/node-csv/issues/458))
37-
- **csv-parse:** new comment_no_infix option (fix [#325](https://github.com/adaltas/node-csv/issues/325))
38-
- **csv-parse:** normailzsed options type
39-
- **csv-parse:** normalize_options export
40-
- **csv-parse:** null comment_no_infix type
41-
- **csv-parse:** objname index
42-
- **csv-parse:** on_skip catch thrown error
4319
- **csv-parse:** remove comment about sync parse old usage
44-
- **csv-parse:** remove non-existing ts function declaration
45-
- **csv-parse:** remove ts usage of all in error type
46-
- **csv-parse:** returned type generic for `on_record` (fix [#461](https://github.com/adaltas/node-csv/issues/461) [#464](https://github.com/adaltas/node-csv/issues/464) [#466](https://github.com/adaltas/node-csv/issues/466)) ([#468](https://github.com/adaltas/node-csv/issues/468))
47-
- **csv-parse:** skip_line_with_errors used with raw print current buffer (fix [#292](https://github.com/adaltas/node-csv/issues/292))
48-
- **csv-parse:** ts type encoding with BufferEncoding
49-
- **csv-parse:** use ts unknown instead of any when possible
50-
- esm migration
51-
- export ts types in sync
52-
- replace ts types with typesVersions
53-
- ts module Node16 and type declaration to exports field ([#341](https://github.com/adaltas/node-csv/issues/341))
54-
- wg stream api
5520

5621
### Bug Fixes
5722

58-
- commonjs types, run tsc and lint to validate changes ([#397](https://github.com/adaltas/node-csv/issues/397))
59-
- correct exports in package.json with webpack
60-
- **csv-demo-ts-cjs-node16:** upgrade module definition after latest typescript
61-
- **csv-demo-webpack-ts:** remove polyfill
62-
- **csv-demo-webpack-ts:** simplify export paths
6323
- **csv-parse:** align trim with ECMAScript whitespace (fix [#482](https://github.com/adaltas/node-csv/issues/482)) ([#483](https://github.com/adaltas/node-csv/issues/483))
64-
- **csv-parse:** build from previus commit
65-
- **csv-parse:** call destroy on end (fix [#410](https://github.com/adaltas/node-csv/issues/410))
66-
- **csv-parse:** comment infix when comment first field char (fix [#415](https://github.com/adaltas/node-csv/issues/415))
67-
- **csv-parse:** delimiter inherited type
68-
- **csv-parse:** destroy on end and call close event (fix [#333](https://github.com/adaltas/node-csv/issues/333))
69-
- **csv-parse:** encoding detection with bom ([#350](https://github.com/adaltas/node-csv/issues/350))
70-
- **csv-parse:** export csv error class in sync
71-
- **csv-parse:** improve INVALID_OPENING_QUOTE error message (fix adaltas/node-csv-docs[#120](https://github.com/adaltas/node-csv/issues/120))
72-
- **csv-parse:** normalized columns with auto-detected bom (fix [#460](https://github.com/adaltas/node-csv/issues/460))
73-
- **csv-parse:** premature close error
74-
- **csv-parse:** prototype pollution with objname option (fix [#479](https://github.com/adaltas/node-csv/issues/479))
75-
- **csv-parse:** record_delimiter and non default encoding (fix [#365](https://github.com/adaltas/node-csv/issues/365))
76-
- **csv-parse:** remove support for cast_date, no test
77-
- **csv-parse:** rtrim encoding support (fix [#349](https://github.com/adaltas/node-csv/issues/349))
78-
- **csv-parse:** skip event not raised with bom (fix [#411](https://github.com/adaltas/node-csv/issues/411))
79-
- **csv-parse:** support number columns with cast (fix [#477](https://github.com/adaltas/node-csv/issues/477))
80-
- **csv-parse:** ts callback CsvError argument
81-
- dont insert polyfills in cjs [#303](https://github.com/adaltas/node-csv/issues/303)
82-
- esm exports in package.json files, closes [#308](https://github.com/adaltas/node-csv/issues/308)
83-
- export original lib esm modules
84-
- expose browser esm modules
85-
- fallback to setTimeout is setImmediate is undefined
86-
- refer to esm files in dist
87-
- remove samples from publicatgion
88-
- support ts node16 resolution in cjs ([#354](https://github.com/adaltas/node-csv/issues/354))
89-
- support TypeScript moduleResolution node16 ([#368](https://github.com/adaltas/node-csv/issues/368))
90-
91-
### Performance Improvements
92-
93-
- **csv-parse:** buffer unsafe allocation
94-
95-
### Code Refactoring
96-
97-
- **csv-parse:** rename group_columns_by_name option
98-
- **csv-parse:** rename RECORD_DONT_MATCH_COLUMNS_LENGTH
99-
- **csv-parse:** rename RECORD_INCONSISTENT_FIELDS_LENGTH
100-
- **csv-parse:** rename relax to relax_quotes
101-
- **csv-parse:** rename skip_records_with_empty_values
102-
- **csv-parse:** rename skip_records_with_error
10324

10425
## [6.2.1](https://github.com/adaltas/node-csv/compare/csv-parse@6.2.0...csv-parse@6.2.1) (2026-03-20)
10526

@@ -169,7 +90,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
16990
- **csv-parse:** normailzsed options type ([da7a62e](https://github.com/adaltas/node-csv/commit/da7a62e3b30fdc1fbd6293cbc9289a8ff6f5f64a))
17091
- **csv-parse:** normalize_options export ([9056293](https://github.com/adaltas/node-csv/commit/9056293960a2e0bdc0e4bae30d819ca794407fed))
17192
- **csv-parse:** null comment_no_infix type ([d8bf4fd](https://github.com/adaltas/node-csv/commit/d8bf4fd1fb813553a0e312b44374877b4dace52d))
172-
- **csv-parse:** objname index ([015b936](https://github.com/adaltas/node-csv/commit/015b936ea42026efa52263a7687f886463263ed8))
17393
- **csv-parse:** on_skip catch thrown error ([987a3a9](https://github.com/adaltas/node-csv/commit/987a3a9a6873c06c7e2256a2bd83415b3fe0323b))
17494
- **csv-parse:** skip_line_with_errors used with raw print current buffer (fix [#292](https://github.com/adaltas/node-csv/issues/292)) ([2741990](https://github.com/adaltas/node-csv/commit/27419908b9ce5319307bb6647335d5c07cd1e3a4))
17595
- **csv-parse:** ts type encoding with BufferEncoding ([39a4388](https://github.com/adaltas/node-csv/commit/39a43886904801d47a92a3cb5722409f36020534))
@@ -423,7 +343,6 @@ See also [CSV package for Node.js version 6 (11/15/2021)](https://www.adaltas.co
423343
- backport support for node 14 ([dbfeb78](https://github.com/adaltas/node-csv/commit/dbfeb78f61ed36f02936d63a53345708ca213e45))
424344
- backward support for node 8 ([496231d](https://github.com/adaltas/node-csv/commit/496231dfd838f0a6a72269a5a2390a4c637cef95))
425345
- **csv-parse:** improve record_delimiter validation ([67b7da8](https://github.com/adaltas/node-csv/commit/67b7da892db7f0f426b9f0fa12063e81eafe8a9b))
426-
- **csv-parse:** objname index ([015b936](https://github.com/adaltas/node-csv/commit/015b936ea42026efa52263a7687f886463263ed8))
427346
- **csv-parse:** skip_line_with_errors used with raw print current buffer (fix [#292](https://github.com/adaltas/node-csv/issues/292)) ([2741990](https://github.com/adaltas/node-csv/commit/27419908b9ce5319307bb6647335d5c07cd1e3a4))
428347
- **csv-parse:** ts type encoding with BufferEncoding ([39a4388](https://github.com/adaltas/node-csv/commit/39a43886904801d47a92a3cb5722409f36020534))
429348
- export ts types in sync ([890bf8d](https://github.com/adaltas/node-csv/commit/890bf8d950c18a05cab5e35a461d0847d9425156))

0 commit comments

Comments
 (0)