Releases: wix-incubator/vscode-glean
Releases · wix-incubator/vscode-glean
v5.2.2
19 Mar 16:37
Compare
Sorry, something went wrong.
No results found
5.2.2 (2021-03-19)
Bug Fixes
class-to-function: Fixed conversion of class properties with function value. Fixes #95 (e5177a1 )
v5.2.1
19 Mar 14:23
Compare
Sorry, something went wrong.
No results found
5.2.1 (2021-03-19)
Bug Fixes
generla: optional chaining support (9ac114e )
v5.2.0
19 Mar 14:12
Compare
Sorry, something went wrong.
No results found
5.2.0 (2021-03-19)
Features
isJSX: Add support for optional chainning (7aa0826 )
v5.1.1
06 Jan 21:53
Compare
Sorry, something went wrong.
No results found
5.1.1 (2021-01-06)
Bug Fixes
class-to-functional: fixd support for props distructuring. Fixes #95 (060958c )
v5.1.0
14 Dec 13:01
Compare
Sorry, something went wrong.
No results found
5.1.0 (2020-12-14)
Features
hooks-support: BREAKING CHANGE: Drop support to pre-hooks React versions (9421b2f )
v5.0.4
14 Dec 11:48
Compare
Sorry, something went wrong.
No results found
5.0.4 (2020-12-14)
Bug Fixes
v5.0.1
31 May 07:53
Compare
Sorry, something went wrong.
No results found
5.0.1 (2020-05-31)
Bug Fixes
function-to-class: Fix for wrap with useEffect refactoring relevancy detection. Closes #113 (c273fdc )
v5.0.0
15 May 22:26
Compare
Sorry, something went wrong.
No results found
5.0.0 (2020-05-15)
Features
v5: New refactorings: wrap with useMemo, useCallback useEffect, rename state veriable (#112 ) (eba2954 )
BREAKING CHANGES
v5: Hooks support will now be activated automatically based on React version (16.8 and up) instead of a flag
feat(rename-state-variable): New Refactoring! Rename State Variable
feat(hooks-support): activate hooks support based on react version
removed excess deps
refactoring + wrap with effect refactoring
feat(wrap-with-useCallback): New refactoring - wrap function with useCallback
ts fix
feat(wrap-with-usememo): New! Wrap expressions with useMemo
docs: updated teh docs
fix(wrap-with-memo): improved case detection
docs: added new refactorings
docs
docs
v4.21.1
05 Apr 21:05
Compare
Sorry, something went wrong.
No results found
4.21.1 (2020-04-05)
Bug Fixes
build: updated travis setup (efe0d8b )
v4.20.1
14 Mar 14:39
Compare
Sorry, something went wrong.
No results found
4.20.1 (2020-03-14)
Bug Fixes
conditional: fixed wrapping with JSX expression when selection nested within JSX element. Fixes #105 (65393db )