Skip to content

v5.0.0

Compare
Choose a tag to compare
@borislit borislit released this 15 May 22:26
· 21 commits to master since this release

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