We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6927c51 commit 34837f9Copy full SHA for 34837f9
evaluation/typescript/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [0.0.5] (2025-09-26)
4
+
5
+### Fix
6
7
+- fix: resolve missing dependencies in incremental feature flag evaluation (#2315)[https://github.com/bucketeer-io/bucketeer/pull/2135]
8
9
+## [0.0.4] (2025-09-01)
10
11
+### Feat
12
13
+- feat: support not equal operator for evaluation (#2095)[https://github.com/bucketeer-io/bucketeer/pull/2095]
14
15
## [0.0.3] (2025-03-07)
16
17
### Fix
evaluation/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@bucketeer/evaluation",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments