You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
47
48
48
## [Unreleased]
49
49
50
+
## [1.0.4] - 2025-12-15
51
+
52
+
### Fixed
53
+
54
+
-**🐛 accurate Types (Issue #4)**: Fixed multiple type definition mismatches:
55
+
-`evaluateExpr` now explicitly returns `EvaluationResult` to support `success` property checking.
56
+
-`RuleHelpers` comparison methods (`gte`, `eq`, etc.) now correctly treat `options` as optional.
57
+
-`rules.validation` helpers are now strictly defined (no longer "possibly undefined").
58
+
-`PathResolver` method `resolvePath` renamed to `resolve` to match implementation.
59
+
- Added missing `flags` property to `StringOptions` for use with `regex` operator.
60
+
61
+
### Changed
62
+
63
+
-**🧹 Type Alignment**: Removed unsupported options `caseInsensitive` and `trim` from `ComparisonOptions` and `StringOptions` types. These were previously defined in types but not supported by the engine. This change aligns types with the actual "Code as Source of Truth".
64
+
-**📝 Config Types**: Added missing `persistence` configuration type for `StatefulRuleEngine`.
0 commit comments