Skip to content

Releases: ifiokjr/tsconfig-resolver

v3.0.1

06 May 18:55
Compare
Choose a tag to compare

3.0.1 (2020-05-06)

Bug Fixes

v3.0.0

17 Mar 06:12
Compare
Choose a tag to compare

3.0.0 (2020-03-17)

⚠ BREAKING CHANGES

  • tsconfigResolver is now an async function. To
    maintain previous behaviour you can use tsconfigResolverSync.
  • cache: cacheStrategy option has been renamed to cache.
  • It now accepts boolean's and strings.

Features

  • export both a sync and async resolver (83c6631)
  • cache: accept boolean values for cache (24bf910)

v2.2.0

15 Mar 00:48
Compare
Choose a tag to compare

2.2.0 (2020-03-15)

Features

  • new option ignoreExtends (9fbd1b4)
  • new return property extendedPaths (ee0fd1a)
  • new returned property isCircular (85b220a)

Bug Fixes

  • circular extends property causing crash (ae908c2)

v2.1.1

14 Mar 15:43
Compare
Choose a tag to compare

2.1.1 (2020-03-14)

Bug Fixes

  • move prettier-pulugin-packagejson to devDependencies (0426a2c)

v2.1.0

14 Mar 15:15
Compare
Choose a tag to compare

2.1.0 (2020-03-14)

Features

  • default to always cache when filePath used (3fc605c)

v2.0.1

14 Mar 10:02
Compare
Choose a tag to compare

2.0.1 (2020-03-14)

Bug Fixes

  • update package description (f09eb23)

v2.0.0

14 Mar 09:55
Compare
Choose a tag to compare

2.0.0 (2020-03-14)

⚠ BREAKING CHANGES

  • This changes the previously named fileName option to
    searchName.
  • Adds a new configuration option filePath which is a direct path to
    the tsconfig file that should be loaded.
  • Export the DEFAULT_SEARCH_NAME constant.

Features

  • filePath option for direct path to tsconfig (bcde047)

v1.2.1

14 Mar 09:52
Compare
Choose a tag to compare

1.2.1 (2020-03-14)

Bug Fixes

  • Revert "feat(api): filePath option sets direct path to tsconfig" (10332a4)

v1.2.0

14 Mar 09:22
Compare
Choose a tag to compare

1.2.0 (2020-03-14)

Features

  • api: filePath option sets direct path to tsconfig (bc7b2fe)

v1.1.0

12 Mar 22:46
Compare
Choose a tag to compare

1.1.0 (2020-03-12)

Features