Expression v0.12.4 Release Notes

Release Date: 2018-02-12 // about 6 years ago
    • Array subscripting operator can now be used with array literals and the result of expressions
    • โž• Added support for subscripting strings using either String.Index or Int character offsets
    • ๐Ÿ‘ AnyExpression now supports range literals using the ... and ..< operators
    • You can now create substrings or sub-arrays using subscript syntax with range values
    • โž• Added automatic casting between String and Substring within expressions
    • AnyExpression's + operator can now concatenate arrays as well as strings