Skip to content

Releases: codemodsquad/jscodeshift-find-imports

v2.0.5

Choose a tag to compare

@jedwards1211 jedwards1211 released this 19 Jul 16:47

2.0.5 (2024-07-19)

Bug Fixes

  • loosen jscodeshift peer dependency version (c83af15)

v2.0.4

Choose a tag to compare

@jedwards1211 jedwards1211 released this 06 Jan 19:12

2.0.4 (2021-01-06)

Bug Fixes

  • support string literal properties of requires, document compatibility (aa2b06c)

v2.0.3

Choose a tag to compare

@jedwards1211 jedwards1211 released this 06 Oct 23:36

2.0.3 (2020-10-06)

Bug Fixes

  • use more strict jscodeshift peer dep version (5c3ba8e)

v2.0.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 06 Oct 21:06

2.0.2 (2020-10-06)

Bug Fixes

  • remove @types/jscodeshift from dependencies, move jscodeshift to peerDependencies (4eab434)

v2.0.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 06 Oct 19:21

2.0.1 (2020-10-06)

Bug Fixes

v2.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 22 Apr 00:04

2.0.0 (2020-04-22)

Bug Fixes

  • support importing members of namespace imports/requires (9b1b63c)

BREAKING CHANGES

  • values of the returned object are now Identifier or MemberExpression nodes, instead of strings.

v1.1.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 21 Feb 03:10

1.1.1 (2020-02-21)

Bug Fixes

v1.1.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 21 Feb 03:07

1.1.0 (2020-02-21)

Features

v1.0.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 22 May 02:50

1.0.2 (2019-05-22)

Bug Fixes

  • find commonjs requires for import default statements (181178b)

v1.0.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 22 May 02:33

1.0.1 (2019-05-22)

Bug Fixes

  • support typeof, default type(of) imports and and importKind on specifiers (df48be4)