Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gdotdesign gdotdesign released this 30 Jul 11:42
· 1651 commits to master since this release

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