Skip to content

Commit f251ef7

Browse files
authored
Describe changes from flow#85 flow#87 flow#88 in changelog
1 parent 63fecec commit f251ef7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
### Master
22

3+
* Adds the status indicator (spinner) to the statusbar which appears when flow is
4+
type checking, so that users can tell if everything type checked or if flow is
5+
just not finished yet. Indicator can be disabled by setting `flow.showStatus` to
6+
`false`. - [@gozala][] [#85](https://github.com/flowtype/flow-for-vscode/pull/85)
7+
* Type checks code as you type. Only unsaved changes in an active document are
8+
considered (other unsaved documents are type checked by content on the disk).
9+
This feature can be disabled by setting `flow.runOnEdit` to `false` - [@gozala][]
10+
[#87](https://github.com/flowtype/flow-for-vscode/pull/87)
11+
* Adds the [flowtype.org/try](http://flowtype.org/try/) like functionality to allow
12+
sketching, without setting up a project. Unsaved documents (ones created by
13+
`Files: New Untitled File` command) in `javascript` / `javascriptreact` mode and
14+
[`@flow` pragma](https://flowtype.org/docs/new-project.html#typechecking-your-files)
15+
will be typechecked as you type (assuming `flow.runOnEdit` is set to `true`). Please
16+
note that once file is saved, unless it's under project with `.flowconfig` it will
17+
no longer be type checked un further edits. - [@gozala]
18+
[#88](https://github.com/flowtype/flow-for-vscode/pull/88)
19+
320
### 0.5.0
421

522
* Uses the absolute path to the `where` command provided by Windows - JPanneel #69
@@ -18,3 +35,5 @@
1835
is hidden behind a user setting of `useNPMPackagedFlow` which needs to be set to `true`
1936
for it to work. - orta #53
2037
* Show flow errors that start at line 0 - orta #54
38+
39+
[@gozala]:https://github.com/Gozala

0 commit comments

Comments
 (0)