Skip to content

Releases: eps1lon/types-react-codemod

v2.1.0

07 Jun 20:40
17de41e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v2.0.1

26 Mar 18:32
3ba7a94
Compare
Choose a tag to compare

Patch Changes

  • #210 a47bd09 Thanks @eps1lon! - Ensure jscodeshift can be executed

    Fixes /usr/bin/env: ‘node\r’: No such file or directory

v2.0.0

31 Oct 08:44
4ca5ed0
Compare
Choose a tag to compare

Major Changes

  • #143 b3351d2 Thanks @eps1lon! - Fail install if used version of Node.js is not officially supported

    Add a list of supported versions of Node.js to engines in package.json.
    If the current version does not match, installation will fail (by default in Yarn and in NPM only if the engine-strict config is enabled).

    This warning can be ignored either by setting engine-strict to false in NPM (default) or add --ignore-engines to yarn (e.g. yarn --ignore-engines).

v1.3.0

02 Aug 18:36
ef0af9b
Compare
Choose a tag to compare

Minor Changes

v1.2.1

29 May 15:29
4ab97cc
Compare
Choose a tag to compare

Patch Changes

  • #69 52da899 Thanks @eps1lon! - Don't use import statement.

    Fixes errors like "SyntaxError: Cannot use import statement outside a module".

v1.2.0

21 May 08:01
27ac2c3
Compare
Choose a tag to compare

Minor Changes

  • #63 15ec796 Thanks @eps1lon! - Avoid transpiling transforms

    Previously jscodeshift would transpile the transforms before using them.
    This was largely unnecessary and resulted in bugs to to usage of undeclared Babel dependencies.

v1.1.0

26 Apr 19:30
421f06d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #51 d5aa8f3 Thanks @eps1lon! - Display version from package.json instead of hardcoded one.

v1.0.2

25 Apr 22:44
1cddd71
Compare
Choose a tag to compare

Patch Changes

v1.0.1

25 Apr 19:37
89eba91
Compare
Choose a tag to compare

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.

v1.0.0

05 Apr 14:40
fd16ecc
Compare
Choose a tag to compare

Major Changes

  • #22 18339c2 Thanks @eps1lon! - Release 1.0.0

    Includes no breaking changes.
    Just marking this release as mature by not using the 0.x range.