| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.12.0 source code.tar.gz | 2026-07-23 | 19.0 MB | |
| 5.12.0 source code.zip | 2026-07-23 | 19.7 MB | |
| README.md | 2026-07-23 | 1.8 kB | |
| Totals: 3 Items | 38.7 MB | 1 | |
🚀 Features
- (beam) Render %A in F# syntax instead of dumping Erlang terms (#4814) (218e0c40)
🐞 Bug Fixes
- (beam) Correct char-to-string conversion and console Unicode encoding (#4812) (df8e01d6)
- (beam) Isolate each top-level effect's variables in main/0 (#4815) (8d708633)
- (beam) Write package modules to the package's own src/ (#4817) (06bf863c)
- (beam) Implement Async.AwaitTask (#4819) (17cc3b6a)
- (beam) Keep the original stacktrace when an async error is re-raised (#4818) (d7afa278)
- (beam) Decode UTF-8 codepoints in ToCharArray and related String functions (b2ce3067)
- (python) Avoid UTF-8 boundary panic in integer parsing (#4825) (8243a711)
- (python) Detect radix prefix after whitespace and sign (#4828) (5ab1382b)