Skip to content

Releases: eps1lon/types-react-codemod

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.

v0.1.0

05 Apr 11:54
4fafa6f
Compare
Choose a tag to compare

Minor Changes

Patch Changes