Releases: Pegase745/sublime-flowtype
Releases · Pegase745/sublime-flowtype
1.3.1
1.3.0
Added
-
Enables plugin on all js files if
all
option is enabled in.flowconfig
.
See https://flow.org/en/docs/config/options/#toc-all-booleanYou might need to restart SublimeText when you change an option in
.flowconfig
.
1.2.0
Changed
- Improve popup formatting.
- Format source code with
black
.
Thanks @max-mykhailenko for the contribution.
1.1.1
1.1.0
Changed
- Search and use the nearest usable flow binary.
The value of "flow_bin_path" in the settings is now optional.
If it's set, it will be used. If not, the plugin will search for a local project's flow binary,
or else use the system global one in your PATH.