The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mint-0.25.0-osx-x86_64 | 2025-06-20 | 7.9 MB | |
mint-0.25.0-linux-x86_64 | 2025-06-20 | 29.6 MB | |
mint-0.25.0-osx-arm64 | 2025-06-20 | 7.4 MB | |
0.25.0 source code.tar.gz | 2025-06-20 | 1.0 MB | |
0.25.0 source code.zip | 2025-06-20 | 1.7 MB | |
README.md | 2025-06-20 | 1.1 kB | |
Totals: 6 Items | 47.8 MB | 0 |
Language
- Allow defining fallback
Html
for async components. (#772) - Allow decoding and encoding
Map
with any type of keys. (#513) - Implement hash routing. (#779)
Standard Library
- Added
Object.Error.fromString
function.
CLI
- Add command line switch to display browser output during mint test. (#770 @MathiusD)
- Add more information for the lint command with the
--json
flag. (#465) - Show warning for port mismatch when running tests. (#684)
Language Server
- Implement
textDocument/documentSymbol
request for the language server. (#647) - Implement simple diagnostics provider for the language server.
- Add keyword completions to the language server. (#512)
Bugfixes
- Copy mappings when creating fresh records.
- Make sure captured arguments are compiled into the correct place.
- Don't restrict environment variables to the project directory. (#771)
Housekeeping
- Fix mint compilation with Crystal version between 1.8.X & 1.10.X. (#769 @MathiusD)
- Use latest version of Crystal. (1.16.0)