4.1 KiB
4.1 KiB
3.0.1 (2020-05-06)
Bug Fixes
- upgrade dependencies (6f24a86)
3.0.0 (2020-03-17)
⚠ BREAKING CHANGES
tsconfigResolveris now an async function. To maintain previous behaviour you can usetsconfigResolverSync.- cache:
cacheStrategyoption has been renamed tocache.
- It now accepts
boolean's andstrings.
Features
2.2.0 (2020-03-15)
Features
- new option
ignoreExtends(9fbd1b4) - new return property
extendedPaths(ee0fd1a) - new returned property
isCircular(85b220a)
Bug Fixes
- circular
extendsproperty causing crash (ae908c2)
2.1.1 (2020-03-14)
Bug Fixes
- move
prettier-pulugin-packagejsontodevDependencies(0426a2c)
2.1.0 (2020-03-14)
Features
- default to
alwayscache whenfilePathused (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
fileNameoption tosearchName.
- Adds a new configuration option
filePathwhich is a direct path to the tsconfig file that should be loaded. - Export the
DEFAULT_SEARCH_NAMEconstant.
Features
filePathoption for direct path to tsconfig (bcde047)
1.2.1 (2020-03-14)
Bug Fixes
- Revert "feat(api):
filePathoption sets direct path to tsconfig" (10332a4)
1.2.0 (2020-03-14)
Features
- api:
filePathoption sets direct path to tsconfig (bc7b2fe)
1.1.0 (2020-03-12)
Features
- re-export
TsConfigJson(4dce11a)
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)