Expression v0.7.1 Release Notes

Release Date: 2017-07-05 // almost 7 years ago
    • Made clearCache() method public (was previously left internal by accident)
    • โž• Added additional hard-coded precedence for common operator types and names
    • ๐Ÿ‘ Now supports right-associativity for assignment and comparison operators
    • ๐Ÿ‘Œ Improved description logic, now correctly handles nested prefix/postfix operators
    • โž• Added support for infix alphanumeric operators, in addition to postfix
    • ๐Ÿ›  Fixed bug when parsing a binary ?: operator
    • ๐Ÿ›  Swift 4 compatibility fixes