Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flow | 2025-08-14 | 1.9 kB | |
flow-win64-v0.279.0.zip | 2025-08-14 | 13.9 MB | |
libflowparser-osx-arm64-v0.279.0.zip | 2025-08-14 | 1.4 MB | |
flow-osx-arm64-v0.279.0.zip | 2025-08-14 | 10.2 MB | |
libflowparser-osx-v0.279.0.zip | 2025-08-14 | 1.3 MB | |
flow-osx-v0.279.0.zip | 2025-08-14 | 8.9 MB | |
flow-linux-arm64-v0.279.0.zip | 2025-08-14 | 16.0 MB | |
libflowparser-linux64-v0.279.0.zip | 2025-08-14 | 2.2 MB | |
flow-linux64-v0.279.0.zip | 2025-08-14 | 13.2 MB | |
README.md | 2025-08-14 | 1.3 kB | |
v0.279.0 source code.tar.gz | 2025-08-14 | 8.8 MB | |
v0.279.0 source code.zip | 2025-08-14 | 14.5 MB | |
Totals: 12 Items | 90.4 MB | 0 |
New Features:
* In the next release (0.280.0) of Flow, we intend to standardize the error code for various subtyping errors into incompatible-type
. You can add experimental.error_code_migration=new
in your flowconfig to enable the new behavior now. We also provide a codemod flow codemod error-code-migration --write .
that you can run over your codebase to automatically change the error code. Both the flowconfig option and the codemod will be removed in the next version.
Notable bug fixes: * Improved precision of error messages when inferred primitive types are checked against other incompatible primitive types (e.g. try-Flow)
Misc: * Thanks @JamBalaya56562 for fixing various typos across the codebase!