| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mint-0.28.0-osx-x86_64-openssl3 | 2025-12-01 | 8.3 MB | |
| mint-0.28.0-osx-x86_64 | 2025-12-01 | 8.3 MB | |
| mint-0.28.0-osx-arm64 | 2025-12-01 | 7.7 MB | |
| mint-0.28.0-osx-arm64-openssl3 | 2025-12-01 | 7.7 MB | |
| mint-0.28.0-linux-x86_64 | 2025-12-01 | 30.7 MB | |
| 0.28.0 source code.tar.gz | 2025-12-01 | 1.1 MB | |
| 0.28.0 source code.zip | 2025-12-01 | 1.8 MB | |
| README.md | 2025-12-01 | 1.3 kB | |
| Totals: 8 Items | 65.5 MB | 0 | |
Language
- Update function for providers are not required anymore.
- Added size directive
@size(reference). (#795) - Add default value for types unsed as context. (#795)
- Properly parse the target of a record update. (#769)
- Allow connecting providers and modules in components.
- Add fallback value to blocks.
- Allow type expansion of variants. (#805)
- Allow awaiting array of promises.
- Allow unifing of promise branches in some cases.
Standard Library
Httprequests now parsetext/xmlasHttp.RequestBody.XML.
Compiler
- Don't compile debug information when optimize flag is set.
- References are now tracked with signals instead of refs.
Runtime
- Make sure we don't get into an infinite loop when comparing signals.
- Fix typo in program initializer agrument.
Formatter
- Add separator to locale formatter.
Bundling
- Make sure public files are available when using
--hash-routingin reactor. - Use
main.jsfile for initialization.
Type Checker
- Fix type checking of unboxing.
CI
- Enhance CI workflow with OpenSSL support.
Housekeeping
- Dependabot updates. (#794, [#798], [#799], [#804])
- Update Crystal to 1.18.0.
- Ameba 1.7 (#802) @Sija
- Add
typosGHA integration (#803) @Sija