File tree 24 files changed +127
-27
lines changed
24 files changed +127
-27
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency @docusaurus/core to v2.0.0-alpha.55 ([ 84b8491] ( https://github.com/C2FO/fast-csv/commit/84b8491dc86f54eac857272d1146dbb79733d793 ) )
12
+ * ** deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.55 ([ 9b7e40c] ( https://github.com/C2FO/fast-csv/commit/9b7e40c36e994a158b2569c4bcef41433563d9fe ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
7
19
8
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package fast-csv-benchmarks
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"private" : true ,
5
5
"description" : " fast-csv examples" ,
6
6
"dependencies" : {
7
- "fast-csv" : " 4.2 .0"
7
+ "fast-csv" : " 4.3 .0"
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package example-runner
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-runner" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 4.3 .0" ,
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package fast-csv-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
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.2 .0" ,
13
- "fast-csv" : " 4.2 .0"
12
+ "example-runner" : " 4.3 .0" ,
13
+ "fast-csv" : " 4.3 .0"
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package fast-csv-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"private" : true ,
5
5
"description" : " fast-csv examples" ,
6
6
"scripts" : {
12
12
"compile" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "example-runner" : " 4.2 .0" ,
16
- "fast-csv" : " 4.2 .0" ,
15
+ "example-runner" : " 4.3 .0" ,
16
+ "fast-csv" : " 4.3 .0" ,
17
17
"typescript" : " 3.9.3"
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/format-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
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.2 .0" ,
13
- "example-runner" : " 4.2 .0"
12
+ "@fast-csv/format" : " 4.3 .0" ,
13
+ "example-runner" : " 4.3 .0"
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/formatting-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"private" : true ,
5
5
"description" : " fast-csv formatting typescript examples" ,
6
6
"scripts" : {
12
12
"compile" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@fast-csv/format" : " 4.2 .0" ,
16
- "example-runner" : " 4.2 .0" ,
15
+ "@fast-csv/format" : " 4.3 .0" ,
16
+ "example-runner" : " 4.3 .0" ,
17
17
"typescript" : " 3.9.3"
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/parse-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
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.2 .0" ,
13
- "example-runner" : " 4.2 .0"
12
+ "@fast-csv/parse" : " 4.3 .0" ,
13
+ "example-runner" : " 4.3 .0"
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/parse-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"private" : true ,
5
5
"description" : " fast-csv parsing typescript examples" ,
6
6
"scripts" : {
12
12
"compile" : " tsc -p tsconfig.build.json"
13
13
},
14
14
"dependencies" : {
15
- "@fast-csv/parse" : " 4.2 .0" ,
16
- "example-runner" : " 4.2 .0" ,
15
+ "@fast-csv/parse" : " 4.3 .0" ,
16
+ "example-runner" : " 4.3 .0" ,
17
17
"typescript" : " 3.9.3"
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.2 .0"
19
+ "version" : " 4.3 .0"
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package fast-csv
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
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.2 .0" ,
41
- "@fast-csv/parse" : " 4.2 .0" ,
40
+ "@fast-csv/format" : " 4.3 .0" ,
41
+ "@fast-csv/parse" : " 4.3 .0" ,
42
42
"@types/node" : " ^14.0.1"
43
43
}
44
44
}
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/format
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fast-csv/format" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"description" : " fast-csv formatting module" ,
5
5
"keywords" : [
6
6
" csv" ,
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.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/parse
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.2.0] ( https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0 ) (2020-05-19)
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.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"description" : " fast-csv parsing package" ,
5
5
"keywords" : [
6
6
" csv" ,
You can’t perform that action at this time.
0 commit comments