Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Releases: un-ts/eslint-import-resolver-ts

v0.4.2

02 Oct 05:37
v0.4.2
90e4fcb
Compare
Choose a tag to compare

0.4.2 (2019-10-02)

Bug Fixes

  • eslint-import-resolver-ts itself should be devDependencies (eca0f34)

v0.4.1

02 Oct 05:37
v0.4.1
ea5954b
Compare
Choose a tag to compare

0.4.1 (2019-10-02)

Features

  • add support of .jsx to be used with allowJs (2a4b854)

v0.4.0

02 Oct 05:37
v0.4.0
d81f8ee
Compare
Choose a tag to compare

0.4.0 (2019-09-22)

Bug Fixes

  • deps: bump configurations, use resolutions to simplify tests (5eb4874)

v0.3.0

11 Sep 06:33
Compare
Choose a tag to compare

refactor: change code base to TypeScript, better workflow

v0.2.0

11 Sep 06:35
v0.2.0
7d89fd3
Compare
Choose a tag to compare
  1. feat: resolve .ts/.tsx/.d.ts first, and then fallback to @types/*
  2. feat: use types/typings/module first to use .d.ts whenever possible
  3. feat: support scoped packages from DefinitelyTyped
  4. feat: add alwaysTryTypes option, add tests
  5. add support for multiple tsconfigs
  6. support glob patterns