feat(cli): Add --version option and warn against global tstest usage in the tstest project

This commit is contained in:
2025-05-26 14:20:55 +00:00
parent 3d85f54be0
commit 82fc22653b
3 changed files with 55 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-05-26 - 2.3.0 - feat(cli)
Add '--version' option and warn against global tstest usage in the tstest project
- Introduced a new '--version' CLI flag that prints the version from package.json
- Added logic in ts/index.ts to detect if tstest is run globally within its own project and issue a warning
- Added .claude/settings.local.json to configure allowed permissions for various commands
## 2025-05-26 - 2.2.6 - fix(tstest)
Improve timeout warning timer management and summary output formatting in the test runner.