3.0.1 (2020-05-06)
- upgrade dependencies (6f24a86)
3.0.0 (2020-03-17)
tsconfigResolver
is now an async function. To maintain previous behaviour you can usetsconfigResolverSync
.- cache:
cacheStrategy
option has been renamed tocache
.
- It now accepts
boolean
's andstring
s.
2.2.0 (2020-03-15)
- new option
ignoreExtends
(9fbd1b4) - new return property
extendedPaths
(ee0fd1a) - new returned property
isCircular
(85b220a)
- circular
extends
property causing crash (ae908c2)
2.1.1 (2020-03-14)
- move
prettier-pulugin-packagejson
todevDependencies
(0426a2c)
2.1.0 (2020-03-14)
- default to
always
cache whenfilePath
used (3fc605c)
2.0.1 (2020-03-14)
- update package description (f09eb23)
2.0.0 (2020-03-14)
- This changes the previously named
fileName
option tosearchName
.
- 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.
filePath
option for direct path to tsconfig (bcde047)
1.2.1 (2020-03-14)
- Revert "feat(api):
filePath
option sets direct path to tsconfig" (10332a4)
1.2.0 (2020-03-14)
- api:
filePath
option sets direct path to tsconfig (bc7b2fe)
1.1.0 (2020-03-12)
- re-export
TsConfigJson
(4dce11a)
1.0.1 (2020-03-12)
- package.json: update the fields for the package.json (1c5abb1)
- setup the initial codebase (f63e13e)