### [2.1.2](https://github.com/ifiokjr/import-sort-style-custom/compare/v2.1.1...v2.1.2) (2020-03-15)


### Bug Fixes

* handle circular tsconfig files ([4fe6676](https://github.com/ifiokjr/import-sort-style-custom/commit/4fe66762f97a3475d2974ab677dd1bf3b1dd66f0))

### [2.1.1](https://github.com/ifiokjr/import-sort-style-custom/compare/v2.1.0...v2.1.1) (2020-03-14)


### Bug Fixes

* update `tsconfig-resolver` dependency ([9730ace](https://github.com/ifiokjr/import-sort-style-custom/commit/9730acede0c6a40db84386ff27e82cc844b861ab))

## [2.1.0](https://github.com/ifiokjr/import-sort-style-custom/compare/v2.0.0...v2.1.0) (2020-03-14)


### Features

* new option `spaceAfterAliases` ([9a6d08d](https://github.com/ifiokjr/import-sort-style-custom/commit/9a6d08dfed18ebe3c655209a7722e0eec76c161d))


### Performance Improvements

* improve performance by caching check values ([ae43d3e](https://github.com/ifiokjr/import-sort-style-custom/commit/ae43d3e1af49f41ee3b19da6f54f9d6636eebb2e))

## [2.0.0](https://github.com/ifiokjr/import-sort-style-custom/compare/v1.1.1...v2.0.0) (2020-03-14)


### ⚠ BREAKING CHANGES

* rename `tsconfigFileName` to `tsconfigName`.

Allow passing a direct path to the tsconfig file into the configuration.
This allows you to more easily select the desired config to use.

### Features

* add `tsconfigFilePath` configuration option ([c305cc4](https://github.com/ifiokjr/import-sort-style-custom/commit/c305cc476bf84309fd548b91cc5f8fe81dccf1b8))

### [1.1.1](https://github.com/ifiokjr/import-sort-style-custom/compare/v1.1.0...v1.1.1) (2020-03-13)


### Bug Fixes

* update dependencies ([33cfe49](https://github.com/ifiokjr/import-sort-style-custom/commit/33cfe497c96db2d4a955e350e7a7a80fa9374456))

## [1.1.0](https://github.com/ifiokjr/import-sort-style-custom/compare/v1.0.0...v1.1.0) (2020-03-13)


### Features

* rename package to `import-sort-style-custom` ([ccb3564](https://github.com/ifiokjr/import-sort-style-custom/commit/ccb356457a142aa58947590e8117de9a5d1f0322))

## 1.0.0 (2020-03-13)

### Features

- initial release of `import-sort-style-custom` ([7f019b2](https://github.com/ifiokjr/import-sort-style-custom/commit/7f019b24818581f884d2d43b4b6b34c093bc7bde))
