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
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.
16
11
17
12
### Features
18
13
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))
-**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
43
19
-**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
55
20
56
21
### Bug Fixes
57
22
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
63
23
-**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))
-**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))
175
95
-**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
423
343
- backport support for node 14 ([dbfeb78](https://github.com/adaltas/node-csv/commit/dbfeb78f61ed36f02936d63a53345708ca213e45))
424
344
- backward support for node 8 ([496231d](https://github.com/adaltas/node-csv/commit/496231dfd838f0a6a72269a5a2390a4c637cef95))
-**csv-parse:** objname index ([015b936](https://github.com/adaltas/node-csv/commit/015b936ea42026efa52263a7687f886463263ed8))
427
346
-**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))
428
347
-**csv-parse:** ts type encoding with BufferEncoding ([39a4388](https://github.com/adaltas/node-csv/commit/39a43886904801d47a92a3cb5722409f36020534))
429
348
- export ts types in sync ([890bf8d](https://github.com/adaltas/node-csv/commit/890bf8d950c18a05cab5e35a461d0847d9425156))
0 commit comments