Skip to content

File tree

26 files changed

+153
-24
lines changed

26 files changed

+153
-24
lines changed

demo/browser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.2) (2022-05-24)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2021-12-29)
715

816
**Note:** Version bump only for package csv-demo-browser

demo/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-browser",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",

demo/cjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.2) (2022-05-24)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
## [0.1.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2021-12-29)
715

816
**Note:** Version bump only for package csv-demo-cjs

demo/cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-cjs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",

demo/eslint/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.0 (2022-05-24)
7+
8+
9+
### Features
10+
11+
* wg stream api ([8a5eb7d](https://github.com/adaltas/node-csv/commit/8a5eb7dfd31b22217db4fbbc832d707221850785))
12+
13+
14+
### Bug Fixes
15+
16+
* **csv-demo-eslint:** private package ([28d6066](https://github.com/adaltas/node-csv/commit/28d60660de1c886e51e9cc16771f17fc4257a304))

demo/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-eslint",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"csv-stringify": "^6.0.5"
13+
"csv-stringify": "^6.1.0"
1414
},
1515
"devDependencies": {
1616
"eslint": "^8.16.0",

demo/esm/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.0.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.3) (2022-05-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **csv-demo-esm:** csv dependencies ([64afead](https://github.com/adaltas/node-csv/commit/64afead8dc41b9d379c9761ddb70d6a29251b4e2))
12+
13+
14+
615
## [0.0.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.2) (2021-12-29)
716

817
**Note:** Version bump only for package csv-demo-esm

demo/esm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "csv-demo-esm",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",
77
"private": true,
88
"dependencies": {
9-
"csv": "^6.0.5",
10-
"csv-parse": "^5.0.4"
9+
"csv": "^6.1.0",
10+
"csv-parse": "^5.1.0"
1111
},
1212
"devDependencies": {
1313
"coffeescript": "^2.7.0",

demo/issues-cjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.0](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.0) (2022-05-24)
7+
8+
9+
### Features
10+
11+
* **csv-issues-cjs:** 330 sample code ([3d85a41](https://github.com/adaltas/node-csv/commit/3d85a411007416f3cb750ca6b427f55c0331a8b8))
12+
13+
14+
615
## [0.0.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.2) (2021-11-19)
716

817

demo/issues-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-issues-cjs",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,

demo/issues-esm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.0.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.0.2) (2022-05-24)
7+
8+
**Note:** Version bump only for package csv-issues-esm
9+
10+
11+
12+
13+
614
## 0.0.1 (2021-11-19)
715

816
**Note:** Version bump only for package csv-issues-esm

demo/issues-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-issues-esm",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "module",

demo/webpack-ts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2022-05-24)
7+
8+
**Note:** Version bump only for package csv-demo-webpack-ts
9+
10+
11+
12+
13+
614
# 0.1.0 (2021-12-29)
715

816

demo/webpack-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-webpack-ts",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"private": true,
66
"scripts": {

demo/webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.3](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.3) (2022-05-24)
7+
8+
**Note:** Version bump only for package csv-demo-webpack
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.2) (2021-12-29)
715

816

demo/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-demo-webpack",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"private": true,
66
"scripts": {

packages/csv-generate/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.0](https://github.com/adaltas/node-csv/compare/[email protected]@4.1.0) (2022-05-24)
7+
8+
9+
### Features
10+
11+
* wg stream api ([8a5eb7d](https://github.com/adaltas/node-csv/commit/8a5eb7dfd31b22217db4fbbc832d707221850785))
12+
13+
14+
### Bug Fixes
15+
16+
* **csv-generate:** catch invalid value error ([f031542](https://github.com/adaltas/node-csv/commit/f0315423ba576551f2bd08f3e1c3bc85e9003926))
17+
18+
19+
620
## [4.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@4.0.4) (2021-12-29)
721

822

packages/csv-generate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.4",
2+
"version": "4.1.0",
33
"name": "csv-generate",
44
"description": "CSV and object generation implementing the Node.js `stream.Readable` API",
55
"keywords": [

packages/csv-parse/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.0](https://github.com/adaltas/node-csv/compare/[email protected]@5.1.0) (2022-05-24)
7+
8+
9+
### Features
10+
11+
* wg stream api ([8a5eb7d](https://github.com/adaltas/node-csv/commit/8a5eb7dfd31b22217db4fbbc832d707221850785))
12+
13+
14+
615
## [5.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@5.0.4) (2021-12-29)
716

817

packages/csv-parse/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.4",
2+
"version": "5.1.0",
33
"name": "csv-parse",
44
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -48,7 +48,7 @@
4848
"@types/node": "^17.0.35",
4949
"coffeelint": "^2.1.0",
5050
"coffeescript": "^2.7.0",
51-
"csv-generate": "^4.0.4",
51+
"csv-generate": "^4.1.0",
5252
"csv-spectrum": "^1.0.0",
5353
"each": "^1.2.2",
5454
"eslint": "^8.16.0",
@@ -58,7 +58,7 @@
5858
"rollup-plugin-node-builtins": "^2.1.2",
5959
"rollup-plugin-node-globals": "^1.4.0",
6060
"should": "^13.2.3",
61-
"stream-transform": "^3.0.4",
61+
"stream-transform": "^3.1.0",
6262
"ts-node": "^10.8.0",
6363
"typescript": "^4.6.4"
6464
},

packages/csv-stringify/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.0](https://github.com/adaltas/node-csv/compare/[email protected]@6.1.0) (2022-05-24)
7+
8+
9+
### Features
10+
11+
* wg stream api ([8a5eb7d](https://github.com/adaltas/node-csv/commit/8a5eb7dfd31b22217db4fbbc832d707221850785))
12+
13+
14+
### Bug Fixes
15+
16+
* **csv-stringify:** update TS types to allow cast to return an object ([#339](https://github.com/adaltas/node-csv/issues/339)) ([60efa78](https://github.com/adaltas/node-csv/commit/60efa7862ed43bd2fd19d1f027a1809e9df6a67e))
17+
18+
19+
620
## [6.0.5](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.5) (2021-12-29)
721

822

packages/csv-stringify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.0.5",
2+
"version": "6.1.0",
33
"name": "csv-stringify",
44
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -15,7 +15,7 @@
1515
"@types/node": "^17.0.35",
1616
"@types/should": "^13.0.0",
1717
"coffeescript": "~2.7.0",
18-
"csv-generate": "^4.0.4",
18+
"csv-generate": "^4.1.0",
1919
"each": "^1.2.2",
2020
"eslint": "^8.16.0",
2121
"express": "^4.18.1",

packages/csv/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.0](https://github.com/adaltas/node-csv/compare/[email protected]@6.1.0) (2022-05-24)
7+
8+
9+
### Features
10+
11+
* wg stream api ([8a5eb7d](https://github.com/adaltas/node-csv/commit/8a5eb7dfd31b22217db4fbbc832d707221850785))
12+
13+
14+
615
## [6.0.5](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.5) (2021-12-29)
716

817

packages/csv/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv",
3-
"version": "6.0.5",
3+
"version": "6.1.0",
44
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",
55
"keywords": [
66
"node",
@@ -21,10 +21,10 @@
2121
"David Worms <[email protected]> (https://www.adaltas.com)"
2222
],
2323
"dependencies": {
24-
"csv-generate": "^4.0.4",
25-
"csv-parse": "^5.0.4",
26-
"csv-stringify": "^6.0.5",
27-
"stream-transform": "^3.0.4"
24+
"csv-generate": "^4.1.0",
25+
"csv-parse": "^5.1.0",
26+
"csv-stringify": "^6.1.0",
27+
"stream-transform": "^3.1.0"
2828
},
2929
"devDependencies": {
3030
"@rollup/plugin-eslint": "^8.0.2",

packages/stream-transform/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.0](https://github.com/adaltas/node-csv/compare/[email protected]@3.1.0) (2022-05-24)
7+
8+
9+
### Features
10+
11+
* wg stream api ([8a5eb7d](https://github.com/adaltas/node-csv/commit/8a5eb7dfd31b22217db4fbbc832d707221850785))
12+
13+
14+
615
## [3.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@3.0.4) (2021-12-29)
716

817

packages/stream-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.4",
2+
"version": "3.1.0",
33
"name": "stream-transform",
44
"description": "Object transformations implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -15,7 +15,7 @@
1515
"@types/mocha": "^9.1.1",
1616
"@types/node": "^17.0.35",
1717
"coffeescript": "~2.7.0",
18-
"csv-generate": "^4.0.4",
18+
"csv-generate": "^4.1.0",
1919
"each": "^1.2.2",
2020
"eslint": "^8.16.0",
2121
"mocha": "~10.0.0",

0 commit comments

Comments
 (0)