Skip to content

Releases: import-js/eslint-import-resolver-typescript

v2.3.0

01 Sep 12:29
v2.3.0
b2db8e3
Compare
Choose a tag to compare

2.3.0 (2020-09-01)

Features

  • import with .js and .jsx file extensions (#56) (5340f96)

v2.2.1

14 Aug 15:15
v2.2.1
32b1529
Compare
Choose a tag to compare

2.2.1 (2020-08-14)

Bug Fixes

  • replace postintall with prepare - fix #54 (f3ffd16)

v2.2.0

30 Jul 05:32
v2.2.0
05f7c0d
Compare
Choose a tag to compare

2.2.0 (2020-07-30)

Features

  • rename option directory to project - close #23 (a662fc1)

v2.1.0

30 Jul 03:16
v2.1.0
d0f19d3
Compare
Choose a tag to compare

2.1.0 (2020-07-30)

Bug Fixes

v2.0.0

17 Oct 02:06
v2.0.0
04987b1
Compare
Choose a tag to compare

2.0.0 (2019-10-17)

Features

  • add alwaysTryTypes option, add tests (fe0aa6f)
  • replace glob with tiny-glob for faster speed, close #12 (f436627)
  • replace glob with tiny-glob for faster speed, close #12 (#13) (5f87698)
  • resolve .ts/.tsx/.d.ts first, and then fallback to @types/* (b11ede3)
  • support scoped packages from DefinitelyTyped (b4e72a5)
  • use types/typings/module first to use .d.ts whenever possible (74de3d9)

Bug Fixes

  • add pretest script which is required (1ffcd83)
  • deps: bump configurations, use resolutions to simplify tests (5eb4874)
  • only check alwaysTryTypes if foundNodePath is null (23e2e8c)
    Terms

v1.1.1

26 Oct 16:11
75cfb50
Compare
Choose a tag to compare
  • Fixed #6 - Plugin fails if no baseUrl is supplied
  • Fixed #7 - resolver fails when importing a node_module ending in .js

v1.1.0

26 Oct 16:12
401d37b
Compare
Choose a tag to compare
  • Added support for tsconfig.json paths