Rhai v1.1.2 Release Notes

  • ๐Ÿ› Bug fixes

    • ๐Ÿ–จ 0.0 now prints correctly (used to print 0e0).
    • Unary operators are now properly recognized as an expression statement.
    • Reverses a regression on string + operations.
    • ๐Ÿ“ฆ The global namespace is now searched before packages, which is the correct behavior.