8000 Tags · panagosg7/flow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: panagosg7/flow

Tags

v0.163.0

Toggle v0.163.0's commit message
v0.163.0

Reviewed By: pieterv

Differential Revision: D31966747

fbshipit-source-id: ee9f81dd0bb85ddb7f4d4d04f6b3d3a428766251

v0.162.1

Toggle v0.162.1's commit message
v0.162.1

Reviewed By: evanyeung

Differential Revision: D31741626

fbshipit-source-id: 8c6830708ef1100168479a6a96e2ba76aa0d136c

v0.162.0

Toggle v0.162.0's commit message
v0.162.0

Reviewed By: panagosg7

Differential Revision: D31624855

fbshipit-source-id: 7baca47fdb4b50f806f46d82fed366b9900a7614

v0.161.0

Toggle v0.161.0's commit message
v0.161.0

Reviewed By: mroch, evanyeung

Differential Revision: D31276902

fbshipit-source-id: 0e6759faebf6fa87f3420d7cd207f9244c1c0b47

v0.160.2

Toggle v0.160.2's commit message
v0.160.2

Summary: * The fix in 0.160.1 didn't fully fix the regression in 0.160.0. It, and the original "fix" from 0.160.0 are reverted.

Reviewed By: panagosg7

Differential Revision: D31134346

fbshipit-source-id: 9b3979283b9cd6e9bfe9e697363e3c7d03a68d99

v0.160.1

Toggle v0.160.1's commit message
v0.160.1

Reviewed By: panagosg7

Differential Revision: D31044121

fbshipit-source-id: f90c68058ebd1afbe5b6008de844365fe5a32a72

v0.160.0

Toggle v0.160.0's commit message
v0.160.0

Reviewed By: mroch

Differential Revision: D30968268

fbshipit-source-id: 796703dacbeac5383d9b70345ddd073c8ab9acb8

v0.159.0

Toggle v0.159.0's commit message
v0.159.0

Summary: test_plan_flow

Reviewed By: mroch

Differential Revision: D30687332

fbshipit-source-id: 9ee0d34eb236aed775607e7343be28ba54c289ea

v0.158.0

Toggle v0.158.0's commit message
v0.158.0

Summary:
New Features:
* Add support for private class methods, implementing both the [instance](https://github.com/tc39/proposal-private-methods) and [static](https://github.com/tc39/proposal-static-class-features/) proposals! (thanks to our intern, SamChou19815)
* Add an "Organize Imports" code action which sorts and groups the imports at the top of the file.
* Add an "Add all missing imports" code action which auto-imports all unambiguously undefined variables in the given file.

Notable changes:
* Fix a bug where private class fields like `#foo: () => 'foo'` could not be called, leading to workarounds like `this.#foo.call(this)`
* Fix a crash when hovering over a type annotation that is recursive in a parameter default
* Fix a crash when autocompleting inside an object literal with a recursive type
* Fix order of auto-import code actions
* Fix issue with utility types nested in `$NonMaybeType<...>`
* Fix Go to Definition on module reference strings (e.g. if `module.system.haste.module_ref_prefix=m#`, `"m#Foo"` will jump to the `Foo` module)
* The `file_watcher.watchman.survive_restarts` setting is now `true` by default. This setting is deprecated and will be removed in a future version.
* The `--retry-if-init` CLI flag has been removed. Setting it to `false` previously caused the command to error if the server was already running but not yet ready. Instead, use `--timeout` to avoid waiting too long.

Parser:
* Significantly improved parser performance
* Private methods are no longer a parse error

`flow-remove-types`:
* Fix to remove variance sigils on class properties (thanks mischnic)

Reviewed By: jbrown215

Differential Revision: D30407337

fbshipit-source-id: 4adadd182c44e11dc15f7fffefe36629fe85f9c5

v0.157.0

Toggle v0.157.0's commit message
v0.157.0

Reviewed By: pieterv

Differential Revision: D30118454

fbshipit-source-id: 72f51bce145c855f7a8e3ad88102fc4509eaed27
0