### [3.0.1](https://github.com/ifiokjr/tsconfig-resolver/compare/v3.0.0...v3.0.1) (2020-05-06)


### Bug Fixes

* upgrade dependencies ([6f24a86](https://github.com/ifiokjr/tsconfig-resolver/commit/6f24a8677130a952db67254e81865c00568417ba))

## [3.0.0](https://github.com/ifiokjr/tsconfig-resolver/compare/v2.2.0...v3.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 `string`s.

### Features

* export both a sync and async resolver ([83c6631](https://github.com/ifiokjr/tsconfig-resolver/commit/83c66319d25c95480dd6d5ce55574dacc871e3de))
* **cache:** accept `boolean` values for `cache` ([24bf910](https://github.com/ifiokjr/tsconfig-resolver/commit/24bf91049e4311faf3882ec29055a8359162a8e5))

## [2.2.0](https://github.com/ifiokjr/tsconfig-resolver/compare/v2.1.1...v2.2.0) (2020-03-15)

### Features

- new option `ignoreExtends` ([9fbd1b4](https://github.com/ifiokjr/tsconfig-resolver/commit/9fbd1b438c8bfe0677af5f79dda7c4d95706f1df))
- new return property `extendedPaths` ([ee0fd1a](https://github.com/ifiokjr/tsconfig-resolver/commit/ee0fd1acf05500c8af8c653c350baec61e3d7c8d))
- new returned property `isCircular` ([85b220a](https://github.com/ifiokjr/tsconfig-resolver/commit/85b220a95eae5b526a804f738ffd71644a55fad6))

### Bug Fixes

- circular `extends` property causing crash ([ae908c2](https://github.com/ifiokjr/tsconfig-resolver/commit/ae908c2aabdce575f0faff913585c61806296aec))

### [2.1.1](https://github.com/ifiokjr/tsconfig-resolver/compare/v2.1.0...v2.1.1) (2020-03-14)

### Bug Fixes

- move `prettier-pulugin-packagejson` to `devDependencies` ([0426a2c](https://github.com/ifiokjr/tsconfig-resolver/commit/0426a2cb71d2358c89796fffee795b905cdc05c4))

## [2.1.0](https://github.com/ifiokjr/tsconfig-resolver/compare/v2.0.1...v2.1.0) (2020-03-14)

### Features

- default to `always` cache when `filePath` used ([3fc605c](https://github.com/ifiokjr/tsconfig-resolver/commit/3fc605c8b40c7973787417e5708966abe0108121))

### [2.0.1](https://github.com/ifiokjr/tsconfig-resolver/compare/v2.0.0...v2.0.1) (2020-03-14)

### Bug Fixes

- update package description ([f09eb23](https://github.com/ifiokjr/tsconfig-resolver/commit/f09eb2338efd02733ac7bde12787423279e93182))

## [2.0.0](https://github.com/ifiokjr/tsconfig-resolver/compare/v1.2.1...v2.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](https://github.com/ifiokjr/tsconfig-resolver/commit/bcde0474451917bd73eb111ee3710bac87740fc2))

### [1.2.1](https://github.com/ifiokjr/tsconfig-resolver/compare/v1.2.0...v1.2.1) (2020-03-14)

### Bug Fixes

- Revert "feat(api): `filePath` option sets direct path to tsconfig" ([10332a4](https://github.com/ifiokjr/tsconfig-resolver/commit/10332a47239660a3457fb221a5a072270d42287c))

## [1.2.0](https://github.com/ifiokjr/tsconfig-resolver/compare/v1.1.0...v1.2.0) (2020-03-14)

### Features

- **api:** `filePath` option sets direct path to tsconfig ([bc7b2fe](https://github.com/ifiokjr/tsconfig-resolver/commit/bc7b2fe3bbd12b71d69e8ab9df5f8da5a0864923))

## [1.1.0](https://github.com/ifiokjr/tsconfig-resolver/compare/v1.0.1...v1.1.0) (2020-03-12)

### Features

- re-export `TsConfigJson` ([4dce11a](https://github.com/ifiokjr/tsconfig-resolver/commit/4dce11ac15137ca4e8dfe200217fbe99696ccc7e))

### [1.0.1](https://github.com/ifiokjr/tsconfig-resolver/compare/v1.0.0...v1.0.1) (2020-03-12)

### Bug Fixes

- **package.json:** update the fields for the package.json ([1c5abb1](https://github.com/ifiokjr/tsconfig-resolver/commit/1c5abb196e16a7717393414795d9d446a7b2c96f))

## 1.0.0 (2020-03-12)

### Features

- setup the initial codebase ([f63e13e](https://github.com/ifiokjr/tsconfig-resolver/commit/f63e13e8531de22af5d95e28faa8add18c3b94c8))