vscode-glean

The extension provides refactoring tools for your React codebase

MIT License

Stars
1.5K
Committers
19

Bot releases are visible (Hide)

vscode-glean - v4.10.2

Published by borislit over 5 years ago

4.10.2 (2019-04-09)

Bug Fixes

vscode-glean - v4.10.1

Published by borislit over 5 years ago

4.10.1 (2019-03-28)

Bug Fixes

  • class-to-function: changed the labels of refactorings (d2848ee)
vscode-glean - v4.10.0

Published by borislit over 5 years ago

4.10.0 (2019-03-26)

Bug Fixes

  • class-to-functional: useState hook not added for state variables not inited or set (32c71f6)
  • extract-component: incorrect handling of nested member expressions. Fixes #62 (1840c64)

Features

  • extract-component: added extraction to the same file (63911e7)
vscode-glean - v4.9.0

Published by borislit over 5 years ago

4.9.0 (2019-03-11)

Features

  • function-to-class: defaultProps support (c650f96)
  • function-to-class: defaultProps support (2bc5858)
vscode-glean - v4.6.0

Published by borislit over 5 years ago

4.6.0 (2019-02-15)

Features

  • extract-component: Allow extracting component to same file (f012bda)
vscode-glean - v4.5.0

Published by borislit over 5 years ago

4.5.0 (2019-02-06)

Features

  • class-to-functional: use FC instead of SFC type in hooks are enabled (a97b963)
vscode-glean - v4.4.1

Published by borislit over 5 years ago

4.4.1 (2019-02-06)

Bug Fixes

  • stateful-to-stateless: fix crash in case constructor doesnt have state init (493ecd9)
vscode-glean - v4.4.0

Published by borislit over 5 years ago

4.4.0 (2019-02-06)

Features

  • general: Glean V5 with Hooks support BREAKING CHANGES (f94f81f)
vscode-glean - v4.2.3

Published by borislit almost 6 years ago

4.2.3 (2018-11-08)

Bug Fixes

  • stateless-to-stateful: fixed crash when converting component with JSX behind logical opetator (9427e5e)
vscode-glean - v4.2.2

Published by borislit almost 6 years ago

4.2.2 (2018-11-06)

Bug Fixes

  • export-component: Windows 10 support (96f875c)
vscode-glean - v4.2.1

Published by borislit almost 6 years ago

4.2.1 (2018-11-05)

Bug Fixes

  • extract-component: Fixed feature on Windows 10. Changed URI resolution API used to resolve path while using the refactoring (29b808a)
vscode-glean - v4.2.0

Published by borislit almost 6 years ago

4.2.0 (2018-11-02)

Features

  • stateless-to-stateful: Type annotation can now be extracted from variable declaration annontation (SFC) in addition to prop argument annotation (8f572c3)
vscode-glean - v4.1.0

Published by borislit almost 6 years ago

4.1.0 (2018-11-01)

Features

  • stateful-to-stateless: The type annotation of generated component will now use official React typings (SFC) (f7c27f8)
vscode-glean - v4.0.7

Published by borislit almost 6 years ago

4.0.7 (2018-10-31)

Bug Fixes

  • extract-component: the snippet will be wrapped with fragment only if it contains multiple lines (24ff2b0)
vscode-glean - v4.0.6

Published by borislit almost 6 years ago

4.0.6 (2018-10-30)

Bug Fixes

  • statless-to-stateful: typescript annotation of props will be maintained when refactoring (a6ac8a9)
vscode-glean - v4.0.5

Published by borislit almost 6 years ago

4.0.5 (2018-10-30)

Bug Fixes

  • stateless-to-stateful: fixed crash when retun statement wasnt the first statement in function body (e3bafd9)
vscode-glean - v4.0.4

Published by borislit almost 6 years ago

4.0.4 (2018-10-28)

Bug Fixes

  • stateless-to-stateful: faced component name becoming lowercase after applying the refactoring (ac551b6)
vscode-glean - v4.0.3

Published by borislit almost 6 years ago

4.0.3 (2018-10-25)

Bug Fixes

  • stateless-to-stateful: added support for rest operator in props (b268951)
vscode-glean - v4.0.2

Published by borislit almost 6 years ago

4.0.2 (2018-10-25)

Bug Fixes

  • docs: documentation fixes (4cfe362)
vscode-glean - v4.0.1

Published by borislit almost 6 years ago

4.0.1 (2018-10-24)

Bug Fixes

  • configuration: jsFilesExtensions type fix (de7e878)
  • configuration: jsFilesExtensions type fix (602efce)