Expression v0.2 Release Notes

Release Date: 2016-10-15 // over 7 years ago
    • Expression.init no longer throws. The expression will still be compiled on init, but errors won't be thrown until first evaluation
    • โž• Added optional constants and symbols arguments to Expression.init for simpler setup of custom functions and operators
    • โœ‚ Removed the constants param from the evaluate() function - this can now be provided in Expression.init
    • โž• Added automatic error reporting for custom functions called with the wrong arity
    • ๐Ÿ‘Œ Improved evaluation performance for built-in symbols