Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mint-0.24.0-osx-x86_64 | 2025-05-05 | 7.8 MB | |
mint-0.24.0-osx-arm64 | 2025-05-05 | 7.4 MB | |
mint-0.24.0-linux-x86_64 | 2025-05-05 | 29.6 MB | |
0.24.0 source code.tar.gz | 2025-05-05 | 1.0 MB | |
0.24.0 source code.zip | 2025-05-05 | 1.7 MB | |
README.md | 2025-05-05 | 540 Bytes | |
Totals: 6 Items | 47.6 MB | 0 |
Language
- 🚧 Constants cannot be used in pattern matching.
- Alternative patterns can be defined for case expressions. (#757)
- Allow matching on records in pattern matching. (#755)
- Automatically serialize custom types. (#750)
Standard Library
- Added
Array.all
function. (#753)
Bug fixes
- Don't raise error when trying to substitute on records.
- Parenthesize state setters generated function. (#766)
- Fix decoding tuples where the value was nullable.
Housekeeping
- Fix typos. (#751, [#760])