| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flow | 2026-06-17 | 1.5 kB | |
| flow-win64-v0.319.0.zip | 2026-06-17 | 38.2 MB | |
| flow-osx-arm64-v0.319.0.zip | 2026-06-17 | 40.5 MB | |
| flow-linux-arm64-v0.319.0.zip | 2026-06-17 | 46.9 MB | |
| flow-linux64-v0.319.0.zip | 2026-06-17 | 44.2 MB | |
| README.md | 2026-06-17 | 890 Bytes | |
| v0.319.0 source code.tar.gz | 2026-06-17 | 14.7 MB | |
| v0.319.0 source code.zip | 2026-06-17 | 21.8 MB | |
| Totals: 8 Items | 206.3 MB | 1 | |
Likely to cause new Flow errors:
- The config for
casting_syntaxis removed. Theascasting syntax is the only supported casting syntax. See Modernizing legacy syntax for migration guidance. - Flow will now error on
T: Bin favor ofT extends Bin type parameters, and error on+/-in favor ofreadonly/writeonly. See Modernizing legacy syntax for migration guidance.
New Features:
- Support the global
NaNas amatchpattern
Notable bug fixes:
- Fixed negative bigint literal patterns in
matchbeing treated as their positive counterpart ConstructorParametersandInstanceTypenow work onClass<C>, not justtypeof Cmatchinstance patterns whose constructor is a subclass of the scrutinee type are no longer incorrectly reported as unused.