@featurevisor/core 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 +13 -0
- package/.prettierignore +5 -0
- package/CHANGELOG.md +130 -111
- package/coverage/clover.xml +2 -2
- package/coverage/coverage-final.json +1 -1
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/lib/allocator.js.html +1 -1
- package/coverage/lcov-report/lib/index.html +1 -1
- package/coverage/lcov-report/lib/traffic.js.html +1 -1
- package/coverage/lcov-report/src/allocator.ts.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/traffic.ts.html +2 -2
- package/lib/generate-code/typescript.js +1 -2
- package/lib/generate-code/typescript.js.map +1 -1
- package/lib/init.js +1 -1
- package/lib/init.js.map +1 -1
- package/lib/linter.d.ts +1 -1
- package/lib/linter.js +7 -7
- package/lib/linter.js.map +1 -1
- package/lib/restore.js +1 -1
- package/lib/restore.js.map +1 -1
- package/lib/site.d.ts +1 -1
- package/lib/site.js +3 -6
- package/lib/site.js.map +1 -1
- package/lib/tester.js +4 -10
- package/lib/tester.js.map +1 -1
- package/lib/traffic.js.map +1 -1
- package/package.json +12 -9
- package/prettier.config.js +8 -0
- package/src/generate-code/typescript.ts +1 -3
- package/src/init.ts +1 -1
- package/src/linter.ts +8 -8
- package/src/restore.ts +1 -1
- package/src/site.ts +3 -7
- package/src/tester.ts +6 -18
- package/src/traffic.ts +1 -1
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/core
|
|
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/core
|
|
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/core
|
|
17
36
|
|
|
@@ -19,7 +38,7 @@ 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
|
**Note:** Version bump only for package @featurevisor/core
|
|
25
44
|
|
|
@@ -27,7 +46,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
46
|
|
|
28
47
|
|
|
29
48
|
|
|
30
|
-
# [0.45.0](https://github.com/
|
|
49
|
+
# [0.45.0](https://github.com/featurevisor/featurevisor/compare/v0.44.2...v0.45.0) (2023-08-20)
|
|
31
50
|
|
|
32
51
|
**Note:** Version bump only for package @featurevisor/core
|
|
33
52
|
|
|
@@ -35,7 +54,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
35
54
|
|
|
36
55
|
|
|
37
56
|
|
|
38
|
-
# [0.44.0](https://github.com/
|
|
57
|
+
# [0.44.0](https://github.com/featurevisor/featurevisor/compare/v0.43.0...v0.44.0) (2023-08-07)
|
|
39
58
|
|
|
40
59
|
**Note:** Version bump only for package @featurevisor/core
|
|
41
60
|
|
|
@@ -43,18 +62,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
43
62
|
|
|
44
63
|
|
|
45
64
|
|
|
46
|
-
# [0.43.0](https://github.com/
|
|
65
|
+
# [0.43.0](https://github.com/featurevisor/featurevisor/compare/v0.42.1...v0.43.0) (2023-08-05)
|
|
47
66
|
|
|
48
67
|
|
|
49
68
|
### Features
|
|
50
69
|
|
|
51
|
-
* Support deprecating features ([#117](https://github.com/
|
|
70
|
+
* Support deprecating features ([#117](https://github.com/featurevisor/featurevisor/issues/117)) ([992740d](https://github.com/featurevisor/featurevisor/commit/992740d5fbdda2bb15cf4a782147f0ed13d9288c))
|
|
52
71
|
|
|
53
72
|
|
|
54
73
|
|
|
55
74
|
|
|
56
75
|
|
|
57
|
-
## [0.42.1](https://github.com/
|
|
76
|
+
## [0.42.1](https://github.com/featurevisor/featurevisor/compare/v0.42.0...v0.42.1) (2023-08-01)
|
|
58
77
|
|
|
59
78
|
**Note:** Version bump only for package @featurevisor/core
|
|
60
79
|
|
|
@@ -62,18 +81,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
62
81
|
|
|
63
82
|
|
|
64
83
|
|
|
65
|
-
# [0.42.0](https://github.com/
|
|
84
|
+
# [0.42.0](https://github.com/featurevisor/featurevisor/compare/v0.41.0...v0.42.0) (2023-07-23)
|
|
66
85
|
|
|
67
86
|
|
|
68
87
|
### Features
|
|
69
88
|
|
|
70
|
-
* segment testing assertion property updated ([#113](https://github.com/
|
|
89
|
+
* segment testing assertion property updated ([#113](https://github.com/featurevisor/featurevisor/issues/113)) ([cbf693e](https://github.com/featurevisor/featurevisor/commit/cbf693eb864623f89a04a11220ebfa872097fbee))
|
|
71
90
|
|
|
72
91
|
|
|
73
92
|
|
|
74
93
|
|
|
75
94
|
|
|
76
|
-
# [0.41.0](https://github.com/
|
|
95
|
+
# [0.41.0](https://github.com/featurevisor/featurevisor/compare/v0.40.1...v0.41.0) (2023-07-23)
|
|
77
96
|
|
|
78
97
|
**Note:** Version bump only for package @featurevisor/core
|
|
79
98
|
|
|
@@ -81,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
81
100
|
|
|
82
101
|
|
|
83
102
|
|
|
84
|
-
## [0.40.1](https://github.com/
|
|
103
|
+
## [0.40.1](https://github.com/featurevisor/featurevisor/compare/v0.40.0...v0.40.1) (2023-07-23)
|
|
85
104
|
|
|
86
105
|
**Note:** Version bump only for package @featurevisor/core
|
|
87
106
|
|
|
@@ -89,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
89
108
|
|
|
90
109
|
|
|
91
110
|
|
|
92
|
-
# [0.40.0](https://github.com/
|
|
111
|
+
# [0.40.0](https://github.com/featurevisor/featurevisor/compare/v0.39.2...v0.40.0) (2023-07-16)
|
|
93
112
|
|
|
94
113
|
**Note:** Version bump only for package @featurevisor/core
|
|
95
114
|
|
|
@@ -97,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
97
116
|
|
|
98
117
|
|
|
99
118
|
|
|
100
|
-
## [0.39.2](https://github.com/
|
|
119
|
+
## [0.39.2](https://github.com/featurevisor/featurevisor/compare/v0.39.1...v0.39.2) (2023-07-16)
|
|
101
120
|
|
|
102
121
|
**Note:** Version bump only for package @featurevisor/core
|
|
103
122
|
|
|
@@ -105,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
105
124
|
|
|
106
125
|
|
|
107
126
|
|
|
108
|
-
## [0.39.1](https://github.com/
|
|
127
|
+
## [0.39.1](https://github.com/featurevisor/featurevisor/compare/v0.39.0...v0.39.1) (2023-07-16)
|
|
109
128
|
|
|
110
129
|
**Note:** Version bump only for package @featurevisor/core
|
|
111
130
|
|
|
@@ -113,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
113
132
|
|
|
114
133
|
|
|
115
134
|
|
|
116
|
-
# [0.39.0](https://github.com/
|
|
135
|
+
# [0.39.0](https://github.com/featurevisor/featurevisor/compare/v0.38.0...v0.39.0) (2023-07-16)
|
|
117
136
|
|
|
118
137
|
**Note:** Version bump only for package @featurevisor/core
|
|
119
138
|
|
|
@@ -121,51 +140,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
121
140
|
|
|
122
141
|
|
|
123
142
|
|
|
124
|
-
# [0.38.0](https://github.com/
|
|
143
|
+
# [0.38.0](https://github.com/featurevisor/featurevisor/compare/v0.37.1...v0.38.0) (2023-07-16)
|
|
125
144
|
|
|
126
145
|
|
|
127
146
|
### Features
|
|
128
147
|
|
|
129
|
-
* SDK to support isEnabled() checks ([#104](https://github.com/
|
|
148
|
+
* SDK to support isEnabled() checks ([#104](https://github.com/featurevisor/featurevisor/issues/104)) ([4f52136](https://github.com/featurevisor/featurevisor/commit/4f521367a3f1ef76833ba614b6a1f4b66abef2e1))
|
|
130
149
|
|
|
131
150
|
|
|
132
151
|
|
|
133
152
|
|
|
134
153
|
|
|
135
|
-
## [0.37.1](https://github.com/
|
|
154
|
+
## [0.37.1](https://github.com/featurevisor/featurevisor/compare/v0.37.0...v0.37.1) (2023-07-15)
|
|
136
155
|
|
|
137
156
|
|
|
138
157
|
### Bug Fixes
|
|
139
158
|
|
|
140
|
-
* "npm ci" → "npm install" message on project setup ([#102](https://github.com/
|
|
159
|
+
* "npm ci" → "npm install" message on project setup ([#102](https://github.com/featurevisor/featurevisor/issues/102)) ([03b29b1](https://github.com/featurevisor/featurevisor/commit/03b29b1ff594f33e5ca813cbbaaa3179b6bab390))
|
|
141
160
|
|
|
142
161
|
|
|
143
162
|
|
|
144
163
|
|
|
145
164
|
|
|
146
|
-
# [0.37.0](https://github.com/
|
|
165
|
+
# [0.37.0](https://github.com/featurevisor/featurevisor/compare/v0.36.0...v0.37.0) (2023-07-14)
|
|
147
166
|
|
|
148
167
|
|
|
149
168
|
### Features
|
|
150
169
|
|
|
151
|
-
* renamed Attributes (object) to Context ([#101](https://github.com/
|
|
170
|
+
* renamed Attributes (object) to Context ([#101](https://github.com/featurevisor/featurevisor/issues/101)) ([c392ad5](https://github.com/featurevisor/featurevisor/commit/c392ad5f1b6100167aa5637b131f08036a7f5a55))
|
|
152
171
|
|
|
153
172
|
|
|
154
173
|
|
|
155
174
|
|
|
156
175
|
|
|
157
|
-
# [0.36.0](https://github.com/
|
|
176
|
+
# [0.36.0](https://github.com/featurevisor/featurevisor/compare/v0.35.0...v0.36.0) (2023-07-13)
|
|
158
177
|
|
|
159
178
|
|
|
160
179
|
### Features
|
|
161
180
|
|
|
162
|
-
* restore state files ([#100](https://github.com/
|
|
181
|
+
* restore state files ([#100](https://github.com/featurevisor/featurevisor/issues/100)) ([796695d](https://github.com/featurevisor/featurevisor/commit/796695d0f645869ec305c3446282fba7e45e2bb5))
|
|
163
182
|
|
|
164
183
|
|
|
165
184
|
|
|
166
185
|
|
|
167
186
|
|
|
168
|
-
# [0.35.0](https://github.com/
|
|
187
|
+
# [0.35.0](https://github.com/featurevisor/featurevisor/compare/v0.34.0...v0.35.0) (2023-07-13)
|
|
169
188
|
|
|
170
189
|
**Note:** Version bump only for package @featurevisor/core
|
|
171
190
|
|
|
@@ -173,18 +192,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
173
192
|
|
|
174
193
|
|
|
175
194
|
|
|
176
|
-
# [0.34.0](https://github.com/
|
|
195
|
+
# [0.34.0](https://github.com/featurevisor/featurevisor/compare/v0.33.1...v0.34.0) (2023-07-08)
|
|
177
196
|
|
|
178
197
|
|
|
179
198
|
### Features
|
|
180
199
|
|
|
181
|
-
* code generation ([#98](https://github.com/
|
|
200
|
+
* code generation ([#98](https://github.com/featurevisor/featurevisor/issues/98)) ([7474443](https://github.com/featurevisor/featurevisor/commit/7474443d26fd526f471ef5258cbe39b42c0fad60))
|
|
182
201
|
|
|
183
202
|
|
|
184
203
|
|
|
185
204
|
|
|
186
205
|
|
|
187
|
-
# [0.33.0](https://github.com/
|
|
206
|
+
# [0.33.0](https://github.com/featurevisor/featurevisor/compare/v0.32.1...v0.33.0) (2023-07-06)
|
|
188
207
|
|
|
189
208
|
**Note:** Version bump only for package @featurevisor/core
|
|
190
209
|
|
|
@@ -192,62 +211,62 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
192
211
|
|
|
193
212
|
|
|
194
213
|
|
|
195
|
-
## [0.32.1](https://github.com/
|
|
214
|
+
## [0.32.1](https://github.com/featurevisor/featurevisor/compare/v0.32.0...v0.32.1) (2023-07-03)
|
|
196
215
|
|
|
197
216
|
|
|
198
217
|
### Bug Fixes
|
|
199
218
|
|
|
200
|
-
* show linting error only when it fails ([#96](https://github.com/
|
|
219
|
+
* show linting error only when it fails ([#96](https://github.com/featurevisor/featurevisor/issues/96)) ([f563487](https://github.com/featurevisor/featurevisor/commit/f5634870a3b21fdb0078c92328b80aa87490df45))
|
|
201
220
|
|
|
202
221
|
|
|
203
222
|
|
|
204
223
|
|
|
205
224
|
|
|
206
|
-
# [0.32.0](https://github.com/
|
|
225
|
+
# [0.32.0](https://github.com/featurevisor/featurevisor/compare/v0.31.2...v0.32.0) (2023-07-02)
|
|
207
226
|
|
|
208
227
|
|
|
209
228
|
### Features
|
|
210
229
|
|
|
211
|
-
* make segments testable ([#95](https://github.com/
|
|
230
|
+
* make segments testable ([#95](https://github.com/featurevisor/featurevisor/issues/95)) ([15eae3c](https://github.com/featurevisor/featurevisor/commit/15eae3cdf12a32e376e68ced015a9e697eb61da4))
|
|
212
231
|
|
|
213
232
|
|
|
214
233
|
|
|
215
234
|
|
|
216
235
|
|
|
217
|
-
## [0.31.2](https://github.com/
|
|
236
|
+
## [0.31.2](https://github.com/featurevisor/featurevisor/compare/v0.31.1...v0.31.2) (2023-07-01)
|
|
218
237
|
|
|
219
238
|
|
|
220
239
|
### Bug Fixes
|
|
221
240
|
|
|
222
|
-
* build output in CLI made more readable ([#94](https://github.com/
|
|
241
|
+
* build output in CLI made more readable ([#94](https://github.com/featurevisor/featurevisor/issues/94)) ([5dc3ccf](https://github.com/featurevisor/featurevisor/commit/5dc3ccf12169d9a996abee6168a470de262b990c))
|
|
223
242
|
|
|
224
243
|
|
|
225
244
|
|
|
226
245
|
|
|
227
246
|
|
|
228
|
-
## [0.31.1](https://github.com/
|
|
247
|
+
## [0.31.1](https://github.com/featurevisor/featurevisor/compare/v0.31.0...v0.31.1) (2023-06-25)
|
|
229
248
|
|
|
230
249
|
|
|
231
250
|
### Bug Fixes
|
|
232
251
|
|
|
233
|
-
* typo fix in core package ([#89](https://github.com/
|
|
252
|
+
* typo fix in core package ([#89](https://github.com/featurevisor/featurevisor/issues/89)) ([8b58885](https://github.com/featurevisor/featurevisor/commit/8b588858631fcea952fb8737d32d1920b9879225))
|
|
234
253
|
|
|
235
254
|
|
|
236
255
|
|
|
237
256
|
|
|
238
257
|
|
|
239
|
-
# [0.31.0](https://github.com/
|
|
258
|
+
# [0.31.0](https://github.com/featurevisor/featurevisor/compare/v0.30.1...v0.31.0) (2023-06-24)
|
|
240
259
|
|
|
241
260
|
|
|
242
261
|
### Features
|
|
243
262
|
|
|
244
|
-
* do not allow "variation" as variable key ([#87](https://github.com/
|
|
263
|
+
* do not allow "variation" as variable key ([#87](https://github.com/featurevisor/featurevisor/issues/87)) ([03353eb](https://github.com/featurevisor/featurevisor/commit/03353eb02437b3e3d4e0987bb5c8a96b143d5579))
|
|
245
264
|
|
|
246
265
|
|
|
247
266
|
|
|
248
267
|
|
|
249
268
|
|
|
250
|
-
## [0.30.1](https://github.com/
|
|
269
|
+
## [0.30.1](https://github.com/featurevisor/featurevisor/compare/v0.30.0...v0.30.1) (2023-06-14)
|
|
251
270
|
|
|
252
271
|
**Note:** Version bump only for package @featurevisor/core
|
|
253
272
|
|
|
@@ -255,29 +274,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
255
274
|
|
|
256
275
|
|
|
257
276
|
|
|
258
|
-
# [0.30.0](https://github.com/
|
|
277
|
+
# [0.30.0](https://github.com/featurevisor/featurevisor/compare/v0.29.0...v0.30.0) (2023-06-10)
|
|
259
278
|
|
|
260
279
|
|
|
261
280
|
### Features
|
|
262
281
|
|
|
263
|
-
* omit empty ranges in datafile ([#81](https://github.com/
|
|
282
|
+
* omit empty ranges in datafile ([#81](https://github.com/featurevisor/featurevisor/issues/81)) ([148866f](https://github.com/featurevisor/featurevisor/commit/148866fd77796378011a7ff474640c4188885e01))
|
|
264
283
|
|
|
265
284
|
|
|
266
285
|
|
|
267
286
|
|
|
268
287
|
|
|
269
|
-
# [0.29.0](https://github.com/
|
|
288
|
+
# [0.29.0](https://github.com/featurevisor/featurevisor/compare/v0.28.1...v0.29.0) (2023-06-10)
|
|
270
289
|
|
|
271
290
|
|
|
272
291
|
### Features
|
|
273
292
|
|
|
274
|
-
* drop Allocation.percentage in datafiles ([#80](https://github.com/
|
|
293
|
+
* drop Allocation.percentage in datafiles ([#80](https://github.com/featurevisor/featurevisor/issues/80)) ([b43da69](https://github.com/featurevisor/featurevisor/commit/b43da6922f81aef9fe8e8a54342067627adb990b))
|
|
275
294
|
|
|
276
295
|
|
|
277
296
|
|
|
278
297
|
|
|
279
298
|
|
|
280
|
-
## [0.28.1](https://github.com/
|
|
299
|
+
## [0.28.1](https://github.com/featurevisor/featurevisor/compare/v0.28.0...v0.28.1) (2023-06-08)
|
|
281
300
|
|
|
282
301
|
**Note:** Version bump only for package @featurevisor/core
|
|
283
302
|
|
|
@@ -285,95 +304,95 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
285
304
|
|
|
286
305
|
|
|
287
306
|
|
|
288
|
-
# [0.28.0](https://github.com/
|
|
307
|
+
# [0.28.0](https://github.com/featurevisor/featurevisor/compare/v0.27.1...v0.28.0) (2023-06-08)
|
|
289
308
|
|
|
290
309
|
|
|
291
310
|
### Features
|
|
292
311
|
|
|
293
|
-
* make bucketing key configurable ([#79](https://github.com/
|
|
312
|
+
* make bucketing key configurable ([#79](https://github.com/featurevisor/featurevisor/issues/79)) ([c05f0da](https://github.com/featurevisor/featurevisor/commit/c05f0dae9e6e1d4ee68f2c457a49137bbd6727d9))
|
|
294
313
|
|
|
295
314
|
|
|
296
315
|
|
|
297
316
|
|
|
298
317
|
|
|
299
|
-
## [0.27.1](https://github.com/
|
|
318
|
+
## [0.27.1](https://github.com/featurevisor/featurevisor/compare/v0.27.0...v0.27.1) (2023-05-25)
|
|
300
319
|
|
|
301
320
|
|
|
302
321
|
### Bug Fixes
|
|
303
322
|
|
|
304
|
-
* linting improvements ([#78](https://github.com/
|
|
323
|
+
* linting improvements ([#78](https://github.com/featurevisor/featurevisor/issues/78)) ([8c34b23](https://github.com/featurevisor/featurevisor/commit/8c34b23b9cc6071dde03b41128ca0061c7577b4c))
|
|
305
324
|
|
|
306
325
|
|
|
307
326
|
|
|
308
327
|
|
|
309
328
|
|
|
310
|
-
# [0.27.0](https://github.com/
|
|
329
|
+
# [0.27.0](https://github.com/featurevisor/featurevisor/compare/v0.26.0...v0.27.0) (2023-05-24)
|
|
311
330
|
|
|
312
331
|
|
|
313
332
|
### Features
|
|
314
333
|
|
|
315
|
-
* allow building datafiles with custom revision flag in CLI ([#77](https://github.com/
|
|
334
|
+
* allow building datafiles with custom revision flag in CLI ([#77](https://github.com/featurevisor/featurevisor/issues/77)) ([dbcdcce](https://github.com/featurevisor/featurevisor/commit/dbcdcce28c9d7791b7b010b3940e033439cc92a2))
|
|
316
335
|
|
|
317
336
|
|
|
318
337
|
|
|
319
338
|
|
|
320
339
|
|
|
321
|
-
# [0.26.0](https://github.com/
|
|
340
|
+
# [0.26.0](https://github.com/featurevisor/featurevisor/compare/v0.25.0...v0.26.0) (2023-05-24)
|
|
322
341
|
|
|
323
342
|
|
|
324
343
|
### Features
|
|
325
344
|
|
|
326
|
-
* allow tags to be lower cased and alphanumeric only ([#76](https://github.com/
|
|
345
|
+
* allow tags to be lower cased and alphanumeric only ([#76](https://github.com/featurevisor/featurevisor/issues/76)) ([de353b9](https://github.com/featurevisor/featurevisor/commit/de353b90c6ac3d2b09cb767192eac27ebf0ae4bd))
|
|
327
346
|
|
|
328
347
|
|
|
329
348
|
|
|
330
349
|
|
|
331
350
|
|
|
332
|
-
# [0.25.0](https://github.com/
|
|
351
|
+
# [0.25.0](https://github.com/featurevisor/featurevisor/compare/v0.24.0...v0.25.0) (2023-05-22)
|
|
333
352
|
|
|
334
353
|
|
|
335
354
|
### Features
|
|
336
355
|
|
|
337
|
-
* Pretty JSON ([#75](https://github.com/
|
|
356
|
+
* Pretty JSON ([#75](https://github.com/featurevisor/featurevisor/issues/75)) ([322bc3a](https://github.com/featurevisor/featurevisor/commit/322bc3a7f1676cf32e19f693d5736dc8f1db8d5a))
|
|
338
357
|
|
|
339
358
|
|
|
340
359
|
|
|
341
360
|
|
|
342
361
|
|
|
343
|
-
# [0.24.0](https://github.com/
|
|
362
|
+
# [0.24.0](https://github.com/featurevisor/featurevisor/compare/v0.23.0...v0.24.0) (2023-05-21)
|
|
344
363
|
|
|
345
364
|
|
|
346
365
|
### Features
|
|
347
366
|
|
|
348
|
-
* ranges in datafiles as tuples ([#74](https://github.com/
|
|
367
|
+
* ranges in datafiles as tuples ([#74](https://github.com/featurevisor/featurevisor/issues/74)) ([07a3d92](https://github.com/featurevisor/featurevisor/commit/07a3d9292f4038ebd68338bb905a34b2f13d36d9))
|
|
349
368
|
|
|
350
369
|
|
|
351
370
|
|
|
352
371
|
|
|
353
372
|
|
|
354
|
-
# [0.23.0](https://github.com/
|
|
373
|
+
# [0.23.0](https://github.com/featurevisor/featurevisor/compare/v0.22.0...v0.23.0) (2023-05-20)
|
|
355
374
|
|
|
356
375
|
|
|
357
376
|
### Features
|
|
358
377
|
|
|
359
|
-
* Linting based on available keys ([#73](https://github.com/
|
|
378
|
+
* Linting based on available keys ([#73](https://github.com/featurevisor/featurevisor/issues/73)) ([0dcc95a](https://github.com/featurevisor/featurevisor/commit/0dcc95a17e7faae2b17f73c39b48a2a6a25d5891))
|
|
360
379
|
|
|
361
380
|
|
|
362
381
|
|
|
363
382
|
|
|
364
383
|
|
|
365
|
-
# [0.22.0](https://github.com/
|
|
384
|
+
# [0.22.0](https://github.com/featurevisor/featurevisor/compare/v0.21.0...v0.22.0) (2023-05-20)
|
|
366
385
|
|
|
367
386
|
|
|
368
387
|
### Features
|
|
369
388
|
|
|
370
|
-
* state files are now per environment ([#72](https://github.com/
|
|
389
|
+
* state files are now per environment ([#72](https://github.com/featurevisor/featurevisor/issues/72)) ([925f4cf](https://github.com/featurevisor/featurevisor/commit/925f4cf980134db60c40c2e27259a3d6142f16aa))
|
|
371
390
|
|
|
372
391
|
|
|
373
392
|
|
|
374
393
|
|
|
375
394
|
|
|
376
|
-
# [0.21.0](https://github.com/
|
|
395
|
+
# [0.21.0](https://github.com/featurevisor/featurevisor/compare/v0.20.2...v0.21.0) (2023-05-14)
|
|
377
396
|
|
|
378
397
|
**Note:** Version bump only for package @featurevisor/core
|
|
379
398
|
|
|
@@ -381,7 +400,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
381
400
|
|
|
382
401
|
|
|
383
402
|
|
|
384
|
-
## [0.20.2](https://github.com/
|
|
403
|
+
## [0.20.2](https://github.com/featurevisor/featurevisor/compare/v0.20.1...v0.20.2) (2023-05-14)
|
|
385
404
|
|
|
386
405
|
**Note:** Version bump only for package @featurevisor/core
|
|
387
406
|
|
|
@@ -389,7 +408,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
389
408
|
|
|
390
409
|
|
|
391
410
|
|
|
392
|
-
## [0.20.1](https://github.com/
|
|
411
|
+
## [0.20.1](https://github.com/featurevisor/featurevisor/compare/v0.20.0...v0.20.1) (2023-05-13)
|
|
393
412
|
|
|
394
413
|
**Note:** Version bump only for package @featurevisor/core
|
|
395
414
|
|
|
@@ -397,29 +416,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
397
416
|
|
|
398
417
|
|
|
399
418
|
|
|
400
|
-
# [0.20.0](https://github.com/
|
|
419
|
+
# [0.20.0](https://github.com/featurevisor/featurevisor/compare/v0.19.0...v0.20.0) (2023-05-13)
|
|
401
420
|
|
|
402
421
|
|
|
403
422
|
### Features
|
|
404
423
|
|
|
405
|
-
* SDK Instance from a single class ([#68](https://github.com/
|
|
424
|
+
* SDK Instance from a single class ([#68](https://github.com/featurevisor/featurevisor/issues/68)) ([1ab1d49](https://github.com/featurevisor/featurevisor/commit/1ab1d49916fd4ccd14d5ec47d11e6bd863fd0af1))
|
|
406
425
|
|
|
407
426
|
|
|
408
427
|
|
|
409
428
|
|
|
410
429
|
|
|
411
|
-
# [0.19.0](https://github.com/
|
|
430
|
+
# [0.19.0](https://github.com/featurevisor/featurevisor/compare/v0.18.0...v0.19.0) (2023-05-13)
|
|
412
431
|
|
|
413
432
|
|
|
414
433
|
### Features
|
|
415
434
|
|
|
416
|
-
* Date comparison operators ([#67](https://github.com/
|
|
435
|
+
* Date comparison operators ([#67](https://github.com/featurevisor/featurevisor/issues/67)) ([b555f39](https://github.com/featurevisor/featurevisor/commit/b555f39a0cb99e95e1d66a3c76df4483a26e2caf))
|
|
417
436
|
|
|
418
437
|
|
|
419
438
|
|
|
420
439
|
|
|
421
440
|
|
|
422
|
-
# [0.18.0](https://github.com/
|
|
441
|
+
# [0.18.0](https://github.com/featurevisor/featurevisor/compare/v0.17.0...v0.18.0) (2023-05-12)
|
|
423
442
|
|
|
424
443
|
**Note:** Version bump only for package @featurevisor/core
|
|
425
444
|
|
|
@@ -427,7 +446,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
427
446
|
|
|
428
447
|
|
|
429
448
|
|
|
430
|
-
# [0.17.0](https://github.com/
|
|
449
|
+
# [0.17.0](https://github.com/featurevisor/featurevisor/compare/v0.16.0...v0.17.0) (2023-05-12)
|
|
431
450
|
|
|
432
451
|
**Note:** Version bump only for package @featurevisor/core
|
|
433
452
|
|
|
@@ -435,51 +454,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
435
454
|
|
|
436
455
|
|
|
437
456
|
|
|
438
|
-
# [0.16.0](https://github.com/
|
|
457
|
+
# [0.16.0](https://github.com/featurevisor/featurevisor/compare/v0.15.0...v0.16.0) (2023-04-30)
|
|
439
458
|
|
|
440
459
|
|
|
441
460
|
### Features
|
|
442
461
|
|
|
443
|
-
* Mutually exclusive experiments via Groups ([#63](https://github.com/
|
|
462
|
+
* Mutually exclusive experiments via Groups ([#63](https://github.com/featurevisor/featurevisor/issues/63)) ([f3c8523](https://github.com/featurevisor/featurevisor/commit/f3c85236d36fd0e499897f9ce1c2ed551c111523))
|
|
444
463
|
|
|
445
464
|
|
|
446
465
|
|
|
447
466
|
|
|
448
467
|
|
|
449
|
-
# [0.15.0](https://github.com/
|
|
468
|
+
# [0.15.0](https://github.com/featurevisor/featurevisor/compare/v0.14.1...v0.15.0) (2023-04-23)
|
|
450
469
|
|
|
451
470
|
|
|
452
471
|
### Features
|
|
453
472
|
|
|
454
|
-
* JSON Schemas ([#58](https://github.com/
|
|
473
|
+
* JSON Schemas ([#58](https://github.com/featurevisor/featurevisor/issues/58)) ([697536a](https://github.com/featurevisor/featurevisor/commit/697536a0f08de81d78b853a00ece041fa1ff6405))
|
|
455
474
|
|
|
456
475
|
|
|
457
476
|
|
|
458
477
|
|
|
459
478
|
|
|
460
|
-
## [0.14.1](https://github.com/
|
|
479
|
+
## [0.14.1](https://github.com/featurevisor/featurevisor/compare/v0.14.0...v0.14.1) (2023-04-22)
|
|
461
480
|
|
|
462
481
|
|
|
463
482
|
### Bug Fixes
|
|
464
483
|
|
|
465
|
-
* do not require variation type in Feature's YAML ([#57](https://github.com/
|
|
484
|
+
* 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))
|
|
466
485
|
|
|
467
486
|
|
|
468
487
|
|
|
469
488
|
|
|
470
489
|
|
|
471
|
-
# [0.14.0](https://github.com/
|
|
490
|
+
# [0.14.0](https://github.com/featurevisor/featurevisor/compare/v0.13.1...v0.14.0) (2023-04-21)
|
|
472
491
|
|
|
473
492
|
|
|
474
493
|
### Features
|
|
475
494
|
|
|
476
|
-
* React integration package ([#56](https://github.com/
|
|
495
|
+
* React integration package ([#56](https://github.com/featurevisor/featurevisor/issues/56)) ([d0f6ad8](https://github.com/featurevisor/featurevisor/commit/d0f6ad8a7e40fa06a741706a5322c08486e84ea9))
|
|
477
496
|
|
|
478
497
|
|
|
479
498
|
|
|
480
499
|
|
|
481
500
|
|
|
482
|
-
# [0.13.0](https://github.com/
|
|
501
|
+
# [0.13.0](https://github.com/featurevisor/featurevisor/compare/v0.12.1...v0.13.0) (2023-04-19)
|
|
483
502
|
|
|
484
503
|
**Note:** Version bump only for package @featurevisor/core
|
|
485
504
|
|
|
@@ -487,7 +506,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
487
506
|
|
|
488
507
|
|
|
489
508
|
|
|
490
|
-
## [0.12.1](https://github.com/
|
|
509
|
+
## [0.12.1](https://github.com/featurevisor/featurevisor/compare/v0.12.0...v0.12.1) (2023-04-18)
|
|
491
510
|
|
|
492
511
|
**Note:** Version bump only for package @featurevisor/core
|
|
493
512
|
|
|
@@ -495,18 +514,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
495
514
|
|
|
496
515
|
|
|
497
516
|
|
|
498
|
-
# [0.12.0](https://github.com/
|
|
517
|
+
# [0.12.0](https://github.com/featurevisor/featurevisor/compare/v0.11.0...v0.12.0) (2023-04-17)
|
|
499
518
|
|
|
500
519
|
|
|
501
520
|
### Features
|
|
502
521
|
|
|
503
|
-
* Allow overriding variation for specific rules ([#51](https://github.com/
|
|
522
|
+
* Allow overriding variation for specific rules ([#51](https://github.com/featurevisor/featurevisor/issues/51)) ([e6447df](https://github.com/featurevisor/featurevisor/commit/e6447df579d8b579aa67a44ba7a370b7cac9f320))
|
|
504
523
|
|
|
505
524
|
|
|
506
525
|
|
|
507
526
|
|
|
508
527
|
|
|
509
|
-
# [0.11.0](https://github.com/
|
|
528
|
+
# [0.11.0](https://github.com/featurevisor/featurevisor/compare/v0.10.1...v0.11.0) (2023-04-17)
|
|
510
529
|
|
|
511
530
|
**Note:** Version bump only for package @featurevisor/core
|
|
512
531
|
|
|
@@ -514,7 +533,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
514
533
|
|
|
515
534
|
|
|
516
535
|
|
|
517
|
-
## [0.10.1](https://github.com/
|
|
536
|
+
## [0.10.1](https://github.com/featurevisor/featurevisor/compare/v0.10.0...v0.10.1) (2023-04-17)
|
|
518
537
|
|
|
519
538
|
**Note:** Version bump only for package @featurevisor/core
|
|
520
539
|
|
|
@@ -522,7 +541,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
522
541
|
|
|
523
542
|
|
|
524
543
|
|
|
525
|
-
# [0.10.0](https://github.com/
|
|
544
|
+
# [0.10.0](https://github.com/featurevisor/featurevisor/compare/v0.9.0...v0.10.0) (2023-04-15)
|
|
526
545
|
|
|
527
546
|
**Note:** Version bump only for package @featurevisor/core
|
|
528
547
|
|
|
@@ -530,73 +549,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
530
549
|
|
|
531
550
|
|
|
532
551
|
|
|
533
|
-
# [0.9.0](https://github.com/
|
|
552
|
+
# [0.9.0](https://github.com/featurevisor/featurevisor/compare/v0.8.1...v0.9.0) (2023-04-15)
|
|
534
553
|
|
|
535
554
|
|
|
536
555
|
### Features
|
|
537
556
|
|
|
538
|
-
* Introduce logging ([#47](https://github.com/
|
|
557
|
+
* Introduce logging ([#47](https://github.com/featurevisor/featurevisor/issues/47)) ([810e813](https://github.com/featurevisor/featurevisor/commit/810e813f21befce278c11c81838fbdd7e829fbe9))
|
|
539
558
|
|
|
540
559
|
|
|
541
560
|
|
|
542
561
|
|
|
543
562
|
|
|
544
|
-
## [0.8.1](https://github.com/
|
|
563
|
+
## [0.8.1](https://github.com/featurevisor/featurevisor/compare/v0.8.0...v0.8.1) (2023-04-09)
|
|
545
564
|
|
|
546
565
|
|
|
547
566
|
### Bug Fixes
|
|
548
567
|
|
|
549
|
-
* Add site package as a dependency in core ([#33](https://github.com/
|
|
568
|
+
* Add site package as a dependency in core ([#33](https://github.com/featurevisor/featurevisor/issues/33)) ([3d59400](https://github.com/featurevisor/featurevisor/commit/3d59400d27e20df60f640e9b5bc4e7a60514b67d))
|
|
550
569
|
|
|
551
570
|
|
|
552
571
|
|
|
553
572
|
|
|
554
573
|
|
|
555
|
-
# [0.8.0](https://github.com/
|
|
574
|
+
# [0.8.0](https://github.com/featurevisor/featurevisor/compare/v0.7.0...v0.8.0) (2023-04-09)
|
|
556
575
|
|
|
557
576
|
|
|
558
577
|
### Features
|
|
559
578
|
|
|
560
|
-
* Status site generator ([#31](https://github.com/
|
|
579
|
+
* Status site generator ([#31](https://github.com/featurevisor/featurevisor/issues/31)) ([05749d4](https://github.com/featurevisor/featurevisor/commit/05749d4ca2938a0ee7c7b52c7441b078d5f0dee9))
|
|
561
580
|
|
|
562
581
|
|
|
563
582
|
|
|
564
583
|
|
|
565
584
|
|
|
566
|
-
# [0.7.0](https://github.com/
|
|
585
|
+
# [0.7.0](https://github.com/featurevisor/featurevisor/compare/v0.6.0...v0.7.0) (2023-03-25)
|
|
567
586
|
|
|
568
587
|
|
|
569
588
|
### Features
|
|
570
589
|
|
|
571
|
-
* Introduce semver operators ([#30](https://github.com/
|
|
590
|
+
* Introduce semver operators ([#30](https://github.com/featurevisor/featurevisor/issues/30)) ([b2841c3](https://github.com/featurevisor/featurevisor/commit/b2841c3473e9100f9a7f404c7ed15903037523a7))
|
|
572
591
|
|
|
573
592
|
|
|
574
593
|
|
|
575
594
|
|
|
576
595
|
|
|
577
|
-
# [0.6.0](https://github.com/
|
|
596
|
+
# [0.6.0](https://github.com/featurevisor/featurevisor/compare/v0.5.3...v0.6.0) (2023-03-25)
|
|
578
597
|
|
|
579
598
|
|
|
580
599
|
### Features
|
|
581
600
|
|
|
582
|
-
* Introduce new JSON type for variables ([#28](https://github.com/
|
|
601
|
+
* Introduce new JSON type for variables ([#28](https://github.com/featurevisor/featurevisor/issues/28)) ([49ff4cb](https://github.com/featurevisor/featurevisor/commit/49ff4cb99f840f29e9ac8fcacfee9a9a961ff776))
|
|
583
602
|
|
|
584
603
|
|
|
585
604
|
|
|
586
605
|
|
|
587
606
|
|
|
588
|
-
## [0.5.3](https://github.com/
|
|
607
|
+
## [0.5.3](https://github.com/featurevisor/featurevisor/compare/v0.5.2...v0.5.3) (2023-03-25)
|
|
589
608
|
|
|
590
609
|
|
|
591
610
|
### Bug Fixes
|
|
592
611
|
|
|
593
|
-
* linting fixes ([#27](https://github.com/
|
|
612
|
+
* linting fixes ([#27](https://github.com/featurevisor/featurevisor/issues/27)) ([8f16194](https://github.com/featurevisor/featurevisor/commit/8f161943332a617a5e25f811c985e1a33a9559fa))
|
|
594
613
|
|
|
595
614
|
|
|
596
615
|
|
|
597
616
|
|
|
598
617
|
|
|
599
|
-
## [0.5.2](https://github.com/
|
|
618
|
+
## [0.5.2](https://github.com/featurevisor/featurevisor/compare/v0.5.1...v0.5.2) (2023-03-25)
|
|
600
619
|
|
|
601
620
|
**Note:** Version bump only for package @featurevisor/core
|
|
602
621
|
|
|
@@ -604,51 +623,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
604
623
|
|
|
605
624
|
|
|
606
625
|
|
|
607
|
-
# [0.5.0](https://github.com/
|
|
626
|
+
# [0.5.0](https://github.com/featurevisor/featurevisor/compare/v0.4.0...v0.5.0) (2023-03-22)
|
|
608
627
|
|
|
609
628
|
|
|
610
629
|
### Features
|
|
611
630
|
|
|
612
|
-
* Variable overrides at rule level ([#23](https://github.com/
|
|
631
|
+
* Variable overrides at rule level ([#23](https://github.com/featurevisor/featurevisor/issues/23)) ([c4792a0](https://github.com/featurevisor/featurevisor/commit/c4792a0beaf33370a3afaafa665491a59e876412))
|
|
613
632
|
|
|
614
633
|
|
|
615
634
|
|
|
616
635
|
|
|
617
636
|
|
|
618
|
-
# [0.4.0](https://github.com/
|
|
637
|
+
# [0.4.0](https://github.com/featurevisor/featurevisor/compare/v0.3.0...v0.4.0) (2023-03-19)
|
|
619
638
|
|
|
620
639
|
|
|
621
640
|
### Features
|
|
622
641
|
|
|
623
|
-
* Create SDK instance for fetching datafile ([#19](https://github.com/
|
|
642
|
+
* Create SDK instance for fetching datafile ([#19](https://github.com/featurevisor/featurevisor/issues/19)) ([4560fb2](https://github.com/featurevisor/featurevisor/commit/4560fb24a1989e46b2d18eb342806e0fc3a50af7))
|
|
624
643
|
|
|
625
644
|
|
|
626
645
|
|
|
627
646
|
|
|
628
647
|
|
|
629
|
-
# [0.3.0](https://github.com/
|
|
648
|
+
# [0.3.0](https://github.com/featurevisor/featurevisor/compare/v0.2.0...v0.3.0) (2023-03-17)
|
|
630
649
|
|
|
631
650
|
|
|
632
651
|
### Features
|
|
633
652
|
|
|
634
|
-
* support objects as variables ([#18](https://github.com/
|
|
653
|
+
* support objects as variables ([#18](https://github.com/featurevisor/featurevisor/issues/18)) ([c1b6160](https://github.com/featurevisor/featurevisor/commit/c1b61609d299bbf2e46c644c4f09336cdd94e128))
|
|
635
654
|
|
|
636
655
|
|
|
637
656
|
|
|
638
657
|
|
|
639
658
|
|
|
640
|
-
# [0.2.0](https://github.com/
|
|
659
|
+
# [0.2.0](https://github.com/featurevisor/featurevisor/compare/v0.1.0...v0.2.0) (2023-03-16)
|
|
641
660
|
|
|
642
661
|
|
|
643
662
|
### Features
|
|
644
663
|
|
|
645
|
-
* NOT operator ([#16](https://github.com/
|
|
664
|
+
* NOT operator ([#16](https://github.com/featurevisor/featurevisor/issues/16)) ([9c7b239](https://github.com/featurevisor/featurevisor/commit/9c7b23944a37c327308f441f4afd2731aaf97889))
|
|
646
665
|
|
|
647
666
|
|
|
648
667
|
|
|
649
668
|
|
|
650
669
|
|
|
651
|
-
# [0.1.0](https://github.com/
|
|
670
|
+
# [0.1.0](https://github.com/featurevisor/featurevisor/compare/v0.0.4...v0.1.0) (2023-03-05)
|
|
652
671
|
|
|
653
672
|
**Note:** Version bump only for package @featurevisor/core
|
|
654
673
|
|
|
@@ -656,7 +675,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
656
675
|
|
|
657
676
|
|
|
658
677
|
|
|
659
|
-
## [0.0.4](https://github.com/
|
|
678
|
+
## [0.0.4](https://github.com/featurevisor/featurevisor/compare/v0.0.3...v0.0.4) (2023-03-05)
|
|
660
679
|
|
|
661
680
|
**Note:** Version bump only for package @featurevisor/core
|
|
662
681
|
|
|
@@ -664,18 +683,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
664
683
|
|
|
665
684
|
|
|
666
685
|
|
|
667
|
-
## [0.0.3](https://github.com/
|
|
686
|
+
## [0.0.3](https://github.com/featurevisor/featurevisor/compare/v0.0.2...v0.0.3) (2023-03-05)
|
|
668
687
|
|
|
669
688
|
|
|
670
689
|
### Bug Fixes
|
|
671
690
|
|
|
672
|
-
* publish access ([ea5cd7c](https://github.com/
|
|
691
|
+
* publish access ([ea5cd7c](https://github.com/featurevisor/featurevisor/commit/ea5cd7cd8554e2def5fdcc1d3488598a08e99bfa))
|
|
673
692
|
|
|
674
693
|
|
|
675
694
|
|
|
676
695
|
|
|
677
696
|
|
|
678
|
-
## [0.0.2](https://github.com/
|
|
697
|
+
## [0.0.2](https://github.com/featurevisor/featurevisor/compare/v0.0.1...v0.0.2) (2023-03-05)
|
|
679
698
|
|
|
680
699
|
**Note:** Version bump only for package @featurevisor/core
|
|
681
700
|
|
|
@@ -688,4 +707,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
688
707
|
|
|
689
708
|
### Bug Fixes
|
|
690
709
|
|
|
691
|
-
* linting ([230bfa0](https://github.com/
|
|
710
|
+
* linting ([230bfa0](https://github.com/featurevisor/featurevisor/commit/230bfa0824f79181581585ccc37c2e78c5aeac42))
|