Releases: V4Fire/TypescriptCheck
Releases · V4Fire/TypescriptCheck
V4TypescriptChecker v1.4.3
🐛 Bug Fix
- Added
d.file != null
check to fixTypeError: Cannot read properties of undefined (reading 'fileName')
V4TypescriptChecker v1.4.2
🏠 Internal
- Freezing versions of all dependencies from package.json
V4TypescriptChecker v1.4.1
🏠 Internal
- Moved
typescript
to peerDependencies
V4TypescriptChecker v1.4.0
🚀 New Feature
- Added the log message with the used version of the Typescript package
V4TypescriptChecker v1.3.4
🐛 Bug Fix
- Fixed bug with new Typescript 4.4
V4TypescriptChecker v1.3.3
🚀 New Feature
- Added ability to specify a custom typescript config filename
V4TypescriptChecker v1.3.2
🚀 New Feature
- Improved information about found errors
V4TypescriptChecker v1.3.1
🏠 Internal
- Updated dependencies:
typescript@4.1.1-rc
,upath@2
V4TypescriptChecker v1.3.0
🚀 New Feature
- Simplified running the checker:
npx @v4fire/typescript-check
instead of
node ./node_modules/@v4fire/typescript-check/index.js
V4TypescriptChecker v1.2.0
🚀 New Feature
- Added the ability to set the number of allowed errors