mint-lang v0.2.0 Release Notes

Release Date: 2018-07-30 // over 5 years ago
  • ๐Ÿ’ฅ Breaking changes

    • Anonymous functions now have a new syntax #62
    • In record definitions the from keyword has been renamed to using and
      the decode keyword now honors it #51
    • The state keyword has been changed to be more in line with property #59
    • Stores are now using the state keyword instead of property

    Language features

    • Implemented array access #52
    • Implemented html fragments #63
    • Computed functions (get) now can have a where clause just like functions #49

    ๐Ÿ›  Smaller features / fixes

    • โž• Added --relative flag to the build command #11
    • โž• Added timeout to port checking in development server which fixes an issue on WSL #54