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
[Breaking] Change assembly versionning to be Major.Minor (instead of Major.Minor.Patch)
[Breaking] Add a new property to IFilter: AlternativeName. This property can be used to set an alternative name composed of the following characters for the filter: !, %, &, *, ., /, <, =, >, @, ^, |, ~, ?, $ or #.
[Breaking] All classes are now under the Strinken namespace only
[Breaking] Reworked the resolution and compilation of a string. The compilation of a string now returns a CompiledString and is no longer stored in the parser. This CompiledString can be passed to an overload of Resolve for the resolution. Bulk resolution of values is now also possible.
Fixed
Fix a potential NullReferenceException in some base filters