File tree Expand file tree Collapse file tree 5 files changed +669
-771
lines changed
Expand file tree Collapse file tree 5 files changed +669
-771
lines changed Original file line number Diff line number Diff line change 11## [ 6.0.8] ( https://github.com/GMOD/vcf-js/compare/v6.0.7...v6.0.8 ) (2025-02-13)
22
3-
4-
53## [ 6.0.7] ( https://github.com/GMOD/vcf-js/compare/v6.0.6...v6.0.7 ) (2025-01-29)
64
7-
8-
95## [ 6.0.6] ( https://github.com/GMOD/vcf-js/compare/v6.0.5...v6.0.6 ) (2025-01-16)
106
11-
12-
137## [ 6.0.5] ( https://github.com/GMOD/vcf-js/compare/v6.0.4...v6.0.5 ) (2025-01-16)
148
15-
16-
179## [ 6.0.4] ( https://github.com/GMOD/vcf-js/compare/v6.0.3...v6.0.4 ) (2025-01-16)
1810
19-
20-
2111## [ 6.0.3] ( https://github.com/GMOD/vcf-js/compare/v6.0.2...v6.0.3 ) (2025-01-16)
2212
23-
24-
2513## [ 6.0.2] ( https://github.com/GMOD/vcf-js/compare/v6.0.1...v6.0.2 ) (2025-01-07)
2614
27-
28-
2915## [ 6.0.1] ( https://github.com/GMOD/vcf-js/compare/v6.0.0...v6.0.1 ) (2024-12-17)
3016
31-
32-
3317# [ 6.0.0] ( https://github.com/GMOD/vcf-js/compare/v5.0.10...v6.0.0 ) (2024-11-30)
3418
3519- Changes the default Variant object to have a SAMPLES() function call instead
Original file line number Diff line number Diff line change 5555 "@vitest/coverage-v8" : " ^3.0.4" ,
5656 "documentation" : " ^14.0.1" ,
5757 "eslint" : " ^9.7.0" ,
58- "eslint-plugin-unicorn" : " ^56 .0.0" ,
58+ "eslint-plugin-unicorn" : " ^57 .0.0" ,
5959 "prettier" : " ^3.2.4" ,
6060 "rimraf" : " ^6.0.1" ,
6161 "standard-changelog" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 55// https://stackoverflow.com/a/18893443/2129219, and asked it to add support
66// for square brackets
77//
8- // the result was this function
8+ // it undid the regex into serial logic and the result was this function
99function customSplit ( str : string ) {
1010 const result = [ ]
1111 let current = ''
Original file line number Diff line number Diff line change 22 "include" : [" src" ],
33 "compilerOptions" : {
44 "outDir" : " dist" ,
5- "target" : " es2015" ,
65 "lib" : [" dom" , " esnext" ],
76 "declaration" : true ,
87 "moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments