Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mint-0.27.0-osx-x86_64 | 2025-08-14 | 8.2 MB | |
mint-0.27.0-osx-arm64 | 2025-08-14 | 7.6 MB | |
mint-0.27.0-linux-x86_64 | 2025-08-14 | 30.4 MB | |
0.27.0 source code.tar.gz | 2025-08-14 | 1.1 MB | |
0.27.0 source code.zip | 2025-08-14 | 1.8 MB | |
README.md | 2025-08-14 | 724 Bytes | |
Totals: 6 Items | 49.0 MB | 0 |
Language
- Removed syntaxes which were deprecated in
0.20.0
(to migrate automatically runmint format
with any binary between0.20.0
and0.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
andHtml
inif
. - 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
- Update dependencies (#788, [#784], [#785])