Releases: NTDLS/NTDLS.ExpressionParser
Releases · NTDLS/NTDLS.ExpressionParser
1.5.1
1.5.0
- Vastly improved performance with expression cache.
Be sure to check out the NuGet package.
https://www.nuget.org/packages/NTDLS.ExpressionParser/1.5.0
1.4.2
- Added unit tests.
- Resolved issue with freestanding not as first character.
- Resolved issue with operation count for functions.
- Resolved missing tanh function.
- Moved from IsNumber to IsDigit for optimized parsing.
- Improved inlining
- Addition of new built-in functions.: clamp, deg, rad, hypot, logn, prod, rand, round, sign, trunc, if, count, pi, e
- Improved caching, added multiple layers: pre-parsed cache and pre-computed cache.
- Resolved decimal truncation and formatting and issues with ambiguous functions.
- Added support for NULLs in expressions.
- Added parser options.
- Major optimizations and improvements to the parsing engine.
Be sure to check out the NuGet package: https://www.nuget.org/packages/NTDLS.ExpressionParser/1.4.2
1.1.5
1.1.4
1.1.2
- Added .net 8.0 target.