Expression v0.12.0 Release Notes

Release Date: 2018-01-25 // about 6 years ago
    • An AnyExpression instance can now be evaluated concurrently on multiple threads (Expression instances were already thread-safe)
    • 👍 Using the AnyExpression == operator with unsupported types now throws an error instead of returning false
    • Significantly reduced initialization time for Expression and AnyExpression instances
    • ⚡️ The boolSymbols and noOptimize options now work correctly for AnyExpression
    • ✂ Removed all deprecated APIs and deprecation warnings