Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

76 lines (44 loc) · 1.33 KB

Changelog

Tags:

  • 💥 [Breaking Change]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

Note: Gaps between patch versions are faulty, broken or test releases.

v1.4.3 (2024-02-12)

🐛 Bug Fix

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

v1.4.1 (2021-12-13)

🏠 Internal

  • Moved typescript to peerDependencies

v1.4.0 (2021-09-27)

🚀 New Feature

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

v1.3.4 (2021-09-23)

🐛 Bug Fix

  • Fixed bug with new Typescript 4.4

v1.3.3 (2021-03-06)

🚀 New Feature

  • Added ability to specify a custom typescript config filename

v1.3.2 (2021-03-02)

🚀 New Feature

  • Improved information about found errors

v1.3.1 (2020-11-06)

🏠 Internal

v1.3.0 (2020-09-11)

🚀 New Feature

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

instead of

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

v1.2.0 (2020-08-28)

🚀 New Feature

  • Added the ability to set the number of allowed errors