forked from adaltas/node-csv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: latest dependencies * fix: uncaught errors with large stream chunks (fix adaltas#386) * chore(release): publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * test(csv-stringify): fix legacy * chore(release): publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * build: remove trailing slash in home url * chore: latest dependencies * fix(csv): fixed CJS types under modern `modernResolution` options (adaltas#388) * fix(csv): remove ts files in cjs dist * chore(release): publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * docs: minor upercase modification * chore: latest dependencies * chore(release): publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * feat: add unicode chars to formula escape (adaltas#387) * fix(csv-stringify): use switch in formula escaping * fix(csv-stringify): add unicode character equivalents in formula sanitization * chore: update tests * docs(csv-stringify): escape formulas references * chore(release): publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * feat(csv-parse): add `columns` property in `Info` object type (adaltas#390) * fix(ts): Add `columns` property in `Info` object type * Add disabled options to columns type * build(csv-parse): build and write test after info ts definition * chore(release): publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * docs: update build badge urls * docs(csv-generate): comment indentation in samples * refactor(csv-issues-cjs): code format * refactor(csv-issues-cjs): remove unused arguments * test(csv-issues-cjs): fix stdout maxBuffer length exceeded * test(csv-issues-esm): use spawn instead of exec * fix: commonjs types, run tsc and lint to validate changes (adaltas#397) * fix: types weren't working for commonjs. Run tsc and lint to validate changes * chore: needs to work on linux and BSD * chore: latest dependencies * chore(release): publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * feat(csv-issues-cjs): 399 issue * fix(csv-demo-ts-cjs-node16): upgrade module definition after latest typescript * feat(csv-parse): new comment_no_infix option (fix adaltas#325) * test(csv-issues-esm): reproduce issue adaltas#391 * refactor(csv-stringify): rename variable in sample * test(csv-issues-cjs): reproduce issue 327 * chore(release): publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * docs(csv-parse): comment_no_infix sample --------- Co-authored-by: David Worms <[email protected]> Co-authored-by: Petter <[email protected]> Co-authored-by: Mateusz Burzyński <[email protected]> Co-authored-by: Tom Emelko <[email protected]> Co-authored-by: Elia Maino <[email protected]> Co-authored-by: David Tanner <[email protected]>
- Loading branch information
1 parent
48e59a3
commit 472386a
Showing
130 changed files
with
6,450 additions
and
3,389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,70 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.13](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.13) (2023-08-25) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.12](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.12) (2023-08-24) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.11) (2023-05-26) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-05-09) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.9) (2023-05-04) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.8) (2023-04-30) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.7](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.7) (2023-04-16) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.6) (2023-04-16) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.5) (2023-03-03) | ||
|
||
**Note:** Version bump only for package csv-demo-browser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,71 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.11) (2023-08-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **csv-demo-ts-cjs-node16:** upgrade module definition after latest typescript ([87fe919](https://github.com/adaltas/node-csv/commit/87fe91996fb2a8895c252177fca4f0cb59a518f9)) | ||
|
||
|
||
|
||
## [0.2.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.10) (2023-08-24) | ||
|
||
**Note:** Version bump only for package csv-demo-cjs | ||
|
||
|
||
|
||
|
||
|
||
## [0.2.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.9) (2023-05-26) | ||
|
||
**Note:** Version bump only for package csv-demo-cjs | ||
|
||
|
||
|
||
|
||
|
||
## [0.2.8](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.8) (2023-05-09) | ||
|
||
**Note:** Version bump only for package csv-demo-cjs | ||
|
||
|
||
|
||
|
||
|
||
## [0.2.7](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.7) (2023-05-04) | ||
|
||
**Note:** Version bump only for package csv-demo-cjs | ||
|
||
|
||
|
||
|
||
|
||
## [0.2.6](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.6) (2023-04-30) | ||
|
||
**Note:** Version bump only for package csv-demo-cjs | ||
|
||
|
||
|
||
|
||
|
||
## [0.2.5](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.5) (2023-04-16) | ||
|
||
**Note:** Version bump only for package csv-demo-cjs | ||
|
||
|
||
|
||
|
||
|
||
## [0.2.4](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.4) (2023-04-16) | ||
|
||
**Note:** Version bump only for package csv-demo-cjs | ||
|
||
|
||
|
||
|
||
|
||
## [0.2.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.2.3) (2023-03-03) | ||
|
||
**Note:** Version bump only for package csv-demo-cjs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,64 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.16](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.16) (2023-08-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **csv-demo-ts-cjs-node16:** upgrade module definition after latest typescript ([87fe919](https://github.com/adaltas/node-csv/commit/87fe91996fb2a8895c252177fca4f0cb59a518f9)) | ||
|
||
|
||
|
||
## [0.1.15](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.15) (2023-08-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* commonjs types, run tsc and lint to validate changes ([#397](https://github.com/adaltas/node-csv/issues/397)) ([e6870fe](https://github.com/adaltas/node-csv/commit/e6870fe272c119e273196522c9771d12ff8b2a35)) | ||
|
||
|
||
|
||
## [0.1.14](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.14) (2023-05-09) | ||
|
||
**Note:** Version bump only for package csv-demo-eslint | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.13](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.13) (2023-05-04) | ||
|
||
**Note:** Version bump only for package csv-demo-eslint | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.12](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.12) (2023-04-30) | ||
|
||
**Note:** Version bump only for package csv-demo-eslint | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.11](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.11) (2023-04-16) | ||
|
||
**Note:** Version bump only for package csv-demo-eslint | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.10](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.10) (2023-04-16) | ||
|
||
**Note:** Version bump only for package csv-demo-eslint | ||
|
||
|
||
|
||
|
||
|
||
## [0.1.9](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.9) (2023-03-03) | ||
|
||
**Note:** Version bump only for package csv-demo-eslint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,70 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.0.25](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.25) (2023-08-25) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.24](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.24) (2023-08-24) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.23](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.23) (2023-05-26) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.22](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.22) (2023-05-09) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.21](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.21) (2023-05-04) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.20](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.20) (2023-04-30) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.19](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.19) (2023-04-16) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.18](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.18) (2023-04-16) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.17](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.17) (2023-03-03) | ||
|
||
**Note:** Version bump only for package csv-demo-esm | ||
|
Oops, something went wrong.