Releases: ifiokjr/tsconfig-resolver
Releases · ifiokjr/tsconfig-resolver
v3.0.1
3.0.1 (2020-05-06)
Bug Fixes
v3.0.0
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 string
s.
Features
- export both a sync and async resolver (83c6631)
- cache: accept
boolean
values for cache
(24bf910)
v2.2.0
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
2.1.1 (2020-03-14)
Bug Fixes
- move
prettier-pulugin-packagejson
to devDependencies
(0426a2c)
v2.1.0
2.1.0 (2020-03-14)
Features
- default to
always
cache when filePath
used (3fc605c)
v2.0.1
2.0.1 (2020-03-14)
Bug Fixes
- update package description (f09eb23)
v2.0.0
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
1.2.1 (2020-03-14)
Bug Fixes
- Revert "feat(api):
filePath
option sets direct path to tsconfig" (10332a4)
v1.2.0
1.2.0 (2020-03-14)
Features
- api:
filePath
option sets direct path to tsconfig (bc7b2fe)
v1.1.0
1.1.0 (2020-03-12)
Features