feat(cli): Add new check command for type checking and update compiler options handling
This commit is contained in:
11
changelog.md
11
changelog.md
@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-15 - 2.4.0 - feat(cli)
|
||||
Add new 'check' command for type checking and update compiler options handling
|
||||
|
||||
- Introduced a new 'check' command to verify TypeScript files without emitting output
|
||||
- Updated CLI error messages and logging for better clarity
|
||||
- Replaced '--allowimplicitany' flag with '--disallowimplicitany' to reflect new default behavior
|
||||
- Modified compiler options default settings (noImplicitAny now set to false) for more flexible type handling
|
||||
- Refined diagnostic output in tsbuild class for improved error reporting
|
||||
- Updated .gitignore to exclude the .claude file
|
||||
- Enhanced documentation in readme and implementation plan files
|
||||
|
||||
## 2025-03-20 - 2.3.2 - fix(compileGlobStringObject)
|
||||
Fix duplicate file outputs in glob pattern processing
|
||||
|
||||
|
Reference in New Issue
Block a user