Expression v0.12.7 Release Notes

Release Date: 2018-02-26 // about 6 years ago
    • Anonymous function syntax now works with all symbol types
    • ๐Ÿ‘ AnyExpression evaluate() now supports CGFloat values
    • AnyExpression now correctly handles NSArray and NSDictionary values
    • ๐Ÿ‘Œ Improved AnyExpression stringifying of array, dictionary and partial range values
    • ๐Ÿ‘Œ Improved error messages for invalid range and type mismatch
    • โž• Added AnyExpression REPL example project