Skip to content

Latest commit

 

History

History
97 lines (52 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

97 lines (52 loc) · 4.07 KB

3.0.1 (2020-05-06)

Bug Fixes

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)

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)

2.1.1 (2020-03-14)

Bug Fixes

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

2.1.0 (2020-03-14)

Features

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

2.0.1 (2020-03-14)

Bug Fixes

  • update package description (f09eb23)

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)

1.2.1 (2020-03-14)

Bug Fixes

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

1.2.0 (2020-03-14)

Features

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

1.1.0 (2020-03-12)

Features

1.0.1 (2020-03-12)

Bug Fixes

  • package.json: update the fields for the package.json (1c5abb1)

1.0.0 (2020-03-12)

Features

  • setup the initial codebase (f63e13e)