File tree 24 files changed +137
-27
lines changed
24 files changed +137
-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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency @docusaurus/core to v2.0.0-alpha.56 ([ 87c9cdb] ( https://github.com/C2FO/fast-csv/commit/87c9cdbe1ffa76d2935f8824dd6e57271c82b426 ) )
12
+ * ** deps:** update dependency @docusaurus/core to v2.0.0-alpha.58 ([ 7b10f7e] ( https://github.com/C2FO/fast-csv/commit/7b10f7e16877589c16c74569a764c670803f2268 ) )
13
+ * ** deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.56 ([ 2cafdac] ( https://github.com/C2FO/fast-csv/commit/2cafdac853635334d5b2c28230bf7cb3d7b6e783 ) )
14
+ * ** deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.58 ([ a4a1e3f] ( https://github.com/C2FO/fast-csv/commit/a4a1e3f9d6793e445ee400b0bebfaeba035010a4 ) )
15
+ * ** deps:** update dependency globby to v11.0.1 ([ 9a21f53] ( https://github.com/C2FO/fast-csv/commit/9a21f53fd084d42df67d266b8bdb9e3594a8e122 ) )
16
+ * ** parsing:** Pass errors through callbacks ([ 84ecdf6] ( https://github.com/C2FO/fast-csv/commit/84ecdf6ed18b15d68b4ed3e2bfec7eb41b438ad8 ) )
17
+
18
+
19
+
20
+
21
+
6
22
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
23
8
24
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package fast-csv-benchmarks
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"private" : true ,
5
5
"description" : " fast-csv examples" ,
6
6
"dependencies" : {
7
- "fast-csv" : " 4.3.0 "
7
+ "fast-csv" : " 4.3.1 "
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency globby to v11.0.1 ([ 9a21f53] ( https://github.com/C2FO/fast-csv/commit/9a21f53fd084d42df67d266b8bdb9e3594a8e122 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
18
8
19
** Note:** Version bump only for package example-runner
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-runner" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package fast-csv-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
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.0 " ,
13
- "fast-csv" : " 4.3.0 "
12
+ "example-runner" : " 4.3.1 " ,
13
+ "fast-csv" : " 4.3.1 "
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package fast-csv-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
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.3.0 " ,
16
- "fast-csv" : " 4.3.0 " ,
15
+ "example-runner" : " 4.3.1 " ,
16
+ "fast-csv" : " 4.3.1 " ,
17
17
"typescript" : " 3.9.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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/format-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
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.0 " ,
13
- "example-runner" : " 4.3.0 "
12
+ "@fast-csv/format" : " 4.3.1 " ,
13
+ "example-runner" : " 4.3.1 "
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/formatting-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
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.3.0 " ,
16
- "example-runner" : " 4.3.0 " ,
15
+ "@fast-csv/format" : " 4.3.1 " ,
16
+ "example-runner" : " 4.3.1 " ,
17
17
"typescript" : " 3.9.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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/parse-js-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
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.0 " ,
13
- "example-runner" : " 4.3.0 "
12
+ "@fast-csv/parse" : " 4.3.1 " ,
13
+ "example-runner" : " 4.3.1 "
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/parse-ts-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
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.3.0 " ,
16
- "example-runner" : " 4.3.0 " ,
15
+ "@fast-csv/parse" : " 4.3.1 " ,
16
+ "example-runner" : " 4.3.1 " ,
17
17
"typescript" : " 3.9.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.0 "
19
+ "version" : " 4.3.1 "
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package fast-csv
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
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.0 " ,
41
- "@fast-csv/parse" : " 4.3.0 " ,
40
+ "@fast-csv/format" : " 4.3.1 " ,
41
+ "@fast-csv/parse" : " 4.3.1 " ,
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+ ** Note:** Version bump only for package @fast-csv/format
9
+
10
+
11
+
12
+
13
+
6
14
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
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.0 " ,
3
+ "version" : " 4.3.1 " ,
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.1] ( https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1 ) (2020-06-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** parsing:** Pass errors through callbacks ([ 84ecdf6] ( https://github.com/C2FO/fast-csv/commit/84ecdf6ed18b15d68b4ed3e2bfec7eb41b438ad8 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 4.3.0] ( https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0 ) (2020-05-27)
7
18
8
19
** Note:** Version bump only for package @fast-csv/parse
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fast-csv/parse" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
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