Releases: eps1lon/types-react-codemod
v2.1.0
v2.0.1
v2.0.0
Major Changes
-
#143
b3351d2
Thanks @eps1lon! - Fail install if used version of Node.js is not officially supportedAdd a list of supported versions of Node.js to
engines
inpackage.json
.
If the current version does not match, installation will fail (by default in Yarn and in NPM only if theengine-strict
config is enabled).This warning can be ignored either by setting
engine-strict
tofalse
in NPM (default) or add--ignore-engines
toyarn
(e.g.yarn --ignore-engines
).
v1.3.0
Minor Changes
-
#92
0d92140
Thanks @eps1lon! - Ensure TypeScript instantiation expressions can be parsedInstantiation expressions were added in TypeScript 4.7.
v1.2.1
v1.2.0
v1.1.0
v1.0.2
v1.0.1
Patch Changes
-
#33
59e5624
Thanks @eps1lon! - Remove repository config files from release.These files are only relevant for development.
-
#40
e425cc9
Thanks @eps1lon! - Remove test files from release.There's a charm to having these in the release but nobody reads them anyway.
And for testing you need the dev setup which is probably not available if inside node_modules.