6.0.1
Added
- Preserve Original Object: Introduced
OriginalValue
property inRuleParameter
to preserve the originalExpando
without converting its type. - TryGetPropertyValue Method: Implemented
TryGetPropertyValue
to safely access properties, returning a boolean indicating success and setting the out parameter to the property value ornull
if not found.