Skip to content

Releases: Pegase745/sublime-flowtype

1.3.1

22 Nov 10:34
d1f95f2
Compare
Choose a tag to compare

Fixed

  • Check for .flowconfig only if JS source.

1.3.0

20 Nov 15:31
3430a30
Compare
Choose a tag to compare

Added

1.2.0

20 Nov 12:01
e9c3dd2
Compare
Choose a tag to compare

Changed

  • Improve popup formatting.
  • Format source code with black.

Thanks @max-mykhailenko for the contribution.

1.1.1

15 Jun 14:31
Compare
Choose a tag to compare

Fixed

  • Activate plugin on .jsx files.

1.1.0

22 Mar 16:07
Compare
Choose a tag to compare

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.

1.0.5

16 Oct 07:21
Compare
Choose a tag to compare

Fixed

  • Fix generic type display.

1.0.4

11 Sep 21:28
Compare
Choose a tag to compare

Fixed

  • Fix packaging.

1.0.3

11 Sep 21:23
Compare
Choose a tag to compare

Fixed

  • Add error output to exec error messages

1.0.2

05 Jul 15:29
Compare
Choose a tag to compare

Fixed

  • Set a delay of 1 second between every check for flow errors.

1.0.1

04 Jul 08:21
Compare
Choose a tag to compare

Fixed

  • Clear persistant previous row error description in status when cursor on a non error-ed line.