1.4.0.0
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