Skip to content

Releases: k94ll13nn3/Strinken

6.0.0

01 Sep 06:56
d9d465e
Compare
Choose a tag to compare

Changed

  • Add multi targets to .NET 6 and .NET 8

5.0.1

26 May 06:44
65a3829
Compare
Choose a tag to compare

Fixed

  • Fix visibility of IsExternalInit

5.0.0

11 Nov 10:02
8a9c005
Compare
Choose a tag to compare

Changed

  • [Breaking] Removed netstandard1.0 target framework
  • [Breaking] Changed Parser<T>.Filters property to GetFilters() method
  • [Breaking] Changed Parser<T>.ParameterTags property to GetParameterTags() method
  • [Breaking] Changed Parser<T>.Tags property to GetTags() method

4.1.1

27 Aug 20:54
e4064f8
Compare
Choose a tag to compare

Fixed

  • Fix repository url for NuGet

4.1.0

27 Aug 20:19
8831da0
Compare
Choose a tag to compare

Added

  • Add SourceLink
  • Add netstandard2.0 target framework

4.0.0

31 May 21:32
98b1100
Compare
Choose a tag to compare

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

3.3.0

14 Sep 21:50
cfcf4f1
Compare
Choose a tag to compare

Changed

  • Remove net45 version.

Fixed

  • Fix incorrect enum visibility

3.2.1

01 Jul 12:56
051ae2a
Compare
Choose a tag to compare

Fixed

  • Fix regression : arguments were no longer passed to the filter validation process.

3.2.0

18 Jun 11:02
f31f15a
Compare
Choose a tag to compare

Added

  • New tag : Value tag
  • New tags : Number tags
  • Add base class for filter without arguments.

Changed

  • (Internal) New tokens registration and parsing mechanism.

3.1.0

23 Apr 20:56
a438378
Compare
Choose a tag to compare

Added

  • New filter : Repeat
  • Add possibility to register and unregister base filters
  • Add a Parser contructor that allows the creation of a parser without base filters

Changed

  • New project logo