Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 673 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 673 Bytes

Master

  • Uses the new VS Code autocompletion API for functions - orta #51
  • When you want to work on the flow-for-vscode project, pressing run will start the babel build watcher task - orta
  • Adds support for *.js.flow files ( such as those generated by graphql-js ) which are treated as common JavaScript files - orta

4.0

  • Adds the ability to use flow from your project's node_modules folder. This is a security risk ( see facebookarchive/nuclide#570) and so it is hidden behind a user setting of useNPMPackagedFlow which needs to be set to true for it to work. - orta #53
  • Show flow errors that start at line 0 - orta #54