0.27.0
Language
-
Removed syntaxes which were deprecated in
0.20.0(to migrate automatically runmint formatwith any binary between0.20.0and0.26.0):- Constant access using colon
: - Type variants using double colon
:: enum,recordkeywords- HTML expressions
<{ }>
- Constant access using colon
-
Added context feature to pass down props without prop drilling. (#783)
-
Allow testing and unboxing on
Maybe,ResultandHtmlinif. -
Allow record destructuring in statements.
LSP
- Return all locations of an error for linting and diagnostics.
Bugfixes
- Fix a bug in
Regexp.exec. - Properly resolve type definitions.