Releases: mastersign/Mastersign.Expressions
Releases · mastersign/Mastersign.Expressions
v0.7.3
v0.7.2
- Improved semantic error messages for variable and function call
v0.7.1
v0.7.0
- Changed null compatibility of equality operators
- Added integrated function
isnull(x)
v0.6.0
- Change the way how the evaluation context is configured by introducing
LanguageOptionsandLanguageOptionsBuilder - Add support for configuring string quotation style
- Add option for changing the name of the conditional function
v0.5.2
- Added options for ignoring case on
EvaluationContextIgnoreOperatorCaseIgnoreLiteralCaseIgnoreVariableNameCaseIgnoreFunctionNameCaseIgnoreParameterNameCaseSetIgnoreCase(bool ignoreCase)to switch all options at once
- Added checkbox to demo application, for toggling case ignorance
v0.5.1
- Migrated projects to SDK-style project files
- Upgraded library to .NET Standard 2.0 and .NET Framework 4.6.1
- Upgraded Sprache to version 2.3.1
- Added string function
len(value) - Implemented automatic up-casting of numeric values in
if()