3.5 KiB
3.5 KiB
@prefresh/babel-plugin
0.5.1
Patch Changes
7e47061
#524 Thanks @JoviDeCroock! - Ensure we accoutn for the filename when hashing
0.5.0
Minor Changes
e641c69
#499 Thanks @JoviDeCroock! - Publish automatically with npm provenance enabled
35e18f7
#488 Thanks @JoviDeCroock! - Transform createContext calls that we find within a closure to make them unique
0.4.4
Patch Changes
01bf615
#477 Thanks @JoviDeCroock! - Support contexts nested in an object
0.4.2
Patch Changes
eb9aa93
#425 Thanks @JoviDeCroock! - Fix import paths for newer node versions
0.4.1
Patch Changes
010f21b
#287 Thanks @JoviDeCroock! - Fix createContext detection in React-Preact/compat
0.4.0
Minor Changes
21f8c43
#243 Thanks @JoviDeCroock! - Invalidate useEffect/useLayoutEffect/useMemo/useCallback without resetting hook-state aggressively, now hook-state will only be reset for stateful hooks.
0.3.0
Minor Changes
c0835d5
#233 Thanks @JoviDeCroock! - Calculate hashes for useEffect and useLayoutEffect
0.2.2
Patch Changes
39c60c5
#195 Thanks @JoviDeCroock! - Fix syntax issue preventing babel from correctly assigning defaultValues
0.2.1
Patch Changes
53e79a8
#193 Thanks @JoviDeCroock! - Fix bug where a TSAsExpression would make our transform behave funky
0.2.0
Minor Changes
430fe2c
#185 Thanks @JoviDeCroock! - Add support for registering class components