Skip to content

Releases: JanikHelbig/TinyMathExpression

Version 1.4.1

19 Feb 11:43
bfe5a59

Choose a tag to compare

  • Fix exception when lexing expressions without any whitespace.

Version 1.4.0

18 Feb 18:55

Choose a tag to compare

  • Introduce generic IOperationHandler<T> to allow for declaration of custom MathExpressionBase<T, TOperationHandler> types. This way you can create expressions of custom data types.
  • Fix left-associativity bug (#1)

Version 1.3.0

12 Jul 21:42

Choose a tag to compare

  • Minimize garbage allocations during lexing and parsing of expressions.

Version 1.2.0

09 Jul 21:38

Choose a tag to compare

  • Fix error when asserting number of paramters
  • Improve error messages
  • Allow passing more parameters than required, add warning message instead

Version 1.1.0

29 Jun 21:00

Choose a tag to compare

Use stack allocated Span<T> structs to eliminate GC allocations during Evaluate(...) calls and reduce overall memory footprint.

Version 1.0.1

29 Jun 13:45
282a710

Choose a tag to compare

  • Fix package version

Version 1.0.0

15 Nov 20:50

Choose a tag to compare

Initial release