| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flow | 2026-08-14 | 1.5 kB | |
| flow-win64-v0.328.0.zip | 2026-08-14 | 38.7 MB | |
| flow-osx-arm64-v0.328.0.zip | 2026-08-14 | 31.2 MB | |
| flow-linux-arm64-v0.328.0.zip | 2026-08-14 | 32.3 MB | |
| flow-linux64-v0.328.0.zip | 2026-08-14 | 34.9 MB | |
| README.md | 2026-08-14 | 558 Bytes | |
| v0.328.0 source code.tar.gz | 2026-08-14 | 12.0 MB | |
| v0.328.0 source code.zip | 2026-08-14 | 19.6 MB | |
| Totals: 8 Items | 168.6 MB | 1 | |
Breaking changes:
[include]and[ignore]sections in flowconfig should use globs instead. Read https://flow.org/en/docs/config/include/ and https://flow.org/en/docs/config/ignore/ for more information.
New Features:
thistype guards can now be used on non-static methods of regular classes, not justdeclare classand interface methods. The method body is checked for consistency against the guard type.
Notable bug fixes:
- Prevent cached IDE results from blocking rechecks.
Library Definitions:
- Allow symbols to be used as
WeakMapkeys