Skip to content

Releases: V4Fire/TypescriptCheck

V4TypescriptChecker v1.4.3

12 Feb 17:34
89370ac
Compare
Choose a tag to compare

🐛 Bug Fix

  • Added d.file != null check to fix TypeError: Cannot read properties of undefined (reading 'fileName')

V4TypescriptChecker v1.4.2

05 Mar 08:55
Compare
Choose a tag to compare

🏠 Internal

  • Freezing versions of all dependencies from package.json

V4TypescriptChecker v1.4.1

13 Dec 11:46
Compare
Choose a tag to compare

🏠 Internal

  • Moved typescript to peerDependencies

V4TypescriptChecker v1.4.0

27 Sep 09:36
Compare
Choose a tag to compare

🚀 New Feature

  • Added the log message with the used version of the Typescript package

V4TypescriptChecker v1.3.4

23 Sep 13:58
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed bug with new Typescript 4.4

V4TypescriptChecker v1.3.3

12 Mar 06:35
aa4437a
Compare
Choose a tag to compare

🚀 New Feature

  • Added ability to specify a custom typescript config filename

V4TypescriptChecker v1.3.2

02 Mar 19:29
Compare
Choose a tag to compare

🚀 New Feature

  • Improved information about found errors

V4TypescriptChecker v1.3.1

06 Nov 15:34
Compare
Choose a tag to compare

🏠 Internal

  • Updated dependencies: typescript@4.1.1-rc, upath@2

V4TypescriptChecker v1.3.0

11 Sep 02:29
Compare
Choose a tag to compare

🚀 New Feature

  • Simplified running the checker:
npx @v4fire/typescript-check

instead of

node ./node_modules/@v4fire/typescript-check/index.js

V4TypescriptChecker v1.2.0

28 Aug 17:58
Compare
Choose a tag to compare

🚀 New Feature

  • Added the ability to set the number of allowed errors