0.2.0
Pre-release
Pre-release
Breaking changes
- Anonymous functions now have a new syntax #62
- In record definitions the
from
keyword has been renamed tousing
and
thedecode
keyword now honors it #51 - The
state
keyword has been changed to be more in line withproperty
#59 - Stores are now using the
state
keyword instead ofproperty
Language features
- Implemented array access #52
- Implemented html fragments #63
- Computed functions (
get
) now can have a where clause just like functions #49