Expression v0.12.3 Release Notes

Release Date: 2018-02-06 // about 6 years ago
    • ๐Ÿ‘ AnyExpression now supports array literals like [1,2,3] and ["hello", "world"]
    • AnyExpression can now automatically cast between numeric arrays of different types
    • ๐Ÿ‘Œ Improved messaging for function arity errors and some types of syntax error
    • ๐Ÿ›  Fixed Swift 3.2 compatibility issues