Skip to content

4.0.0

Compare
Choose a tag to compare
@k94ll13nn3 k94ll13nn3 released this 31 May 21:32
98b1100

Changed

  • [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