Releases: k94ll13nn3/Strinken
Releases · k94ll13nn3/Strinken
3.0.0
Added
- New site for the project : https://k94ll13nn3.github.io/Strinken/
- New tag type : parameter tag
- New filter : Replace
- Add possibility to compile a string
Changed
- Rework internal parsing engine
Fixed
- Invalid tag and filter names are now throwing an exception
- Exclude comma from possible argument character
2.0.0
Changed
- Rework parser creation
- Library now targets
netstandard1.0
instead ofnetstandard1.1
- Empty tag and filter names ared now considered as invalid by the builder.
- Empty or null string is now considered as valid by the parser.
- The validation method now returns a
ValidationResult
1.0.1
Fixed
- Fix versioning
1.0.0
Initial release.