| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 12.2.0 source code.tar.gz | 2026-02-27 | 5.6 MB | |
| 12.2.0 source code.zip | 2026-02-27 | 8.8 MB | |
| README.md | 2026-02-27 | 537 Bytes | |
| Totals: 3 Items | 14.3 MB | 0 | |
:boom: New feature
- Stdlib: Added Array.zip, Array.unzip, Array.zipBy, and Array.partition. https://github.com/rescript-lang/rescript/pull/8244
:bug: Bug fix
- Fix compiler crash (
Fatal error: Parmatch.all_record_args) when matching empty dict/record patterns. https://github.com/rescript-lang/rescript/pull/8246 - Fix
nullfalling into the object branch instead of the wildcard when pattern matching on untagged variants with bothObjectandnullcases. https://github.com/rescript-lang/rescript/pull/8253