Skip to content

Releases: Pegase745/sublime-flowtype

1.0.0-beta.1

03 Jul 09:08
Compare
Choose a tag to compare

Added

  • Highlight uncovered locations after running coverage check.

1.0.0

03 Jul 10:08
Compare
Choose a tag to compare

Removed

  • Remove .no-sublime-package as it's not sure to be needed yet.
  • Remove default mousemaps and add to the README the howto add them to the user preferences.

Changed

  • Add package control total download badge to README.

1.0.0-beta

02 Jul 19:43
Compare
Choose a tag to compare

Added

  • Disable all commands if no flow pragma is found.

Changed

  • Separate the check_contents command into a view_errors command used to show errors in a panel.

Fixed

  • Build a snippet when auto-completing a suggested function.
  • Show flow error when cursor on an errored line.

v1.0.0-alpha.3

10 May 20:19
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Added

  • Add goto_definition command binded to ctrl+left-mouse-click.
  • Add view_type command binded to ctrl+right-mouse-click.
  • Add coverage command showing percentage of uncovered lines in status bar.
  • Add autocomplete command showing Flow suggestions on ctrl+alt+space, and is also activate by default on file edit.
  • Add suggest_annotations applying suggested type annotations to file.

Changed

  • Activate check contents by default on file save, without showing the quick panel.

Fixed

  • Show error context and full description in quick panel.
  • Use --quiet option to suppress output about server startup.
  • Don't include commands in coverage until the separation of unit and functional tests.
  • Fix autocomplete trigger and show type as the suggestion's description.
  • Don't add a pragma if it's already there.

v1.0.0-alpha.2

09 May 11:52
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Added

  • Add ctrl+alt+c as a keybinding for check_contents.

Changed

  • Show the errors in a quick panel instead of status bar.

v1.0.0-alpha.1

08 May 20:25
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Added

  • Add a spinner in status bar for threaded processes.

Fixed

  • Run check_contents in a thread in order to not freeze UI.
  • Fix check_contents result not showing on Flow server initialization.

v1.0.0-alpha

06 May 12:13
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Added

  • Auto-complete built-in types available in Flow 0.44.0.
  • Add an Check contents command checking the contents of a JS file, listing the errors and highlighting corresponding regions.
  • Add an Add pragma command inserting the pragma on the first row of a JS file.
  • Add tests raising coverage to 99%.