@featurevisor/sdk 1.27.6 → 1.29.1
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 +22 -0
- package/coverage/clover.xml +40 -28
- package/coverage/coverage-final.json +1 -1
- package/coverage/lcov-report/bucket.ts.html +1 -1
- package/coverage/lcov-report/conditions.ts.html +1 -1
- package/coverage/lcov-report/datafileReader.ts.html +119 -41
- package/coverage/lcov-report/emitter.ts.html +1 -1
- package/coverage/lcov-report/feature.ts.html +1 -1
- package/coverage/lcov-report/index.html +17 -17
- package/coverage/lcov-report/instance.ts.html +1 -1
- package/coverage/lcov-report/logger.ts.html +1 -1
- package/coverage/lcov-report/segments.ts.html +1 -1
- package/coverage/lcov.info +72 -57
- package/dist/datafileReader.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.gz +0 -0
- package/dist/index.mjs.map +1 -1
- package/lib/datafileReader.d.ts +2 -2
- package/package.json +3 -3
- package/src/datafileReader.spec.ts +88 -2
- package/src/datafileReader.ts +44 -18
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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
|
+
## [1.29.1](https://github.com/featurevisor/featurevisor/compare/v1.29.0...v1.29.1) (2025-01-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* convert to datafile schema v2 internally ([#337](https://github.com/featurevisor/featurevisor/issues/337)) ([3441369](https://github.com/featurevisor/featurevisor/commit/3441369a2c237fbef2acdf8acd219cda6c4eb923))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [1.28.0](https://github.com/featurevisor/featurevisor/compare/v1.27.6...v1.28.0) (2025-01-21)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* datafile schema v2 ([#334](https://github.com/featurevisor/featurevisor/issues/334)) ([ee91c78](https://github.com/featurevisor/featurevisor/commit/ee91c781ad8e3347c828cea63279f5b9931a24e7))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [1.27.6](https://github.com/featurevisor/featurevisor/compare/v1.27.5...v1.27.6) (2025-01-20)
|
|
7
29
|
|
|
8
30
|
|
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="1737665080373" clover="3.2.0">
|
|
3
|
+
<project timestamp="1737665080373" name="All files">
|
|
4
|
+
<metrics statements="632" coveredstatements="582" conditionals="331" coveredconditionals="284" methods="100" coveredmethods="94" elements="1063" coveredelements="960" complexity="0" loc="632" ncloc="632" packages="1" files="8" classes="8"/>
|
|
5
5
|
<file name="bucket.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/bucket.ts">
|
|
6
6
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
7
7
|
<line num="1" count="2" type="stmt"/>
|
|
@@ -84,31 +84,43 @@
|
|
|
84
84
|
<line num="126" count="0" type="stmt"/>
|
|
85
85
|
</file>
|
|
86
86
|
<file name="datafileReader.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/datafileReader.ts">
|
|
87
|
-
<metrics statements="
|
|
88
|
-
<line num="
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
87
|
+
<metrics statements="36" coveredstatements="35" conditionals="6" coveredconditionals="6" methods="12" coveredmethods="12"/>
|
|
88
|
+
<line num="12" count="3" type="stmt"/>
|
|
89
|
+
<line num="13" count="137" type="cond" truecount="3" falsecount="0"/>
|
|
90
|
+
<line num="14" count="10" type="stmt"/>
|
|
91
|
+
<line num="15" count="10" type="stmt"/>
|
|
92
|
+
<line num="17" count="0" type="stmt"/>
|
|
93
|
+
<line num="21" count="137" type="stmt"/>
|
|
94
|
+
<line num="24" count="3" type="stmt"/>
|
|
95
|
+
<line num="33" count="31" type="stmt"/>
|
|
96
|
+
<line num="34" count="31" type="stmt"/>
|
|
97
|
+
<line num="36" count="31" type="cond" truecount="2" falsecount="0"/>
|
|
98
|
+
<line num="38" count="1" type="stmt"/>
|
|
99
|
+
<line num="40" count="1" type="stmt"/>
|
|
100
|
+
<line num="41" count="1" type="stmt"/>
|
|
101
|
+
<line num="42" count="1" type="stmt"/>
|
|
102
|
+
<line num="45" count="30" type="stmt"/>
|
|
103
|
+
<line num="47" count="30" type="stmt"/>
|
|
104
|
+
<line num="48" count="30" type="stmt"/>
|
|
105
|
+
<line num="49" count="6" type="stmt"/>
|
|
106
|
+
<line num="52" count="30" type="stmt"/>
|
|
107
|
+
<line num="53" count="30" type="stmt"/>
|
|
108
|
+
<line num="54" count="17" type="stmt"/>
|
|
109
|
+
<line num="57" count="30" type="stmt"/>
|
|
110
|
+
<line num="58" count="30" type="stmt"/>
|
|
111
|
+
<line num="59" count="27" type="stmt"/>
|
|
112
|
+
<line num="65" count="3" type="stmt"/>
|
|
113
|
+
<line num="69" count="2" type="stmt"/>
|
|
114
|
+
<line num="73" count="3" type="stmt"/>
|
|
115
|
+
<line num="75" count="3" type="stmt"/>
|
|
116
|
+
<line num="76" count="4" type="stmt"/>
|
|
117
|
+
<line num="79" count="3" type="stmt"/>
|
|
118
|
+
<line num="83" count="2" type="stmt"/>
|
|
119
|
+
<line num="87" count="139" type="stmt"/>
|
|
120
|
+
<line num="89" count="139" type="cond" truecount="1" falsecount="0"/>
|
|
121
|
+
<line num="90" count="2" type="stmt"/>
|
|
122
|
+
<line num="93" count="137" type="stmt"/>
|
|
123
|
+
<line num="97" count="120" type="stmt"/>
|
|
112
124
|
</file>
|
|
113
125
|
<file name="emitter.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/emitter.ts">
|
|
114
126
|
<metrics statements="18" coveredstatements="18" conditionals="6" coveredconditionals="6" methods="7" coveredmethods="7"/>
|