Skip to content

Releases: cheton/find-imports

v1.1.0

05 Nov 08:49

Choose a tag to compare

Add support for custom .babelrc (ed73d36, PR #5 by @BTMPL)

v1.0.0

24 Oct 11:20

Choose a tag to compare

Breaking Change

Babel 7 support (38ddf65)

v0.5.2

11 Mar 02:50

Choose a tag to compare

Merge PR #3

v0.5.1

30 Sep 06:07

Choose a tag to compare

Resolve an issue that cannot parse the AST for require() calls like require('foo').bar();

v0.5.0

25 May 06:09

Choose a tag to compare

Add support for negative glob pattern (e6eece1, closes #2)

v0.4.0

22 May 23:38

Choose a tag to compare

Add support for disabling package imports (@kinetifex, #1)

v0.3.1

20 May 11:04

Choose a tag to compare

Update README (8bda989)

v0.3.0

20 May 10:56

Choose a tag to compare

Add flatten option that allows to flatten the output (c34e902)

v0.2.0

20 May 10:42

Choose a tag to compare

Add options to allow absolute and relative imports (0c28ca6)

v0.1.0

19 May 15:45

Choose a tag to compare

First release