Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](v4.21.1...v5.0.0) (2020-05-15) ### Features * **v5:** New refactorings: wrap with useMemo, useCallback useEffect, rename state veriable ([#112](#112)) ([eba2954](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
- Loading branch information