@featurevisor/sdk 0.46.2 → 0.47.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/.eslintcache +1 -0
- package/.eslintrc.js +18 -0
- package/.prettierignore +5 -0
- package/CHANGELOG.md +118 -99
- package/coverage/clover.xml +152 -152
- package/coverage/coverage-final.json +3 -3
- package/coverage/lcov-report/bucket.ts.html +1 -1
- package/coverage/lcov-report/conditions.ts.html +2 -2
- package/coverage/lcov-report/datafileReader.ts.html +1 -1
- package/coverage/lcov-report/emitter.ts.html +1 -1
- package/coverage/lcov-report/feature.ts.html +2 -8
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/instance.ts.html +2 -8
- package/coverage/lcov-report/logger.ts.html +1 -1
- package/coverage/lcov-report/segments.ts.html +1 -1
- package/coverage/lcov.info +264 -264
- package/dist/index.js +1 -1
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/lib/conditions.js +1 -1
- package/lib/conditions.js.map +1 -1
- package/lib/feature.d.ts +1 -2
- package/lib/feature.js +1 -1
- package/lib/feature.js.map +1 -1
- package/lib/instance.js +2 -2
- package/lib/instance.js.map +1 -1
- package/package.json +10 -7
- package/prettier.config.js +8 -0
- package/src/conditions.ts +1 -1
- package/src/feature.ts +0 -2
- package/src/instance.spec.ts +7 -7
- package/src/instance.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
## [0.
|
|
6
|
+
## [0.47.1](https://github.com/featurevisor/featurevisor/compare/v0.47.0...v0.47.1) (2023-09-12)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
9
9
|
|
|
@@ -11,7 +11,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
# [0.47.0](https://github.com/featurevisor/featurevisor/compare/v0.46.2...v0.47.0) (2023-09-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* use Prettier v2.x ([#143](https://github.com/featurevisor/featurevisor/issues/143)) ([ddca499](https://github.com/featurevisor/featurevisor/commit/ddca499526f2f8bf10dc340fb55877584501a682))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [0.46.2](https://github.com/featurevisor/featurevisor/compare/v0.46.1...v0.46.2) (2023-08-31)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @featurevisor/sdk
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [0.46.1](https://github.com/featurevisor/featurevisor/compare/v0.46.0...v0.46.1) (2023-08-31)
|
|
15
34
|
|
|
16
35
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
17
36
|
|
|
@@ -19,18 +38,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
38
|
|
|
20
39
|
|
|
21
40
|
|
|
22
|
-
# [0.46.0](https://github.com/
|
|
41
|
+
# [0.46.0](https://github.com/featurevisor/featurevisor/compare/v0.45.0...v0.46.0) (2023-08-27)
|
|
23
42
|
|
|
24
43
|
|
|
25
44
|
### Features
|
|
26
45
|
|
|
27
|
-
* onReady method for SDK as Promise ([#133](https://github.com/
|
|
46
|
+
* onReady method for SDK as Promise ([#133](https://github.com/featurevisor/featurevisor/issues/133)) ([e8dd395](https://github.com/featurevisor/featurevisor/commit/e8dd39557b60b40d67488647d60f23423bbfbbb9))
|
|
28
47
|
|
|
29
48
|
|
|
30
49
|
|
|
31
50
|
|
|
32
51
|
|
|
33
|
-
# [0.45.0](https://github.com/
|
|
52
|
+
# [0.45.0](https://github.com/featurevisor/featurevisor/compare/v0.44.2...v0.45.0) (2023-08-20)
|
|
34
53
|
|
|
35
54
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
36
55
|
|
|
@@ -38,40 +57,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
57
|
|
|
39
58
|
|
|
40
59
|
|
|
41
|
-
# [0.44.0](https://github.com/
|
|
60
|
+
# [0.44.0](https://github.com/featurevisor/featurevisor/compare/v0.43.0...v0.44.0) (2023-08-07)
|
|
42
61
|
|
|
43
62
|
|
|
44
63
|
### Features
|
|
45
64
|
|
|
46
|
-
* make getFeature() method public ([#122](https://github.com/
|
|
65
|
+
* make getFeature() method public ([#122](https://github.com/featurevisor/featurevisor/issues/122)) ([e56455e](https://github.com/featurevisor/featurevisor/commit/e56455e11ec7895455e2ff22436b7380f67e184d))
|
|
47
66
|
|
|
48
67
|
|
|
49
68
|
|
|
50
69
|
|
|
51
70
|
|
|
52
|
-
# [0.43.0](https://github.com/
|
|
71
|
+
# [0.43.0](https://github.com/featurevisor/featurevisor/compare/v0.42.1...v0.43.0) (2023-08-05)
|
|
53
72
|
|
|
54
73
|
|
|
55
74
|
### Features
|
|
56
75
|
|
|
57
|
-
* Support deprecating features ([#117](https://github.com/
|
|
76
|
+
* Support deprecating features ([#117](https://github.com/featurevisor/featurevisor/issues/117)) ([992740d](https://github.com/featurevisor/featurevisor/commit/992740d5fbdda2bb15cf4a782147f0ed13d9288c))
|
|
58
77
|
|
|
59
78
|
|
|
60
79
|
|
|
61
80
|
|
|
62
81
|
|
|
63
|
-
## [0.42.1](https://github.com/
|
|
82
|
+
## [0.42.1](https://github.com/featurevisor/featurevisor/compare/v0.42.0...v0.42.1) (2023-08-01)
|
|
64
83
|
|
|
65
84
|
|
|
66
85
|
### Bug Fixes
|
|
67
86
|
|
|
68
|
-
* break in switch statement of logger handler ([#116](https://github.com/
|
|
87
|
+
* break in switch statement of logger handler ([#116](https://github.com/featurevisor/featurevisor/issues/116)) ([d836263](https://github.com/featurevisor/featurevisor/commit/d83626398cb15ffe02eae215cfebe8d6842f4f9e))
|
|
69
88
|
|
|
70
89
|
|
|
71
90
|
|
|
72
91
|
|
|
73
92
|
|
|
74
|
-
# [0.42.0](https://github.com/
|
|
93
|
+
# [0.42.0](https://github.com/featurevisor/featurevisor/compare/v0.41.0...v0.42.0) (2023-07-23)
|
|
75
94
|
|
|
76
95
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
77
96
|
|
|
@@ -79,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
79
98
|
|
|
80
99
|
|
|
81
100
|
|
|
82
|
-
# [0.41.0](https://github.com/
|
|
101
|
+
# [0.41.0](https://github.com/featurevisor/featurevisor/compare/v0.40.1...v0.41.0) (2023-07-23)
|
|
83
102
|
|
|
84
103
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
85
104
|
|
|
@@ -87,7 +106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
87
106
|
|
|
88
107
|
|
|
89
108
|
|
|
90
|
-
## [0.40.1](https://github.com/
|
|
109
|
+
## [0.40.1](https://github.com/featurevisor/featurevisor/compare/v0.40.0...v0.40.1) (2023-07-23)
|
|
91
110
|
|
|
92
111
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
93
112
|
|
|
@@ -95,7 +114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
95
114
|
|
|
96
115
|
|
|
97
116
|
|
|
98
|
-
# [0.40.0](https://github.com/
|
|
117
|
+
# [0.40.0](https://github.com/featurevisor/featurevisor/compare/v0.39.2...v0.40.0) (2023-07-16)
|
|
99
118
|
|
|
100
119
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
101
120
|
|
|
@@ -103,51 +122,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
103
122
|
|
|
104
123
|
|
|
105
124
|
|
|
106
|
-
## [0.39.1](https://github.com/
|
|
125
|
+
## [0.39.1](https://github.com/featurevisor/featurevisor/compare/v0.39.0...v0.39.1) (2023-07-16)
|
|
107
126
|
|
|
108
127
|
|
|
109
128
|
### Bug Fixes
|
|
110
129
|
|
|
111
|
-
* SDK README updates ([#106](https://github.com/
|
|
130
|
+
* SDK README updates ([#106](https://github.com/featurevisor/featurevisor/issues/106)) ([1c6ac53](https://github.com/featurevisor/featurevisor/commit/1c6ac5311ac0d8df748cbb67e1e5b426038fee71))
|
|
112
131
|
|
|
113
132
|
|
|
114
133
|
|
|
115
134
|
|
|
116
135
|
|
|
117
|
-
# [0.39.0](https://github.com/
|
|
136
|
+
# [0.39.0](https://github.com/featurevisor/featurevisor/compare/v0.38.0...v0.39.0) (2023-07-16)
|
|
118
137
|
|
|
119
138
|
|
|
120
139
|
### Features
|
|
121
140
|
|
|
122
|
-
* drop type specific activate methods ([#105](https://github.com/
|
|
141
|
+
* drop type specific activate methods ([#105](https://github.com/featurevisor/featurevisor/issues/105)) ([5faca24](https://github.com/featurevisor/featurevisor/commit/5faca24e29665a03919ebf467bfb6a9c70c8e648))
|
|
123
142
|
|
|
124
143
|
|
|
125
144
|
|
|
126
145
|
|
|
127
146
|
|
|
128
|
-
# [0.38.0](https://github.com/
|
|
147
|
+
# [0.38.0](https://github.com/featurevisor/featurevisor/compare/v0.37.1...v0.38.0) (2023-07-16)
|
|
129
148
|
|
|
130
149
|
|
|
131
150
|
### Features
|
|
132
151
|
|
|
133
|
-
* SDK to support isEnabled() checks ([#104](https://github.com/
|
|
152
|
+
* SDK to support isEnabled() checks ([#104](https://github.com/featurevisor/featurevisor/issues/104)) ([4f52136](https://github.com/featurevisor/featurevisor/commit/4f521367a3f1ef76833ba614b6a1f4b66abef2e1))
|
|
134
153
|
|
|
135
154
|
|
|
136
155
|
|
|
137
156
|
|
|
138
157
|
|
|
139
|
-
# [0.37.0](https://github.com/
|
|
158
|
+
# [0.37.0](https://github.com/featurevisor/featurevisor/compare/v0.36.0...v0.37.0) (2023-07-14)
|
|
140
159
|
|
|
141
160
|
|
|
142
161
|
### Features
|
|
143
162
|
|
|
144
|
-
* renamed Attributes (object) to Context ([#101](https://github.com/
|
|
163
|
+
* renamed Attributes (object) to Context ([#101](https://github.com/featurevisor/featurevisor/issues/101)) ([c392ad5](https://github.com/featurevisor/featurevisor/commit/c392ad5f1b6100167aa5637b131f08036a7f5a55))
|
|
145
164
|
|
|
146
165
|
|
|
147
166
|
|
|
148
167
|
|
|
149
168
|
|
|
150
|
-
# [0.36.0](https://github.com/
|
|
169
|
+
# [0.36.0](https://github.com/featurevisor/featurevisor/compare/v0.35.0...v0.36.0) (2023-07-13)
|
|
151
170
|
|
|
152
171
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
153
172
|
|
|
@@ -155,18 +174,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
155
174
|
|
|
156
175
|
|
|
157
176
|
|
|
158
|
-
# [0.35.0](https://github.com/
|
|
177
|
+
# [0.35.0](https://github.com/featurevisor/featurevisor/compare/v0.34.0...v0.35.0) (2023-07-13)
|
|
159
178
|
|
|
160
179
|
|
|
161
180
|
### Features
|
|
162
181
|
|
|
163
|
-
* Evaluation details in SDK ([#99](https://github.com/
|
|
182
|
+
* Evaluation details in SDK ([#99](https://github.com/featurevisor/featurevisor/issues/99)) ([016c73d](https://github.com/featurevisor/featurevisor/commit/016c73d7deb0c5888a4fca88881b2cb9fdf4ac9a))
|
|
164
183
|
|
|
165
184
|
|
|
166
185
|
|
|
167
186
|
|
|
168
187
|
|
|
169
|
-
# [0.34.0](https://github.com/
|
|
188
|
+
# [0.34.0](https://github.com/featurevisor/featurevisor/compare/v0.33.1...v0.34.0) (2023-07-08)
|
|
170
189
|
|
|
171
190
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
172
191
|
|
|
@@ -174,7 +193,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
174
193
|
|
|
175
194
|
|
|
176
195
|
|
|
177
|
-
# [0.33.0](https://github.com/
|
|
196
|
+
# [0.33.0](https://github.com/featurevisor/featurevisor/compare/v0.32.1...v0.33.0) (2023-07-06)
|
|
178
197
|
|
|
179
198
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
180
199
|
|
|
@@ -182,18 +201,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
182
201
|
|
|
183
202
|
|
|
184
203
|
|
|
185
|
-
# [0.32.0](https://github.com/
|
|
204
|
+
# [0.32.0](https://github.com/featurevisor/featurevisor/compare/v0.31.2...v0.32.0) (2023-07-02)
|
|
186
205
|
|
|
187
206
|
|
|
188
207
|
### Features
|
|
189
208
|
|
|
190
|
-
* make segments testable ([#95](https://github.com/
|
|
209
|
+
* make segments testable ([#95](https://github.com/featurevisor/featurevisor/issues/95)) ([15eae3c](https://github.com/featurevisor/featurevisor/commit/15eae3cdf12a32e376e68ced015a9e697eb61da4))
|
|
191
210
|
|
|
192
211
|
|
|
193
212
|
|
|
194
213
|
|
|
195
214
|
|
|
196
|
-
# [0.31.0](https://github.com/
|
|
215
|
+
# [0.31.0](https://github.com/featurevisor/featurevisor/compare/v0.30.1...v0.31.0) (2023-06-24)
|
|
197
216
|
|
|
198
217
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
199
218
|
|
|
@@ -201,7 +220,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
201
220
|
|
|
202
221
|
|
|
203
222
|
|
|
204
|
-
## [0.30.1](https://github.com/
|
|
223
|
+
## [0.30.1](https://github.com/featurevisor/featurevisor/compare/v0.30.0...v0.30.1) (2023-06-14)
|
|
205
224
|
|
|
206
225
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
207
226
|
|
|
@@ -209,7 +228,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
209
228
|
|
|
210
229
|
|
|
211
230
|
|
|
212
|
-
# [0.30.0](https://github.com/
|
|
231
|
+
# [0.30.0](https://github.com/featurevisor/featurevisor/compare/v0.29.0...v0.30.0) (2023-06-10)
|
|
213
232
|
|
|
214
233
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
215
234
|
|
|
@@ -217,18 +236,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
217
236
|
|
|
218
237
|
|
|
219
238
|
|
|
220
|
-
# [0.29.0](https://github.com/
|
|
239
|
+
# [0.29.0](https://github.com/featurevisor/featurevisor/compare/v0.28.1...v0.29.0) (2023-06-10)
|
|
221
240
|
|
|
222
241
|
|
|
223
242
|
### Features
|
|
224
243
|
|
|
225
|
-
* drop Allocation.percentage in datafiles ([#80](https://github.com/
|
|
244
|
+
* drop Allocation.percentage in datafiles ([#80](https://github.com/featurevisor/featurevisor/issues/80)) ([b43da69](https://github.com/featurevisor/featurevisor/commit/b43da6922f81aef9fe8e8a54342067627adb990b))
|
|
226
245
|
|
|
227
246
|
|
|
228
247
|
|
|
229
248
|
|
|
230
249
|
|
|
231
|
-
## [0.28.1](https://github.com/
|
|
250
|
+
## [0.28.1](https://github.com/featurevisor/featurevisor/compare/v0.28.0...v0.28.1) (2023-06-08)
|
|
232
251
|
|
|
233
252
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
234
253
|
|
|
@@ -236,18 +255,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
236
255
|
|
|
237
256
|
|
|
238
257
|
|
|
239
|
-
# [0.28.0](https://github.com/
|
|
258
|
+
# [0.28.0](https://github.com/featurevisor/featurevisor/compare/v0.27.1...v0.28.0) (2023-06-08)
|
|
240
259
|
|
|
241
260
|
|
|
242
261
|
### Features
|
|
243
262
|
|
|
244
|
-
* make bucketing key configurable ([#79](https://github.com/
|
|
263
|
+
* make bucketing key configurable ([#79](https://github.com/featurevisor/featurevisor/issues/79)) ([c05f0da](https://github.com/featurevisor/featurevisor/commit/c05f0dae9e6e1d4ee68f2c457a49137bbd6727d9))
|
|
245
264
|
|
|
246
265
|
|
|
247
266
|
|
|
248
267
|
|
|
249
268
|
|
|
250
|
-
# [0.27.0](https://github.com/
|
|
269
|
+
# [0.27.0](https://github.com/featurevisor/featurevisor/compare/v0.26.0...v0.27.0) (2023-05-24)
|
|
251
270
|
|
|
252
271
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
253
272
|
|
|
@@ -255,7 +274,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
255
274
|
|
|
256
275
|
|
|
257
276
|
|
|
258
|
-
# [0.26.0](https://github.com/
|
|
277
|
+
# [0.26.0](https://github.com/featurevisor/featurevisor/compare/v0.25.0...v0.26.0) (2023-05-24)
|
|
259
278
|
|
|
260
279
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
261
280
|
|
|
@@ -263,7 +282,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
263
282
|
|
|
264
283
|
|
|
265
284
|
|
|
266
|
-
# [0.25.0](https://github.com/
|
|
285
|
+
# [0.25.0](https://github.com/featurevisor/featurevisor/compare/v0.24.0...v0.25.0) (2023-05-22)
|
|
267
286
|
|
|
268
287
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
269
288
|
|
|
@@ -271,18 +290,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
271
290
|
|
|
272
291
|
|
|
273
292
|
|
|
274
|
-
# [0.24.0](https://github.com/
|
|
293
|
+
# [0.24.0](https://github.com/featurevisor/featurevisor/compare/v0.23.0...v0.24.0) (2023-05-21)
|
|
275
294
|
|
|
276
295
|
|
|
277
296
|
### Features
|
|
278
297
|
|
|
279
|
-
* ranges in datafiles as tuples ([#74](https://github.com/
|
|
298
|
+
* ranges in datafiles as tuples ([#74](https://github.com/featurevisor/featurevisor/issues/74)) ([07a3d92](https://github.com/featurevisor/featurevisor/commit/07a3d9292f4038ebd68338bb905a34b2f13d36d9))
|
|
280
299
|
|
|
281
300
|
|
|
282
301
|
|
|
283
302
|
|
|
284
303
|
|
|
285
|
-
# [0.23.0](https://github.com/
|
|
304
|
+
# [0.23.0](https://github.com/featurevisor/featurevisor/compare/v0.22.0...v0.23.0) (2023-05-20)
|
|
286
305
|
|
|
287
306
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
288
307
|
|
|
@@ -290,7 +309,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
290
309
|
|
|
291
310
|
|
|
292
311
|
|
|
293
|
-
# [0.22.0](https://github.com/
|
|
312
|
+
# [0.22.0](https://github.com/featurevisor/featurevisor/compare/v0.21.0...v0.22.0) (2023-05-20)
|
|
294
313
|
|
|
295
314
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
296
315
|
|
|
@@ -298,7 +317,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
298
317
|
|
|
299
318
|
|
|
300
319
|
|
|
301
|
-
# [0.21.0](https://github.com/
|
|
320
|
+
# [0.21.0](https://github.com/featurevisor/featurevisor/compare/v0.20.2...v0.21.0) (2023-05-14)
|
|
302
321
|
|
|
303
322
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
304
323
|
|
|
@@ -306,7 +325,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
306
325
|
|
|
307
326
|
|
|
308
327
|
|
|
309
|
-
## [0.20.2](https://github.com/
|
|
328
|
+
## [0.20.2](https://github.com/featurevisor/featurevisor/compare/v0.20.1...v0.20.2) (2023-05-14)
|
|
310
329
|
|
|
311
330
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
312
331
|
|
|
@@ -314,73 +333,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
314
333
|
|
|
315
334
|
|
|
316
335
|
|
|
317
|
-
## [0.20.1](https://github.com/
|
|
336
|
+
## [0.20.1](https://github.com/featurevisor/featurevisor/compare/v0.20.0...v0.20.1) (2023-05-13)
|
|
318
337
|
|
|
319
338
|
|
|
320
339
|
### Bug Fixes
|
|
321
340
|
|
|
322
|
-
* remove duplicate redundant types ([#69](https://github.com/
|
|
341
|
+
* remove duplicate redundant types ([#69](https://github.com/featurevisor/featurevisor/issues/69)) ([9501802](https://github.com/featurevisor/featurevisor/commit/95018028b9beed19af7ab98a12b30163fdd2434c))
|
|
323
342
|
|
|
324
343
|
|
|
325
344
|
|
|
326
345
|
|
|
327
346
|
|
|
328
|
-
# [0.20.0](https://github.com/
|
|
347
|
+
# [0.20.0](https://github.com/featurevisor/featurevisor/compare/v0.19.0...v0.20.0) (2023-05-13)
|
|
329
348
|
|
|
330
349
|
|
|
331
350
|
### Features
|
|
332
351
|
|
|
333
|
-
* SDK Instance from a single class ([#68](https://github.com/
|
|
352
|
+
* SDK Instance from a single class ([#68](https://github.com/featurevisor/featurevisor/issues/68)) ([1ab1d49](https://github.com/featurevisor/featurevisor/commit/1ab1d49916fd4ccd14d5ec47d11e6bd863fd0af1))
|
|
334
353
|
|
|
335
354
|
|
|
336
355
|
|
|
337
356
|
|
|
338
357
|
|
|
339
|
-
# [0.19.0](https://github.com/
|
|
358
|
+
# [0.19.0](https://github.com/featurevisor/featurevisor/compare/v0.18.0...v0.19.0) (2023-05-13)
|
|
340
359
|
|
|
341
360
|
|
|
342
361
|
### Features
|
|
343
362
|
|
|
344
|
-
* Date comparison operators ([#67](https://github.com/
|
|
363
|
+
* Date comparison operators ([#67](https://github.com/featurevisor/featurevisor/issues/67)) ([b555f39](https://github.com/featurevisor/featurevisor/commit/b555f39a0cb99e95e1d66a3c76df4483a26e2caf))
|
|
345
364
|
|
|
346
365
|
|
|
347
366
|
|
|
348
367
|
|
|
349
368
|
|
|
350
|
-
# [0.18.0](https://github.com/
|
|
369
|
+
# [0.18.0](https://github.com/featurevisor/featurevisor/compare/v0.17.0...v0.18.0) (2023-05-12)
|
|
351
370
|
|
|
352
371
|
|
|
353
372
|
### Features
|
|
354
373
|
|
|
355
|
-
* Initial features ([#66](https://github.com/
|
|
374
|
+
* Initial features ([#66](https://github.com/featurevisor/featurevisor/issues/66)) ([ec91d6e](https://github.com/featurevisor/featurevisor/commit/ec91d6e383c6795850bbb8e35a734f754378c68f))
|
|
356
375
|
|
|
357
376
|
|
|
358
377
|
|
|
359
378
|
|
|
360
379
|
|
|
361
|
-
# [0.17.0](https://github.com/
|
|
380
|
+
# [0.17.0](https://github.com/featurevisor/featurevisor/compare/v0.16.0...v0.17.0) (2023-05-12)
|
|
362
381
|
|
|
363
382
|
|
|
364
383
|
### Features
|
|
365
384
|
|
|
366
|
-
* sticky features ([#65](https://github.com/
|
|
385
|
+
* sticky features ([#65](https://github.com/featurevisor/featurevisor/issues/65)) ([eb4ff69](https://github.com/featurevisor/featurevisor/commit/eb4ff69dcb3d6f979eb1c9dec3fe4cf1583e1fc9))
|
|
367
386
|
|
|
368
387
|
|
|
369
388
|
|
|
370
389
|
|
|
371
390
|
|
|
372
|
-
# [0.16.0](https://github.com/
|
|
391
|
+
# [0.16.0](https://github.com/featurevisor/featurevisor/compare/v0.15.0...v0.16.0) (2023-04-30)
|
|
373
392
|
|
|
374
393
|
|
|
375
394
|
### Features
|
|
376
395
|
|
|
377
|
-
* Mutually exclusive experiments via Groups ([#63](https://github.com/
|
|
396
|
+
* Mutually exclusive experiments via Groups ([#63](https://github.com/featurevisor/featurevisor/issues/63)) ([f3c8523](https://github.com/featurevisor/featurevisor/commit/f3c85236d36fd0e499897f9ce1c2ed551c111523))
|
|
378
397
|
|
|
379
398
|
|
|
380
399
|
|
|
381
400
|
|
|
382
401
|
|
|
383
|
-
# [0.15.0](https://github.com/
|
|
402
|
+
# [0.15.0](https://github.com/featurevisor/featurevisor/compare/v0.14.1...v0.15.0) (2023-04-23)
|
|
384
403
|
|
|
385
404
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
386
405
|
|
|
@@ -388,73 +407,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
388
407
|
|
|
389
408
|
|
|
390
409
|
|
|
391
|
-
## [0.14.1](https://github.com/
|
|
410
|
+
## [0.14.1](https://github.com/featurevisor/featurevisor/compare/v0.14.0...v0.14.1) (2023-04-22)
|
|
392
411
|
|
|
393
412
|
|
|
394
413
|
### Bug Fixes
|
|
395
414
|
|
|
396
|
-
* do not require variation type in Feature's YAML ([#57](https://github.com/
|
|
415
|
+
* do not require variation type in Feature's YAML ([#57](https://github.com/featurevisor/featurevisor/issues/57)) ([2e7c0cf](https://github.com/featurevisor/featurevisor/commit/2e7c0cfb441a60beffa14dae17152257d97862b0))
|
|
397
416
|
|
|
398
417
|
|
|
399
418
|
|
|
400
419
|
|
|
401
420
|
|
|
402
|
-
# [0.14.0](https://github.com/
|
|
421
|
+
# [0.14.0](https://github.com/featurevisor/featurevisor/compare/v0.13.1...v0.14.0) (2023-04-21)
|
|
403
422
|
|
|
404
423
|
|
|
405
424
|
### Features
|
|
406
425
|
|
|
407
|
-
* React integration package ([#56](https://github.com/
|
|
426
|
+
* React integration package ([#56](https://github.com/featurevisor/featurevisor/issues/56)) ([d0f6ad8](https://github.com/featurevisor/featurevisor/commit/d0f6ad8a7e40fa06a741706a5322c08486e84ea9))
|
|
408
427
|
|
|
409
428
|
|
|
410
429
|
|
|
411
430
|
|
|
412
431
|
|
|
413
|
-
# [0.13.0](https://github.com/
|
|
432
|
+
# [0.13.0](https://github.com/featurevisor/featurevisor/compare/v0.12.1...v0.13.0) (2023-04-19)
|
|
414
433
|
|
|
415
434
|
|
|
416
435
|
### Features
|
|
417
436
|
|
|
418
|
-
* Event listeners ([#55](https://github.com/
|
|
437
|
+
* Event listeners ([#55](https://github.com/featurevisor/featurevisor/issues/55)) ([eaeb7f6](https://github.com/featurevisor/featurevisor/commit/eaeb7f62d78e81bff8be28fff46f4088f4d9aa5b))
|
|
419
438
|
|
|
420
439
|
|
|
421
440
|
|
|
422
441
|
|
|
423
442
|
|
|
424
|
-
## [0.12.1](https://github.com/
|
|
443
|
+
## [0.12.1](https://github.com/featurevisor/featurevisor/compare/v0.12.0...v0.12.1) (2023-04-18)
|
|
425
444
|
|
|
426
445
|
|
|
427
446
|
### Bug Fixes
|
|
428
447
|
|
|
429
|
-
* use compare-versions package to reduce sdk bundle size ([#53](https://github.com/
|
|
448
|
+
* use compare-versions package to reduce sdk bundle size ([#53](https://github.com/featurevisor/featurevisor/issues/53)) ([d921436](https://github.com/featurevisor/featurevisor/commit/d921436a51f88b713d4b295521f34f6c1e447972))
|
|
430
449
|
|
|
431
450
|
|
|
432
451
|
|
|
433
452
|
|
|
434
453
|
|
|
435
|
-
# [0.12.0](https://github.com/
|
|
454
|
+
# [0.12.0](https://github.com/featurevisor/featurevisor/compare/v0.11.0...v0.12.0) (2023-04-17)
|
|
436
455
|
|
|
437
456
|
|
|
438
457
|
### Features
|
|
439
458
|
|
|
440
|
-
* Allow overriding variation for specific rules ([#51](https://github.com/
|
|
459
|
+
* Allow overriding variation for specific rules ([#51](https://github.com/featurevisor/featurevisor/issues/51)) ([e6447df](https://github.com/featurevisor/featurevisor/commit/e6447df579d8b579aa67a44ba7a370b7cac9f320))
|
|
441
460
|
|
|
442
461
|
|
|
443
462
|
|
|
444
463
|
|
|
445
464
|
|
|
446
|
-
# [0.11.0](https://github.com/
|
|
465
|
+
# [0.11.0](https://github.com/featurevisor/featurevisor/compare/v0.10.1...v0.11.0) (2023-04-17)
|
|
447
466
|
|
|
448
467
|
|
|
449
468
|
### Features
|
|
450
469
|
|
|
451
|
-
* refresh datafile ([#52](https://github.com/
|
|
470
|
+
* refresh datafile ([#52](https://github.com/featurevisor/featurevisor/issues/52)) ([d09b966](https://github.com/featurevisor/featurevisor/commit/d09b966b2b5b19ac267b1c5dae77a05296f0d174))
|
|
452
471
|
|
|
453
472
|
|
|
454
473
|
|
|
455
474
|
|
|
456
475
|
|
|
457
|
-
## [0.10.1](https://github.com/
|
|
476
|
+
## [0.10.1](https://github.com/featurevisor/featurevisor/compare/v0.10.0...v0.10.1) (2023-04-17)
|
|
458
477
|
|
|
459
478
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
460
479
|
|
|
@@ -462,29 +481,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
462
481
|
|
|
463
482
|
|
|
464
483
|
|
|
465
|
-
# [0.10.0](https://github.com/
|
|
484
|
+
# [0.10.0](https://github.com/featurevisor/featurevisor/compare/v0.9.0...v0.10.0) (2023-04-15)
|
|
466
485
|
|
|
467
486
|
|
|
468
487
|
### Features
|
|
469
488
|
|
|
470
|
-
* intercept attributes ([#48](https://github.com/
|
|
489
|
+
* intercept attributes ([#48](https://github.com/featurevisor/featurevisor/issues/48)) ([4e08784](https://github.com/featurevisor/featurevisor/commit/4e0878422f6d23e850c708eaa4deadf1e8f0d04c))
|
|
471
490
|
|
|
472
491
|
|
|
473
492
|
|
|
474
493
|
|
|
475
494
|
|
|
476
|
-
# [0.9.0](https://github.com/
|
|
495
|
+
# [0.9.0](https://github.com/featurevisor/featurevisor/compare/v0.8.1...v0.9.0) (2023-04-15)
|
|
477
496
|
|
|
478
497
|
|
|
479
498
|
### Features
|
|
480
499
|
|
|
481
|
-
* Introduce logging ([#47](https://github.com/
|
|
500
|
+
* Introduce logging ([#47](https://github.com/featurevisor/featurevisor/issues/47)) ([810e813](https://github.com/featurevisor/featurevisor/commit/810e813f21befce278c11c81838fbdd7e829fbe9))
|
|
482
501
|
|
|
483
502
|
|
|
484
503
|
|
|
485
504
|
|
|
486
505
|
|
|
487
|
-
# [0.8.0](https://github.com/
|
|
506
|
+
# [0.8.0](https://github.com/featurevisor/featurevisor/compare/v0.7.0...v0.8.0) (2023-04-09)
|
|
488
507
|
|
|
489
508
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
490
509
|
|
|
@@ -492,29 +511,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
492
511
|
|
|
493
512
|
|
|
494
513
|
|
|
495
|
-
# [0.7.0](https://github.com/
|
|
514
|
+
# [0.7.0](https://github.com/featurevisor/featurevisor/compare/v0.6.0...v0.7.0) (2023-03-25)
|
|
496
515
|
|
|
497
516
|
|
|
498
517
|
### Features
|
|
499
518
|
|
|
500
|
-
* Introduce semver operators ([#30](https://github.com/
|
|
519
|
+
* Introduce semver operators ([#30](https://github.com/featurevisor/featurevisor/issues/30)) ([b2841c3](https://github.com/featurevisor/featurevisor/commit/b2841c3473e9100f9a7f404c7ed15903037523a7))
|
|
501
520
|
|
|
502
521
|
|
|
503
522
|
|
|
504
523
|
|
|
505
524
|
|
|
506
|
-
# [0.6.0](https://github.com/
|
|
525
|
+
# [0.6.0](https://github.com/featurevisor/featurevisor/compare/v0.5.3...v0.6.0) (2023-03-25)
|
|
507
526
|
|
|
508
527
|
|
|
509
528
|
### Features
|
|
510
529
|
|
|
511
|
-
* Introduce new JSON type for variables ([#28](https://github.com/
|
|
530
|
+
* Introduce new JSON type for variables ([#28](https://github.com/featurevisor/featurevisor/issues/28)) ([49ff4cb](https://github.com/featurevisor/featurevisor/commit/49ff4cb99f840f29e9ac8fcacfee9a9a961ff776))
|
|
512
531
|
|
|
513
532
|
|
|
514
533
|
|
|
515
534
|
|
|
516
535
|
|
|
517
|
-
## [0.5.3](https://github.com/
|
|
536
|
+
## [0.5.3](https://github.com/featurevisor/featurevisor/compare/v0.5.2...v0.5.3) (2023-03-25)
|
|
518
537
|
|
|
519
538
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
520
539
|
|
|
@@ -522,62 +541,62 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
522
541
|
|
|
523
542
|
|
|
524
543
|
|
|
525
|
-
## [0.5.2](https://github.com/
|
|
544
|
+
## [0.5.2](https://github.com/featurevisor/featurevisor/compare/v0.5.1...v0.5.2) (2023-03-25)
|
|
526
545
|
|
|
527
546
|
|
|
528
547
|
### Bug Fixes
|
|
529
548
|
|
|
530
|
-
* return defaultVariation when feature cannot be bucketed ([#26](https://github.com/
|
|
549
|
+
* return defaultVariation when feature cannot be bucketed ([#26](https://github.com/featurevisor/featurevisor/issues/26)) ([47363c9](https://github.com/featurevisor/featurevisor/commit/47363c91d4052480b2a286a5399afce4c10ed7a1))
|
|
531
550
|
|
|
532
551
|
|
|
533
552
|
|
|
534
553
|
|
|
535
554
|
|
|
536
|
-
# [0.5.0](https://github.com/
|
|
555
|
+
# [0.5.0](https://github.com/featurevisor/featurevisor/compare/v0.4.0...v0.5.0) (2023-03-22)
|
|
537
556
|
|
|
538
557
|
|
|
539
558
|
### Features
|
|
540
559
|
|
|
541
|
-
* Variable overrides at rule level ([#23](https://github.com/
|
|
560
|
+
* Variable overrides at rule level ([#23](https://github.com/featurevisor/featurevisor/issues/23)) ([c4792a0](https://github.com/featurevisor/featurevisor/commit/c4792a0beaf33370a3afaafa665491a59e876412))
|
|
542
561
|
|
|
543
562
|
|
|
544
563
|
|
|
545
564
|
|
|
546
565
|
|
|
547
|
-
# [0.4.0](https://github.com/
|
|
566
|
+
# [0.4.0](https://github.com/featurevisor/featurevisor/compare/v0.3.0...v0.4.0) (2023-03-19)
|
|
548
567
|
|
|
549
568
|
|
|
550
569
|
### Features
|
|
551
570
|
|
|
552
|
-
* Create SDK instance for fetching datafile ([#19](https://github.com/
|
|
571
|
+
* Create SDK instance for fetching datafile ([#19](https://github.com/featurevisor/featurevisor/issues/19)) ([4560fb2](https://github.com/featurevisor/featurevisor/commit/4560fb24a1989e46b2d18eb342806e0fc3a50af7))
|
|
553
572
|
|
|
554
573
|
|
|
555
574
|
|
|
556
575
|
|
|
557
576
|
|
|
558
|
-
# [0.3.0](https://github.com/
|
|
577
|
+
# [0.3.0](https://github.com/featurevisor/featurevisor/compare/v0.2.0...v0.3.0) (2023-03-17)
|
|
559
578
|
|
|
560
579
|
|
|
561
580
|
### Features
|
|
562
581
|
|
|
563
|
-
* support objects as variables ([#18](https://github.com/
|
|
582
|
+
* support objects as variables ([#18](https://github.com/featurevisor/featurevisor/issues/18)) ([c1b6160](https://github.com/featurevisor/featurevisor/commit/c1b61609d299bbf2e46c644c4f09336cdd94e128))
|
|
564
583
|
|
|
565
584
|
|
|
566
585
|
|
|
567
586
|
|
|
568
587
|
|
|
569
|
-
# [0.2.0](https://github.com/
|
|
588
|
+
# [0.2.0](https://github.com/featurevisor/featurevisor/compare/v0.1.0...v0.2.0) (2023-03-16)
|
|
570
589
|
|
|
571
590
|
|
|
572
591
|
### Features
|
|
573
592
|
|
|
574
|
-
* NOT operator ([#16](https://github.com/
|
|
593
|
+
* NOT operator ([#16](https://github.com/featurevisor/featurevisor/issues/16)) ([9c7b239](https://github.com/featurevisor/featurevisor/commit/9c7b23944a37c327308f441f4afd2731aaf97889))
|
|
575
594
|
|
|
576
595
|
|
|
577
596
|
|
|
578
597
|
|
|
579
598
|
|
|
580
|
-
# [0.1.0](https://github.com/
|
|
599
|
+
# [0.1.0](https://github.com/featurevisor/featurevisor/compare/v0.0.4...v0.1.0) (2023-03-05)
|
|
581
600
|
|
|
582
601
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
583
602
|
|
|
@@ -585,7 +604,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
585
604
|
|
|
586
605
|
|
|
587
606
|
|
|
588
|
-
## [0.0.4](https://github.com/
|
|
607
|
+
## [0.0.4](https://github.com/featurevisor/featurevisor/compare/v0.0.3...v0.0.4) (2023-03-05)
|
|
589
608
|
|
|
590
609
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
591
610
|
|
|
@@ -593,18 +612,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
593
612
|
|
|
594
613
|
|
|
595
614
|
|
|
596
|
-
## [0.0.3](https://github.com/
|
|
615
|
+
## [0.0.3](https://github.com/featurevisor/featurevisor/compare/v0.0.2...v0.0.3) (2023-03-05)
|
|
597
616
|
|
|
598
617
|
|
|
599
618
|
### Bug Fixes
|
|
600
619
|
|
|
601
|
-
* publish access ([ea5cd7c](https://github.com/
|
|
620
|
+
* publish access ([ea5cd7c](https://github.com/featurevisor/featurevisor/commit/ea5cd7cd8554e2def5fdcc1d3488598a08e99bfa))
|
|
602
621
|
|
|
603
622
|
|
|
604
623
|
|
|
605
624
|
|
|
606
625
|
|
|
607
|
-
## [0.0.2](https://github.com/
|
|
626
|
+
## [0.0.2](https://github.com/featurevisor/featurevisor/compare/v0.0.1...v0.0.2) (2023-03-05)
|
|
608
627
|
|
|
609
628
|
**Note:** Version bump only for package @featurevisor/sdk
|
|
610
629
|
|
|
@@ -617,4 +636,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
617
636
|
|
|
618
637
|
### Bug Fixes
|
|
619
638
|
|
|
620
|
-
* linting ([230bfa0](https://github.com/
|
|
639
|
+
* linting ([230bfa0](https://github.com/featurevisor/featurevisor/commit/230bfa0824f79181581585ccc37c2e78c5aeac42))
|