Skip to content

1.4.0.0

Compare
Choose a tag to compare
@codingseb codingseb released this 28 May 09:37
· 314 commits to master since this release
413d3c9

Warning some breaking changes in the on the fly variables and function evaluations.

Deep changes to allow more customization

  • Custom operators or custom expression parsing with inheritance (See #27 thanks to @kasajian and Advanced Customization and Hacking)
  • Manage <> in on the fly evaluations to evaluate generic types
  • 2 additional on the fly evaluation (Preevaluation thanks to @lholbert see #35 and On the fly variables and functions evaluation)
  • optionally use var before variable assignation (For better copy paste with C# code)
  • option to globally cache namespaces and types resolution (to speed up multiple evaluation)
  • Correction of Array/collection indexing when using OptionForceIntegernumbersEvaluationsAsDoubleDyDefault=true
  • Some other corrections and refactorings