Skip to content

File tree

20 files changed

+200
-38
lines changed

20 files changed

+200
-38
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.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2021-12-29)
7+
8+
**Note:** Version bump only for package csv-demo-browser
9+
10+
11+
12+
13+
614
# 0.1.0 (2021-11-19)
715

816

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.0",
3+
"version": "0.1.1",
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.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2021-12-29)
7+
8+
**Note:** Version bump only for package csv-demo-cjs
9+
10+
11+
12+
13+
614
# 0.1.0 (2021-11-19)
715

816

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.0",
3+
"version": "0.1.1",
44
"main": "index.js",
55
"license": "MIT",
66
"type": "commonjs",

demo/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) (2021-12-29)
7+
8+
**Note:** Version bump only for package csv-demo-esm
9+
10+
11+
12+
13+
614
## 0.0.1 (2021-11-19)
715

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

demo/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-demo-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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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 (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **csv-demo-webpack-ts:** remove polyfill ([47a99bd](https://github.com/adaltas/node-csv/commit/47a99bd944d1d943e6374227dbc4e20aaa2c8c7f))
12+
* **csv-demo-webpack-ts:** simplify export paths ([8d63a14](https://github.com/adaltas/node-csv/commit/8d63a14313bb6b26f13fafb740cc686f1dfaa65f))
13+
14+
15+
### Features
16+
17+
* **csv-demo-webpack-ts:** new demo webpack with TypeScript ([624c62d](https://github.com/adaltas/node-csv/commit/624c62d465f65a33fd43c0cf75eda1ae01388b1d))
18+
19+
20+
21+
22+
623
## [0.1.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2021-11-19)
724

825
**Note:** Version bump only for package csv-demo-webpack

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.0.0",
3+
"version": "0.1.0",
44
"description": "",
55
"private": true,
66
"scripts": {

demo/webpack/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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) (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* correct exports in package.json with webpack ([154eafb](https://github.com/adaltas/node-csv/commit/154eafbac866eb4499a0d392f8dcd057695c2586))
12+
* **csv-demo-webpack-ts:** simplify export paths ([8d63a14](https://github.com/adaltas/node-csv/commit/8d63a14313bb6b26f13fafb740cc686f1dfaa65f))
13+
14+
15+
16+
17+
618
## [0.1.1](https://github.com/adaltas/node-csv/compare/[email protected]@0.1.1) (2021-11-19)
719

820
**Note:** Version bump only for package csv-demo-webpack

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.1",
3+
"version": "0.1.2",
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.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@4.0.4) (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* correct exports in package.json with webpack ([154eafb](https://github.com/adaltas/node-csv/commit/154eafbac866eb4499a0d392f8dcd057695c2586))
12+
* **csv-demo-webpack-ts:** remove polyfill ([47a99bd](https://github.com/adaltas/node-csv/commit/47a99bd944d1d943e6374227dbc4e20aaa2c8c7f))
13+
* **csv-demo-webpack-ts:** simplify export paths ([8d63a14](https://github.com/adaltas/node-csv/commit/8d63a14313bb6b26f13fafb740cc686f1dfaa65f))
14+
* esm exports in package.json files ([c48fe47](https://github.com/adaltas/node-csv/commit/c48fe478ced7560aa078fbc36ec33d6007111e2b)), closes [#308](https://github.com/adaltas/node-csv/issues/308)
15+
16+
17+
18+
19+
620
## [4.0.3](https://github.com/adaltas/node-csv/compare/[email protected]@4.0.3) (2021-11-19)
721

822

packages/csv-generate/package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.3",
2+
"version": "4.0.4",
33
"name": "csv-generate",
44
"description": "CSV and object generation implementing the Node.js `stream.Readable` API",
55
"keywords": [
@@ -79,10 +79,18 @@
7979
"types": "dist/esm/index.d.ts",
8080
"typesVersions": {
8181
"*": {
82-
".": ["dist/esm/index.d.ts"],
83-
"sync": ["dist/esm/sync.d.ts"],
84-
"browser/esm": ["dist/esm/index.d.ts"],
85-
"browser/esm/sync": ["dist/esm/sync.d.ts"]
82+
".": [
83+
"dist/esm/index.d.ts"
84+
],
85+
"sync": [
86+
"dist/esm/sync.d.ts"
87+
],
88+
"browser/esm": [
89+
"dist/esm/index.d.ts"
90+
],
91+
"browser/esm/sync": [
92+
"dist/esm/sync.d.ts"
93+
]
8694
}
8795
}
8896
}

packages/csv-parse/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+
## [5.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@5.0.4) (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* correct exports in package.json with webpack ([154eafb](https://github.com/adaltas/node-csv/commit/154eafbac866eb4499a0d392f8dcd057695c2586))
12+
* **csv-demo-webpack-ts:** remove polyfill ([47a99bd](https://github.com/adaltas/node-csv/commit/47a99bd944d1d943e6374227dbc4e20aaa2c8c7f))
13+
* **csv-demo-webpack-ts:** simplify export paths ([8d63a14](https://github.com/adaltas/node-csv/commit/8d63a14313bb6b26f13fafb740cc686f1dfaa65f))
14+
* esm exports in package.json files ([c48fe47](https://github.com/adaltas/node-csv/commit/c48fe478ced7560aa078fbc36ec33d6007111e2b)), closes [#308](https://github.com/adaltas/node-csv/issues/308)
15+
16+
17+
18+
19+
620
## [5.0.3](https://github.com/adaltas/node-csv/compare/[email protected]@5.0.3) (2021-11-19)
721

822

packages/csv-parse/package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.3",
2+
"version": "5.0.4",
33
"name": "csv-parse",
44
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -48,7 +48,7 @@
4848
"@types/node": "^16.11.7",
4949
"coffeelint": "^2.1.0",
5050
"coffeescript": "^2.6.1",
51-
"csv-generate": "^4.0.3",
51+
"csv-generate": "^4.0.4",
5252
"csv-spectrum": "^1.0.0",
5353
"each": "^1.2.2",
5454
"eslint": "^8.2.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.3",
61+
"stream-transform": "^3.0.4",
6262
"ts-node": "^10.4.0",
6363
"typescript": "^4.4.4"
6464
},
@@ -102,10 +102,18 @@
102102
"types": "dist/esm/index.d.ts",
103103
"typesVersions": {
104104
"*": {
105-
".": ["dist/esm/index.d.ts"],
106-
"sync": ["dist/esm/sync.d.ts"],
107-
"browser/esm": ["dist/esm/index.d.ts"],
108-
"browser/esm/sync": ["dist/esm/sync.d.ts"]
105+
".": [
106+
"dist/esm/index.d.ts"
107+
],
108+
"sync": [
109+
"dist/esm/sync.d.ts"
110+
],
111+
"browser/esm": [
112+
"dist/esm/index.d.ts"
113+
],
114+
"browser/esm/sync": [
115+
"dist/esm/sync.d.ts"
116+
]
109117
}
110118
}
111119
}

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.0.5](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.5) (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* correct exports in package.json with webpack ([154eafb](https://github.com/adaltas/node-csv/commit/154eafbac866eb4499a0d392f8dcd057695c2586))
12+
* **csv-demo-webpack-ts:** remove polyfill ([47a99bd](https://github.com/adaltas/node-csv/commit/47a99bd944d1d943e6374227dbc4e20aaa2c8c7f))
13+
* **csv-demo-webpack-ts:** simplify export paths ([8d63a14](https://github.com/adaltas/node-csv/commit/8d63a14313bb6b26f13fafb740cc686f1dfaa65f))
14+
* esm exports in package.json files ([c48fe47](https://github.com/adaltas/node-csv/commit/c48fe478ced7560aa078fbc36ec33d6007111e2b)), closes [#308](https://github.com/adaltas/node-csv/issues/308)
15+
16+
17+
18+
19+
620
## [6.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.4) (2021-11-19)
721

822

packages/csv-stringify/package.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.0.4",
2+
"version": "6.0.5",
33
"name": "csv-stringify",
44
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
55
"keywords": [
@@ -15,7 +15,7 @@
1515
"@types/node": "^16.11.7",
1616
"@types/should": "^13.0.0",
1717
"coffeescript": "~2.6.1",
18-
"csv-generate": "^4.0.3",
18+
"csv-generate": "^4.0.4",
1919
"each": "^1.2.2",
2020
"eslint": "^8.2.0",
2121
"express": "^4.17.1",
@@ -79,10 +79,18 @@
7979
"types": "dist/esm/index.d.ts",
8080
"typesVersions": {
8181
"*": {
82-
".": ["dist/esm/index.d.ts"],
83-
"sync": ["dist/esm/sync.d.ts"],
84-
"browser/esm": ["dist/esm/index.d.ts"],
85-
"browser/esm/sync": ["dist/esm/sync.d.ts"]
82+
".": [
83+
"dist/esm/index.d.ts"
84+
],
85+
"sync": [
86+
"dist/esm/sync.d.ts"
87+
],
88+
"browser/esm": [
89+
"dist/esm/index.d.ts"
90+
],
91+
"browser/esm/sync": [
92+
"dist/esm/sync.d.ts"
93+
]
8694
}
8795
}
8896
}

packages/csv/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.0.5](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.5) (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* correct exports in package.json with webpack ([154eafb](https://github.com/adaltas/node-csv/commit/154eafbac866eb4499a0d392f8dcd057695c2586))
12+
* **csv-demo-webpack-ts:** simplify export paths ([8d63a14](https://github.com/adaltas/node-csv/commit/8d63a14313bb6b26f13fafb740cc686f1dfaa65f))
13+
* esm exports in package.json files ([c48fe47](https://github.com/adaltas/node-csv/commit/c48fe478ced7560aa078fbc36ec33d6007111e2b)), closes [#308](https://github.com/adaltas/node-csv/issues/308)
14+
15+
16+
17+
18+
619
## [6.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@6.0.4) (2021-11-19)
720

821

packages/csv/package.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
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.3",
25-
"csv-parse": "^5.0.3",
26-
"csv-stringify": "^6.0.4",
27-
"stream-transform": "^3.0.3"
24+
"csv-generate": "^4.0.4",
25+
"csv-parse": "^5.0.4",
26+
"csv-stringify": "^6.0.5",
27+
"stream-transform": "^3.0.4"
2828
},
2929
"devDependencies": {
3030
"@rollup/plugin-eslint": "^8.0.1",
@@ -97,10 +97,18 @@
9797
"types": "dist/esm/index.d.ts",
9898
"typesVersions": {
9999
"*": {
100-
".": ["dist/esm/index.d.ts"],
101-
"sync": ["dist/esm/sync.d.ts"],
102-
"browser/esm": ["dist/esm/index.d.ts"],
103-
"browser/esm/sync": ["dist/esm/sync.d.ts"]
100+
".": [
101+
"dist/esm/index.d.ts"
102+
],
103+
"sync": [
104+
"dist/esm/sync.d.ts"
105+
],
106+
"browser/esm": [
107+
"dist/esm/index.d.ts"
108+
],
109+
"browser/esm/sync": [
110+
"dist/esm/sync.d.ts"
111+
]
104112
}
105113
}
106114
}

packages/stream-transform/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+
## [3.0.4](https://github.com/adaltas/node-csv/compare/[email protected]@3.0.4) (2021-12-29)
7+
8+
9+
### Bug Fixes
10+
11+
* correct exports in package.json with webpack ([154eafb](https://github.com/adaltas/node-csv/commit/154eafbac866eb4499a0d392f8dcd057695c2586))
12+
* **csv-demo-webpack-ts:** remove polyfill ([47a99bd](https://github.com/adaltas/node-csv/commit/47a99bd944d1d943e6374227dbc4e20aaa2c8c7f))
13+
* **csv-demo-webpack-ts:** simplify export paths ([8d63a14](https://github.com/adaltas/node-csv/commit/8d63a14313bb6b26f13fafb740cc686f1dfaa65f))
14+
* esm exports in package.json files ([c48fe47](https://github.com/adaltas/node-csv/commit/c48fe478ced7560aa078fbc36ec33d6007111e2b)), closes [#308](https://github.com/adaltas/node-csv/issues/308)
15+
16+
17+
18+
19+
620
## [3.0.3](https://github.com/adaltas/node-csv/compare/[email protected]@3.0.3) (2021-11-19)
721

822

0 commit comments

Comments
 (0)