@featurevisor/sdk 2.19.0 → 2.21.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 CHANGED
@@ -3,6 +3,25 @@
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.21.0](https://github.com/featurevisor/featurevisor/compare/v2.20.0...v2.21.0) (2026-03-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * attributes with more type constraints ([#400](https://github.com/featurevisor/featurevisor/issues/400)) ([6a81fff](https://github.com/featurevisor/featurevisor/commit/6a81fff4e5a0db6ed19042354b4aa6db55d4d07c))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.20.0](https://github.com/featurevisor/featurevisor/compare/v2.19.0...v2.20.0) (2026-03-01)
18
+
19
+ **Note:** Version bump only for package @featurevisor/sdk
20
+
21
+
22
+
23
+
24
+
6
25
  # [2.19.0](https://github.com/featurevisor/featurevisor/compare/v2.18.0...v2.19.0) (2026-03-01)
7
26
 
8
27
 
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1772397236401" clover="3.2.0">
3
- <project timestamp="1772397236401" name="All files">
4
- <metrics statements="709" coveredstatements="649" conditionals="472" coveredconditionals="403" methods="117" coveredmethods="106" elements="1298" coveredelements="1158" complexity="0" loc="709" ncloc="709" packages="1" files="11" classes="11"/>
2
+ <coverage generated="1774822589943" clover="3.2.0">
3
+ <project timestamp="1774822589943" name="All files">
4
+ <metrics statements="710" coveredstatements="650" conditionals="475" coveredconditionals="403" methods="117" coveredmethods="106" elements="1302" coveredelements="1159" complexity="0" loc="710" ncloc="710" packages="1" files="11" classes="11"/>
5
5
  <file name="bucketer.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/bucketer.ts">
6
6
  <metrics statements="34" coveredstatements="32" conditionals="14" coveredconditionals="13" methods="3" coveredmethods="3"/>
7
7
  <line num="4" count="3" type="stmt"/>
@@ -76,7 +76,7 @@
76
76
  <line num="273" count="1" type="stmt"/>
77
77
  </file>
78
78
  <file name="conditions.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/conditions.ts">
79
- <metrics statements="72" coveredstatements="71" conditionals="77" coveredconditionals="74" methods="3" coveredmethods="3"/>
79
+ <metrics statements="73" coveredstatements="72" conditionals="80" coveredconditionals="74" methods="3" coveredmethods="3"/>
80
80
  <line num="4" count="6" type="stmt"/>
81
81
  <line num="6" count="6" type="stmt"/>
82
82
  <line num="7" count="1004" type="cond" truecount="1" falsecount="0"/>
@@ -142,13 +142,14 @@
142
142
  <line num="95" count="6" type="stmt"/>
143
143
  <line num="96" count="12" type="cond" truecount="2" falsecount="0"/>
144
144
  <line num="97" count="6" type="stmt"/>
145
- <line num="98" count="6" type="cond" truecount="3" falsecount="0"/>
146
- <line num="100" count="4" type="stmt"/>
147
- <line num="102" count="4" type="cond" truecount="2" falsecount="0"/>
148
- <line num="103" count="2" type="stmt"/>
149
- <line num="104" count="2" type="cond" truecount="1" falsecount="0"/>
150
- <line num="105" count="2" type="stmt"/>
151
- <line num="109" count="2" type="stmt"/>
145
+ <line num="98" count="6" type="cond" truecount="1" falsecount="0"/>
146
+ <line num="106" count="4" type="stmt"/>
147
+ <line num="107" count="4" type="stmt"/>
148
+ <line num="109" count="4" type="cond" truecount="2" falsecount="0"/>
149
+ <line num="110" count="2" type="stmt"/>
150
+ <line num="111" count="2" type="cond" truecount="1" falsecount="0"/>
151
+ <line num="112" count="2" type="stmt"/>
152
+ <line num="116" count="2" type="stmt"/>
152
153
  </file>
153
154
  <file name="datafileReader.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/datafileReader.ts">
154
155
  <metrics statements="113" coveredstatements="106" conditionals="60" coveredconditionals="58" methods="27" coveredmethods="27"/>