Skip to content

0.27.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 11:56
· 104 commits to master since this release

Language

  • Removed syntaxes which were deprecated in 0.20.0 (to migrate automatically run mint format with any binary between 0.20.0 and 0.26.0):

    • Constant access using colon :
    • Type variants using double colon ::
    • enum, record keywords
    • HTML expressions <{ }>
  • Added context feature to pass down props without prop drilling. (#783)

  • Allow testing and unboxing on Maybe, Result and Html in if.

  • 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.

Housekeeping