Expression v0.6.0 Release Notes

Release Date: 2017-05-27 // almost 7 years ago
    • ๐Ÿ’ฅ BREAKING CHANGE: constant symbols have now been renamed to variable to more accurately reflect their behavior
    • โšก๏ธ Minor breaking change: description now returns the optimized description
    • โž• Added built-in symbol library for boolean operations
    • โž• Added thread-safe in-memory caching of previously parsed expressions
    • ๐Ÿ‘Œ Improved optimizer - now pre-evaluates subexpressions with constant arguments
    • โž• Added configuration options for enabling/disabling optimizations and boolean arguments
    • โž• Added modulo % operator to the standard math symbol library
    • โž• Added support for hexadecimal literals