Skip to content

Releases: jcoreio/jscodeshift-transport

v2.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 15 Nov 05:55

2.0.0 (2018-11-15)

Bug Fixes

  • make replace function API less awkward (a67ed75)

BREAKING CHANGES

  • replace functions will now be called with two
    arguments: (moduleName: string, info: Info), where previously it
    was called with just the info object, which contained moduleName
    as a key. This simplifies the common case.

v1.1.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 15 Nov 05:45

1.1.1 (2018-11-15)

Bug Fixes

  • treat replace function just like string.replace when find is a RegExp (a27ff20)

v1.1.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 15 Nov 05:41

1.1.0 (2018-11-15)

Features

  • support regex search/replace (34b70f0)

v1.0.3

Choose a tag to compare

@jedwards1211 jedwards1211 released this 15 Nov 05:08

1.0.3 (2018-11-15)

Bug Fixes

  • typo in missing replace option emessage (27d4b45)

v1.0.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 15 Nov 05:06

1.0.2 (2018-11-15)

Bug Fixes

  • lookup require binding correctly (dedaa19)

v1.0.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 08 Oct 22:35

1.0.1 (2018-10-08)

Bug Fixes

  • support async import()s (a4e985e), closes #1

v1.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 04 Sep 07:22

1.0.0 (2018-09-04)

Bug Fixes

  • rename project (e48eca3)
  • package.json: add keywords (2b65240)
  • package.json: fix description (edccf02)
  • package.json: fix JSON errors (e39b55d)

Features