File tree 24 files changed +138
-31
lines changed
24 files changed +138
-31
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency @docusaurus/core to v2.0.0-alpha.66 ([ 8afdd1e] ( https://github.com/C2FO/fast-csv/commit/8afdd1eab4c0785a3714f10a5f19b41c1365015e ) )
12
+ * ** deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.66 ([ 4a854a1] ( https://github.com/C2FO/fast-csv/commit/4a854a16a3fd746748d0684c68c86dbd161a639f ) )
13
+ * ** deps:** update dependency @types/yargs to v15.0.9 ([ a46ac39] ( https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b ) )
14
+ * ** deps:** update dependency yargs to v16 ([ b28b662] ( https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd ) )
15
+ * ** deps:** update react monorepo to v17 ([ 93d3450] ( https://github.com/C2FO/fast-csv/commit/93d3450d88a63d2e19d2de26f0a8399f877a14a4 ) )
16
+
17
+
18
+
19
+
20
+
6
21
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
22
8
23
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package fast-csv-benchmarks
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
** Note:** Version bump only for package fast-csv-benchmarks
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fast-csv-benchmarks" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"private" : true ,
5
5
"description" : " fast-csv examples" ,
6
6
"dependencies" : {
7
- "fast-csv" : " 4.3.2 "
7
+ "fast-csv" : " 4.3.3 "
8
8
},
9
9
"scripts" : {
10
10
"benchmarks" : " node ./index.js"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency @types/yargs to v15.0.9 ([ a46ac39] ( https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b ) )
12
+ * ** deps:** update dependency yargs to v16 ([ b28b662] ( https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-runner" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"private" : true ,
5
5
"description" : " Runs examples and checks output" ,
6
6
"bin" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package fast-csv-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
** Note:** Version bump only for package fast-csv-js-examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fast-csv-js-examples" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"private" : true ,
5
5
"description" : " fast-csv examples" ,
6
6
"scripts" : {
9
9
"example" : " run-examples run"
10
10
},
11
11
"dependencies" : {
12
- "example-runner" : " 4.3.2 " ,
13
- "fast-csv" : " 4.3.2 "
12
+ "example-runner" : " 4.3.3 " ,
13
+ "fast-csv" : " 4.3.3 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package fast-csv-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
** Note:** Version bump only for package fast-csv-ts-examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fast-csv-ts-examples" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"private" : true ,
5
5
"description" : " fast-csv examples" ,
6
6
"scripts" : {
12
12
"compile" : " tsc"
13
13
},
14
14
"dependencies" : {
15
- "example-runner" : " 4.3.2 " ,
16
- "fast-csv" : " 4.3.2 " ,
15
+ "example-runner" : " 4.3.3 " ,
16
+ "fast-csv" : " 4.3.3 " ,
17
17
"typescript" : " 4.0.5"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/format-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
** Note:** Version bump only for package @fast-csv/format-js-examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fast-csv/format-js-examples" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"private" : true ,
5
5
"description" : " fast-csv formatting examples" ,
6
6
"scripts" : {
9
9
"example" : " run-examples run"
10
10
},
11
11
"dependencies" : {
12
- "@fast-csv/format" : " 4.3.1 " ,
13
- "example-runner" : " 4.3.2 "
12
+ "@fast-csv/format" : " 4.3.3 " ,
13
+ "example-runner" : " 4.3.3 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/formatting-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
** Note:** Version bump only for package @fast-csv/formatting-ts-examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fast-csv/formatting-ts-examples" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"private" : true ,
5
5
"description" : " fast-csv formatting typescript examples" ,
6
6
"scripts" : {
12
12
"compile" : " tsc"
13
13
},
14
14
"dependencies" : {
15
- "@fast-csv/format" : " 4.3.1 " ,
16
- "example-runner" : " 4.3.2 " ,
15
+ "@fast-csv/format" : " 4.3.3 " ,
16
+ "example-runner" : " 4.3.3 " ,
17
17
"typescript" : " 4.0.5"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/parse-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
** Note:** Version bump only for package @fast-csv/parse-js-examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fast-csv/parse-js-examples" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"private" : true ,
5
5
"description" : " fast-csv parsing examples" ,
6
6
"scripts" : {
9
9
"example" : " run-examples run"
10
10
},
11
11
"dependencies" : {
12
- "@fast-csv/parse" : " 4.3.2 " ,
13
- "example-runner" : " 4.3.2 "
12
+ "@fast-csv/parse" : " 4.3.3 " ,
13
+ "example-runner" : " 4.3.3 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/parse-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
** Note:** Version bump only for package @fast-csv/parse-ts-examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fast-csv/parse-ts-examples" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"private" : true ,
5
5
"description" : " fast-csv parsing typescript examples" ,
6
6
"scripts" : {
12
12
"compile" : " tsc"
13
13
},
14
14
"dependencies" : {
15
- "@fast-csv/parse" : " 4.3.2 " ,
16
- "example-runner" : " 4.3.2 " ,
15
+ "@fast-csv/parse" : " 4.3.3 " ,
16
+ "example-runner" : " 4.3.3 " ,
17
17
"typescript" : " 4.0.5"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 16
16
"hoist" : true
17
17
}
18
18
},
19
- "version" : " 4.3.2 "
19
+ "version" : " 4.3.3 "
20
20
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package fast-csv
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
** Note:** Version bump only for package fast-csv
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fast-csv" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"description" : " CSV parser and writer" ,
5
5
"main" : " ./build/src/index.js" ,
6
6
"types" : " ./build/src/index.d.ts" ,
37
37
"node" : " >=10.0.0"
38
38
},
39
39
"dependencies" : {
40
- "@fast-csv/format" : " 4.3.1 " ,
41
- "@fast-csv/parse" : " 4.3.2 "
40
+ "@fast-csv/format" : " 4.3.3 " ,
41
+ "@fast-csv/parse" : " 4.3.3 "
42
42
}
43
43
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/format
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
15
8
16
** Note:** Version bump only for package @fast-csv/format
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fast-csv/format" ,
3
- "version" : " 4.3.1 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"description" : " fast-csv formatting module" ,
5
5
"keywords" : [
6
6
" csv" ,
37
37
"url" : " https://github.com/C2FO/fast-csv/issues"
38
38
},
39
39
"dependencies" : {
40
+ "@types/node" : " ^14.0.1" ,
40
41
"lodash.escaperegexp" : " ^4.1.2" ,
41
42
"lodash.isboolean" : " ^3.0.3" ,
42
43
"lodash.isequal" : " ^4.5.0" ,
43
44
"lodash.isfunction" : " ^3.0.9" ,
44
- "lodash.isnil" : " ^4.0.0" ,
45
- "@types/node" : " ^14.0.1"
45
+ "lodash.isnil" : " ^4.0.0"
46
46
},
47
47
"devDependencies" : {
48
48
"@types/lodash.escaperegexp" : " 4.1.6" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.3.3] ( https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3 ) (2020-10-30)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/parse
9
+
10
+
11
+
12
+
13
+
6
14
## [ 4.3.2] ( https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2 ) (2020-09-02)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fast-csv/parse" ,
3
- "version" : " 4.3.2 " ,
3
+ "version" : " 4.3.3 " ,
4
4
"description" : " fast-csv parsing package" ,
5
5
"keywords" : [
6
6
" csv" ,
38
38
"url" : " https://github.com/C2FO/fast-csv/issues"
39
39
},
40
40
"dependencies" : {
41
+ "@types/node" : " ^14.0.1" ,
41
42
"lodash.escaperegexp" : " ^4.1.2" ,
42
43
"lodash.groupby" : " ^4.6.0" ,
43
44
"lodash.isfunction" : " ^3.0.9" ,
44
45
"lodash.isnil" : " ^4.0.0" ,
45
46
"lodash.isundefined" : " ^3.0.1" ,
46
- "lodash.uniq" : " ^4.5.0" ,
47
- "@types/node" : " ^14.0.1"
47
+ "lodash.uniq" : " ^4.5.0"
48
48
},
49
49
"devDependencies" : {
50
50
"@types/lodash.escaperegexp" : " 4.1.6" ,
You can’t perform that action at this time.
0 commit comments