Commit c6cb081
committed
chore(release): 5.0.0 [skip ci]
# [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
* docs1 parent eba2954 commit c6cb081
3 files changed
+2010
-1974
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
1 | 37 | | |
2 | 38 | | |
3 | 39 | | |
| |||
0 commit comments