expr v1.2.0 Release Notes

Release Date: 2019-10-05 // over 4 years ago
    • ๐Ÿ›  Fixed comparison between nil and simple types (int, bool, string).
    • ๐Ÿ›  Fixed equal operation on different nil types.
    • ๐Ÿ›  Fixed bug with nil vars, now is possible to compare fields with nil literal.
    • ๐Ÿ›  Fixed default type of map created in expr.
    • ๐Ÿ›  Fixed type checker for interface's methods.
    • โž• Added bytecode virtual machine.
    • โž• Added optimizing compiler.
    • โž• Added builtin functions: all, none, any, one, filter, map.
    • โž• Added operator overloading.
    • ๐Ÿ‘Œ Improved error messages.