- Use the official language server protocol to communicate with
flow
- Support for Tree-Sitter Flow grammar
- Add config to stop flow server when flow-ide is stopped
- Fix autocomplete selector
- Support for Tree-Sitter Flow grammar
- Support new errors messages since flow 0.66.0
- Fix goto definition (via hyperclick) if the cursor is at the end of the word
- Fix outline for rest/spread operators
- Outline of classes, functions, types and variables (using atom-ide-ui)
- Minor bug fixes regarding markdown rendering of flow errors
- Support datatip from atom-ide-ui
- Fix wrong coverage (#112)
- Fix minor markdown rendering issue
- Hide coverage view instead of emptying to fix extra padding
- Add linting in flow support
- Show a restart notification after
hyperclickPriority
is updated
- Change search order of
flow
executable (Executable Path setting >node_modules/.bin/flow
> globalflow
)
- Add "jump to definition" via
hyperclick
- Show the complete flow error message as error description
- Add option to show uncovered code
- Fix process exited with non-zero status code for autocomplete
- Fix invalid behavior of
onlyIfAppropriate
config
- Limit concurrent spawned processes
- Increase exec timeout to 60 seconds
- Upgrade for linter v2 support
- Terminate flow servers on deactivate
- Fix path.dirname deprecation by ignoring autocomplete requests on files not yet saved
- Had to bump version because of some issues in deployment (network)
- Handle coverage count zero (#52)
- Fix flow type checking (#49)
- Add Flow coverage view
- Provide a default .flowconfig file if onlyIfAppropriate is enabled and a .flowconfig file is not found already
- Fix autocompletion for properties (#33)
- Remove types from function params (#8)
- APM was having hiccups back then so didn't publish properly
- Fix a bug in last release
- Workaround a Atom's builtin babel bug
- Just another patch to catch more flow errors gracefully
- Handle flow crashes/respawns gracefully
- Show entire linter error message
- Fix a bug introduced in 1.1.0 where autocomplete wouldn't work
- Fix a reference to undefined variable in case of error ( Fixes #12 )
- Add support for locally installed flow bins
- Bump
atom-linter
to v5
- Show a correct type for Objects in autocomplete
- Only run autocomplete at appropriate times ( Fixes #3 )
- Fix a bug in retrying for server
- Fix a bug where deep nested objects would mess up autocomplete
- Bump
atom-package-deps
version
- Bump
atom-linter
dependency to include fix for projects that don't have a.flowcofig
- Improve handling of fatal errors
- Implement smart sorting and filtering of autocomplete suggestions
- Make linter messages more user friendly
- Linting support added
- Autocomplete support added