File tree Expand file tree Collapse file tree 22 files changed +123
-23
lines changed
Expand file tree Collapse file tree 22 files changed +123
-23
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.3.6] ( https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6 ) (2020-12-04)
7+
8+
9+ ### Bug Fixes
10+
11+ * Simplify empty row check by removing complex regex ([ 4bbd39f] ( https://github.com/C2FO/fast-csv/commit/4bbd39f26a8cd7382151ab4f5fb102234b2f829e ) )
12+ * ** deps:** update dependency @types/yargs to v15.0.10 ([ 9af7a41] ( https://github.com/C2FO/fast-csv/commit/9af7a410288495c598e8e68705aa530eda56bedb ) )
13+ * ** deps:** update dependency yargs to v16.1.1 ([ 057a4da] ( https://github.com/C2FO/fast-csv/commit/057a4da0089a40406e5be9ba665774b8557657f0 ) )
14+
15+
16+
17+
18+
619## [ 4.3.5] ( https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5 ) (2020-11-03)
720
821
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.3.6] ( https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6 ) (2020-12-04)
7+
8+ ** Note:** Version bump only for package fast-csv-benchmarks
9+
10+
11+
12+
13+
614## [ 4.3.5] ( https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5 ) (2020-11-03)
715
816** Note:** Version bump only for package fast-csv-benchmarks
Original file line number Diff line number Diff line change 11{
22 "name" : " fast-csv-benchmarks" ,
3- "version" : " 4.3.5 " ,
3+ "version" : " 4.3.6 " ,
44 "private" : true ,
55 "description" : " fast-csv examples" ,
66 "dependencies" : {
7- "fast-csv" : " 4.3.5 "
7+ "fast-csv" : " 4.3.6 "
88 },
99 "scripts" : {
1010 "benchmarks" : " node ./index.js"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.3.6] ( https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6 ) (2020-12-04)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** deps:** update dependency @types/yargs to v15.0.10 ([ 9af7a41] ( https://github.com/C2FO/fast-csv/commit/9af7a410288495c598e8e68705aa530eda56bedb ) )
12+ * ** deps:** update dependency yargs to v16.1.1 ([ 057a4da] ( https://github.com/C2FO/fast-csv/commit/057a4da0089a40406e5be9ba665774b8557657f0 ) )
13+
14+
15+
16+
17+
618## [ 4.3.4] ( https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4 ) (2020-11-03)
719
820** Note:** Version bump only for package example-runner
Original file line number Diff line number Diff line change 11{
22 "name" : " example-runner" ,
3- "version" : " 4.3.4 " ,
3+ "version" : " 4.3.6 " ,
44 "private" : true ,
55 "description" : " Runs examples and checks output" ,
66 "bin" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.3.6] ( https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6 ) (2020-12-04)
7+
8+ ** Note:** Version bump only for package fast-csv-js-examples
9+
10+
11+
12+
13+
614## [ 4.3.5] ( https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5 ) (2020-11-03)
715
816** Note:** Version bump only for package fast-csv-js-examples
Original file line number Diff line number Diff line change 11{
22 "name" : " fast-csv-js-examples" ,
3- "version" : " 4.3.5 " ,
3+ "version" : " 4.3.6 " ,
44 "private" : true ,
55 "description" : " fast-csv examples" ,
66 "scripts" : {
99 "example" : " run-examples run"
1010 },
1111 "dependencies" : {
12- "example-runner" : " 4.3.4 " ,
13- "fast-csv" : " 4.3.5 "
12+ "example-runner" : " 4.3.6 " ,
13+ "fast-csv" : " 4.3.6 "
1414 }
1515}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.3.6] ( https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6 ) (2020-12-04)
7+
8+ ** Note:** Version bump only for package fast-csv-ts-examples
9+
10+
11+
12+
13+
614## [ 4.3.5] ( https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5 ) (2020-11-03)
715
816** Note:** Version bump only for package fast-csv-ts-examples
Original file line number Diff line number Diff line change 11{
22 "name" : " fast-csv-ts-examples" ,
3- "version" : " 4.3.5 " ,
3+ "version" : " 4.3.6 " ,
44 "private" : true ,
55 "description" : " fast-csv examples" ,
66 "scripts" : {
1212 "compile" : " tsc"
1313 },
1414 "dependencies" : {
15- "example-runner" : " 4.3.4 " ,
16- "fast-csv" : " 4.3.5 " ,
15+ "example-runner" : " 4.3.6 " ,
16+ "fast-csv" : " 4.3.6 " ,
1717 "typescript" : " 4.0.5"
1818 }
1919}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.3.6] ( https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6 ) (2020-12-04)
7+
8+ ** Note:** Version bump only for package @fast-csv/format-js-examples
9+
10+
11+
12+
13+
614## [ 4.3.5] ( https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5 ) (2020-11-03)
715
816** Note:** Version bump only for package @fast-csv/format-js-examples
You can’t perform that action at this time.
0 commit comments