Skip to content

Releases: NTDLS/NTDLS.ExpressionParser

1.5.1

Choose a tag to compare

@NTDLS NTDLS released this 28 Oct 18:12
  • State reuse fixes.

Be sure to check out the NuGet package: https://www.nuget.org/packages/NTDLS.ExpressionParser/1.5.1

1.5.0

Choose a tag to compare

@NTDLS NTDLS released this 28 Oct 17:39
  • 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

Choose a tag to compare

@NTDLS NTDLS released this 27 Oct 04:06
  • 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

Choose a tag to compare

@NTDLS NTDLS released this 31 Dec 12:21

1.1.4

Choose a tag to compare

@NTDLS NTDLS released this 03 Oct 15:54

1.1.2

Choose a tag to compare

@NTDLS NTDLS released this 15 Nov 15:59