@featurevisor/core 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +59 -0
- package/LICENSE +1 -1
- package/coverage/clover.xml +63 -59
- package/coverage/coverage-final.json +2 -2
- package/coverage/lcov-report/index.html +23 -23
- package/coverage/lcov-report/lib/builder/allocator.js.html +1 -1
- package/coverage/lcov-report/lib/builder/buildScopedConditions.js.html +1 -1
- package/coverage/lcov-report/lib/builder/buildScopedDatafile.js.html +1 -1
- package/coverage/lcov-report/lib/builder/buildScopedSegments.js.html +1 -1
- package/coverage/lcov-report/lib/builder/index.html +1 -1
- package/coverage/lcov-report/lib/builder/revision.js.html +1 -1
- package/coverage/lcov-report/lib/builder/traffic.js.html +1 -1
- package/coverage/lcov-report/lib/list/index.html +15 -15
- package/coverage/lcov-report/lib/list/matrix.js.html +18 -9
- package/coverage/lcov-report/lib/tester/helpers.js.html +1 -1
- package/coverage/lcov-report/lib/tester/index.html +1 -1
- package/coverage/lcov-report/src/builder/allocator.ts.html +1 -1
- package/coverage/lcov-report/src/builder/buildScopedConditions.ts.html +1 -1
- package/coverage/lcov-report/src/builder/buildScopedDatafile.ts.html +1 -1
- package/coverage/lcov-report/src/builder/buildScopedSegments.ts.html +1 -1
- package/coverage/lcov-report/src/builder/index.html +1 -1
- package/coverage/lcov-report/src/builder/revision.ts.html +1 -1
- package/coverage/lcov-report/src/builder/traffic.ts.html +1 -1
- package/coverage/lcov-report/src/list/index.html +15 -15
- package/coverage/lcov-report/src/list/matrix.ts.html +18 -9
- package/coverage/lcov-report/src/tester/helpers.ts.html +1 -1
- package/coverage/lcov-report/src/tester/index.html +1 -1
- package/coverage/lcov.info +81 -74
- package/lib/linter/testSchema.d.ts +5 -0
- package/lib/linter/testSchema.js +6 -1
- package/lib/linter/testSchema.js.map +1 -1
- package/lib/list/matrix.js +4 -1
- package/lib/list/matrix.js.map +1 -1
- package/lib/tester/testFeature.js +6 -1
- package/lib/tester/testFeature.js.map +1 -1
- package/lib/tester/testProject.d.ts +1 -0
- package/lib/tester/testProject.js +28 -2
- package/lib/tester/testProject.js.map +1 -1
- package/package.json +5 -5
- package/src/linter/testSchema.ts +9 -1
- package/src/list/matrix.ts +4 -1
- package/src/tester/testFeature.ts +6 -1
- package/src/tester/testProject.ts +41 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,65 @@
|
|
|
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
|
+
# [2.7.0](https://github.com/featurevisor/featurevisor/compare/v2.6.7...v2.7.0) (2026-02-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* test by tags ([#383](https://github.com/featurevisor/featurevisor/issues/383)) ([54ddbca](https://github.com/featurevisor/featurevisor/commit/54ddbcaa271fea09008a1064ee58bdb2dbb8fcb9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.6.7](https://github.com/featurevisor/featurevisor/compare/v2.6.6...v2.6.7) (2026-02-05)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @featurevisor/core
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [2.6.6](https://github.com/featurevisor/featurevisor/compare/v2.6.5...v2.6.6) (2026-02-05)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @featurevisor/core
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [2.6.5](https://github.com/featurevisor/featurevisor/compare/v2.6.4...v2.6.5) (2026-02-05)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @featurevisor/core
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [2.6.4](https://github.com/featurevisor/featurevisor/compare/v2.6.3...v2.6.4) (2026-02-05)
|
|
42
|
+
|
|
43
|
+
**Note:** Version bump only for package @featurevisor/core
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## [2.6.3](https://github.com/featurevisor/featurevisor/compare/v2.6.2...v2.6.3) (2026-02-05)
|
|
50
|
+
|
|
51
|
+
**Note:** Version bump only for package @featurevisor/core
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## [2.6.2](https://github.com/featurevisor/featurevisor/compare/v2.6.1...v2.6.2) (2026-02-05)
|
|
58
|
+
|
|
59
|
+
**Note:** Version bump only for package @featurevisor/core
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
6
65
|
# [2.6.0](https://github.com/featurevisor/featurevisor/compare/v2.5.0...v2.6.0) (2026-01-25)
|
|
7
66
|
|
|
8
67
|
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 Fahad Heylaal (https://fahad19.com)
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1770332200832" clover="3.2.0">
|
|
3
|
+
<project timestamp="1770332200832" name="All files">
|
|
4
|
+
<metrics statements="806" coveredstatements="654" conditionals="437" coveredconditionals="334" methods="116" coveredmethods="100" elements="1359" coveredelements="1088" complexity="0" loc="806" ncloc="806" packages="6" files="16" classes="16"/>
|
|
5
5
|
<package name="lib.builder">
|
|
6
6
|
<metrics statements="276" coveredstatements="268" conditionals="173" coveredconditionals="151" methods="46" coveredmethods="46"/>
|
|
7
7
|
<file name="allocator.js" path="/home/runner/work/featurevisor/featurevisor/packages/core/lib/builder/allocator.js">
|
|
@@ -300,9 +300,9 @@
|
|
|
300
300
|
</file>
|
|
301
301
|
</package>
|
|
302
302
|
<package name="lib.list">
|
|
303
|
-
<metrics statements="
|
|
303
|
+
<metrics statements="85" coveredstatements="20" conditionals="43" coveredconditionals="4" methods="10" coveredmethods="2"/>
|
|
304
304
|
<file name="matrix.js" path="/home/runner/work/featurevisor/featurevisor/packages/core/lib/list/matrix.js">
|
|
305
|
-
<metrics statements="
|
|
305
|
+
<metrics statements="85" coveredstatements="20" conditionals="43" coveredconditionals="4" methods="10" coveredmethods="2"/>
|
|
306
306
|
<line num="2" count="1" type="stmt"/>
|
|
307
307
|
<line num="3" count="1" type="stmt"/>
|
|
308
308
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -344,48 +344,50 @@
|
|
|
344
344
|
<line num="70" count="0" type="stmt"/>
|
|
345
345
|
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
346
346
|
<line num="74" count="0" type="stmt"/>
|
|
347
|
-
<line num="77" count="0" type="
|
|
348
|
-
<line num="
|
|
349
|
-
<line num="
|
|
347
|
+
<line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
348
|
+
<line num="78" count="0" type="stmt"/>
|
|
349
|
+
<line num="80" count="0" type="stmt"/>
|
|
350
350
|
<line num="83" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
351
351
|
<line num="84" count="0" type="stmt"/>
|
|
352
352
|
<line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
353
353
|
<line num="87" count="0" type="stmt"/>
|
|
354
|
+
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
354
355
|
<line num="90" count="0" type="stmt"/>
|
|
355
|
-
<line num="92" count="0" type="stmt"/>
|
|
356
356
|
<line num="93" count="0" type="stmt"/>
|
|
357
357
|
<line num="95" count="0" type="stmt"/>
|
|
358
358
|
<line num="96" count="0" type="stmt"/>
|
|
359
|
-
<line num="97" count="0" type="stmt"/>
|
|
360
359
|
<line num="98" count="0" type="stmt"/>
|
|
361
360
|
<line num="99" count="0" type="stmt"/>
|
|
362
|
-
<line num="
|
|
361
|
+
<line num="100" count="0" type="stmt"/>
|
|
362
|
+
<line num="101" count="0" type="stmt"/>
|
|
363
363
|
<line num="102" count="0" type="stmt"/>
|
|
364
364
|
<line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
365
365
|
<line num="105" count="0" type="stmt"/>
|
|
366
|
+
<line num="107" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
366
367
|
<line num="108" count="0" type="stmt"/>
|
|
367
|
-
<line num="110" count="0" type="stmt"/>
|
|
368
368
|
<line num="111" count="0" type="stmt"/>
|
|
369
369
|
<line num="113" count="0" type="stmt"/>
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
370
|
+
<line num="114" count="0" type="stmt"/>
|
|
371
|
+
<line num="116" count="0" type="stmt"/>
|
|
372
372
|
<line num="122" count="0" type="stmt"/>
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="129" count="0" type="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="137" count="0" type="
|
|
373
|
+
<line num="124" count="0" type="stmt"/>
|
|
374
|
+
<line num="125" count="0" type="stmt"/>
|
|
375
|
+
<line num="126" count="0" type="stmt"/>
|
|
376
|
+
<line num="129" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
377
|
+
<line num="130" count="0" type="stmt"/>
|
|
378
|
+
<line num="132" count="0" type="stmt"/>
|
|
379
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
380
|
+
<line num="136" count="0" type="stmt"/>
|
|
381
|
+
<line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
382
382
|
<line num="138" count="0" type="stmt"/>
|
|
383
|
-
<line num="139" count="0" type="stmt"/>
|
|
384
383
|
<line num="140" count="0" type="stmt"/>
|
|
385
384
|
<line num="141" count="0" type="stmt"/>
|
|
386
|
-
<line num="142" count="0" type="
|
|
385
|
+
<line num="142" count="0" type="stmt"/>
|
|
387
386
|
<line num="143" count="0" type="stmt"/>
|
|
388
|
-
<line num="
|
|
387
|
+
<line num="144" count="0" type="stmt"/>
|
|
388
|
+
<line num="145" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
389
|
+
<line num="146" count="0" type="stmt"/>
|
|
390
|
+
<line num="148" count="0" type="stmt"/>
|
|
389
391
|
</file>
|
|
390
392
|
</package>
|
|
391
393
|
<package name="lib.tester">
|
|
@@ -735,9 +737,9 @@
|
|
|
735
737
|
</file>
|
|
736
738
|
</package>
|
|
737
739
|
<package name="src.list">
|
|
738
|
-
<metrics statements="
|
|
740
|
+
<metrics statements="84" coveredstatements="19" conditionals="30" coveredconditionals="3" methods="10" coveredmethods="2"/>
|
|
739
741
|
<file name="matrix.ts" path="/home/runner/work/featurevisor/featurevisor/packages/core/src/list/matrix.ts">
|
|
740
|
-
<metrics statements="
|
|
742
|
+
<metrics statements="84" coveredstatements="19" conditionals="30" coveredconditionals="3" methods="10" coveredmethods="2"/>
|
|
741
743
|
<line num="10" count="10" type="stmt"/>
|
|
742
744
|
<line num="11" count="10" type="stmt"/>
|
|
743
745
|
<line num="13" count="10" type="stmt"/>
|
|
@@ -775,51 +777,53 @@
|
|
|
775
777
|
<line num="93" count="0" type="stmt"/>
|
|
776
778
|
<line num="100" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
777
779
|
<line num="101" count="0" type="stmt"/>
|
|
780
|
+
<line num="105" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
778
781
|
<line num="106" count="0" type="stmt"/>
|
|
779
|
-
<line num="109" count="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="
|
|
782
|
-
<line num="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="122" count="0" type="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="
|
|
782
|
+
<line num="109" count="0" type="stmt"/>
|
|
783
|
+
<line num="112" count="1" type="stmt"/>
|
|
784
|
+
<line num="116" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
785
|
+
<line num="117" count="0" type="stmt"/>
|
|
786
|
+
<line num="121" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
787
|
+
<line num="122" count="0" type="stmt"/>
|
|
788
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
789
|
+
<line num="126" count="0" type="stmt"/>
|
|
787
790
|
<line num="128" count="0" type="stmt"/>
|
|
788
|
-
<line num="
|
|
791
|
+
<line num="131" count="0" type="stmt"/>
|
|
789
792
|
<line num="133" count="0" type="stmt"/>
|
|
790
|
-
<line num="134" count="0" type="stmt"/>
|
|
791
793
|
<line num="136" count="0" type="stmt"/>
|
|
792
794
|
<line num="137" count="0" type="stmt"/>
|
|
793
|
-
<line num="
|
|
794
|
-
<line num="
|
|
795
|
-
<line num="
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="149" count="0" type="
|
|
795
|
+
<line num="139" count="0" type="stmt"/>
|
|
796
|
+
<line num="140" count="0" type="stmt"/>
|
|
797
|
+
<line num="141" count="0" type="stmt"/>
|
|
798
|
+
<line num="145" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
799
|
+
<line num="146" count="0" type="stmt"/>
|
|
800
|
+
<line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
801
|
+
<line num="150" count="0" type="stmt"/>
|
|
799
802
|
<line num="152" count="0" type="stmt"/>
|
|
800
|
-
<line num="
|
|
803
|
+
<line num="155" count="0" type="stmt"/>
|
|
801
804
|
<line num="157" count="0" type="stmt"/>
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="
|
|
805
|
+
<line num="160" count="0" type="stmt"/>
|
|
806
|
+
<line num="166" count="1" type="stmt"/>
|
|
804
807
|
<line num="170" count="0" type="stmt"/>
|
|
805
|
-
<line num="171" count="0" type="stmt"/>
|
|
806
808
|
<line num="173" count="0" type="stmt"/>
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="
|
|
813
|
-
<line num="
|
|
814
|
-
<line num="
|
|
809
|
+
<line num="174" count="0" type="stmt"/>
|
|
810
|
+
<line num="176" count="0" type="stmt"/>
|
|
811
|
+
<line num="180" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
812
|
+
<line num="181" count="0" type="stmt"/>
|
|
813
|
+
<line num="187" count="0" type="stmt"/>
|
|
814
|
+
<line num="190" count="1" type="stmt"/>
|
|
815
|
+
<line num="194" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
816
|
+
<line num="195" count="0" type="stmt"/>
|
|
817
|
+
<line num="196" count="0" type="stmt"/>
|
|
815
818
|
<line num="200" count="0" type="stmt"/>
|
|
816
|
-
<line num="201" count="0" type="stmt"/>
|
|
817
819
|
<line num="203" count="0" type="stmt"/>
|
|
818
820
|
<line num="204" count="0" type="stmt"/>
|
|
819
|
-
<line num="205" count="0" type="stmt"/>
|
|
820
821
|
<line num="206" count="0" type="stmt"/>
|
|
821
|
-
<line num="
|
|
822
|
+
<line num="207" count="0" type="stmt"/>
|
|
823
|
+
<line num="208" count="0" type="stmt"/>
|
|
824
|
+
<line num="209" count="0" type="stmt"/>
|
|
822
825
|
<line num="213" count="0" type="stmt"/>
|
|
826
|
+
<line num="216" count="0" type="stmt"/>
|
|
823
827
|
</file>
|
|
824
828
|
</package>
|
|
825
829
|
<package name="src.tester">
|