Releases: eps1lon/types-react-codemod
v3.0.0
Major Changes
-
#304
0730d90553bd7dfc889a1325c9e975c16f367439Thanks @renovate! - Update Node.js support matrixDrop support for unmaintained Node.js versions (14.x, 16.x, 17.x, and 19.x) to reduce maintenance cost.
Minor Changes
-
#214
10fb254afbccab5e7e1941bfee49f957ca7ed1a5Thanks @eps1lon! - Add scoped-jsx transformThis replaces usage of the deprecated global JSX namespace with usage of the scoped namespace:
+import { JSX } from 'react' const element: JSX.Element
v2.1.0
v2.0.1
v2.0.0
Major Changes
-
#143
b3351d2Thanks @eps1lon! - Fail install if used version of Node.js is not officially supportedAdd a list of supported versions of Node.js to
enginesinpackage.json.
If the current version does not match, installation will fail (by default in Yarn and in NPM only if theengine-strictconfig is enabled).This warning can be ignored either by setting
engine-stricttofalsein NPM (default) or add--ignore-enginestoyarn(e.g.yarn --ignore-engines).
v1.3.0
Minor Changes
-
#92
0d92140Thanks @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
59e5624Thanks @eps1lon! - Remove repository config files from release.These files are only relevant for development.
-
#40
e425cc9Thanks @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.