247 Commits

Author SHA1 Message Date
b7f4b7b3b8 2.2.1 v2.2.1 2025-05-26 04:40:10 +00:00
424046b0de fix(repo configuration): Update repository metadata to use git.zone naming and add local permission settings 2025-05-26 04:40:10 +00:00
0f762f2063 2.2.0 v2.2.0 2025-05-26 04:37:38 +00:00
82757c4abc feat(watch mode): Add watch mode support with CLI options and enhanced documentation 2025-05-26 04:37:38 +00:00
7aaeed0dc6 fix: Implement tap.todo(), fix tap.skip.test() to create test objects, and ensure tap.only.test() works correctly
- tap.todo.test() now creates proper test objects marked as todo
- tap.skip.test() creates test objects instead of just logging
- tap.only.test() properly filters to run only marked tests
- Added markAsSkipped() method for pre-test skip marking
- All test types now contribute to accurate test counts
- Updated documentation to reflect these fixes

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-26 04:07:05 +00:00
c98bd85829 2.1.0 v2.1.0 2025-05-26 04:02:32 +00:00
33d2ff1d4f feat(core): Implement Protocol V2 with enhanced settings and lifecycle hooks 2025-05-26 04:02:32 +00:00
91880f8d42 2.0.0 v2.0.0 2025-05-25 19:37:14 +00:00
7b1732abcc BREAKING CHANGE(protocol): Introduce protocol v2 implementation and update build configuration with revised build order, new tspublish files, and enhanced documentation 2025-05-25 19:37:13 +00:00
7d09b39f2b 1.11.5 v1.11.5 2025-05-24 14:33:24 +00:00
96efba5903 fix(tstest): Fix timeout handling to correctly evaluate TAP results after killing the test process. 2025-05-24 14:33:24 +00:00
3c535a8a77 1.11.4 v1.11.4 2025-05-24 11:10:49 +00:00
0954265095 fix(logging): Improve warning logging and add permission settings file 2025-05-24 11:10:49 +00:00
e1d90589bc 1.11.3 v1.11.3 2025-05-24 10:52:15 +00:00
33f705d961 fix(tstest): Add timeout warning for long-running tests and introduce local settings configuration 2025-05-24 10:52:15 +00:00
13b11ab1bf 1.11.2 v1.11.2 2025-05-24 02:22:34 +00:00
63280e4a9a fix(tstest): Improve timeout and error handling in test execution along with TAP parser timeout logic improvements. 2025-05-24 02:22:34 +00:00
23addc2d2f 1.11.1 v1.11.1 2025-05-24 01:42:24 +00:00
3649114c8d fix(tstest): Clear timeout identifiers after successful test execution and add local CLAUDE settings 2025-05-24 01:42:24 +00:00
2841aba8a4 1.11.0 v1.11.0 2025-05-24 01:32:41 +00:00
31bf090410 feat(cli): Add new timeout and file range options with enhanced logfile diff logging 2025-05-24 01:32:41 +00:00
b525754035 1.10.2 v1.10.2 2025-05-24 00:59:30 +00:00
aa10fc4ab3 fix(tstest-logging): Improve log file handling with log rotation and diff reporting 2025-05-24 00:59:30 +00:00
3eb8ef22e5 1.10.1 v1.10.1 2025-05-23 23:18:35 +00:00
763dc89f59 fix(tstest): Improve file range filtering and summary logging by skipping test files outside the specified range and reporting them in the final summary. 2025-05-23 23:18:35 +00:00
e0d8ede450 1.10.0 v1.10.0 2025-05-23 23:05:38 +00:00
27c950c1a1 feat(cli): Add --startFrom and --stopAt options to filter test files by range 2025-05-23 23:05:38 +00:00
83b324b09f 1.9.4 v1.9.4 2025-05-23 22:33:34 +00:00
63a2879cb4 fix(docs): Update documentation and configuration for legal notices and CI permissions. This commit adds a new local settings file for tool permissions, refines the legal and trademark sections in the readme, and improves glob test files with clearer log messages. 2025-05-23 22:33:34 +00:00
1a375fa689 1.9.3 v1.9.3 2025-05-23 22:27:12 +00:00
c48887a820 fix(tstest): Fix test timing display issue and update TAP protocol documentation 2025-05-23 22:27:12 +00:00
02aeb8195e 1.9.2 v1.9.2 2025-05-23 21:31:39 +00:00
53d3dc55e6 fix(logging): Fix log file naming to prevent collisions and update logging system documentation. 2025-05-23 21:31:39 +00:00
a82fdc0f26 1.9.1 v1.9.1 2025-05-23 18:53:08 +00:00
cfcb99de76 fix(dependencies): Update dependency versions and add local configuration files 2025-05-23 18:53:08 +00:00
a3a4ded41e 1.9.0 v1.9.0 2025-05-16 01:00:06 +00:00
03d478d6ff feat(docs): Update documentation to embed tapbundle and clarify module exports for browser compatibility; also add CI permission settings. 2025-05-16 01:00:06 +00:00
77e53bd68a 1.8.0 v1.8.0 2025-05-16 00:54:10 +00:00
946e467c26 feat(documentation): Enhance README with detailed test features and update local settings for build permissions. 2025-05-16 00:54:10 +00:00
f452a58fff 1.7.0 v1.7.0 2025-05-16 00:21:33 +00:00
2b01d949f2 feat(tstest): Enhance tstest with fluent API, suite grouping, tag filtering, fixture & snapshot testing, and parallel execution improvements 2025-05-16 00:21:32 +00:00
1c5cf46ba9 1.6.0 v1.6.0 2025-05-15 20:48:26 +00:00
b28e2eace3 feat(package): Revamp package exports and update permissions with an extensive improvement plan for test runner enhancements. 2025-05-15 20:48:26 +00:00
cc388f1408 1.5.0 v1.5.0 2025-05-15 20:39:03 +00:00
bac2f852c5 feat(cli): Improve test runner configuration: update test scripts, reorganize test directories, update dependencies and add local settings for command permissions. 2025-05-15 20:39:03 +00:00
d9e0f1f758 1.4.0 v1.4.0 2025-05-15 19:40:46 +00:00
42cd08eb1c feat(logging): Display failed test console logs in default mode 2025-05-15 19:40:46 +00:00
553d5f0df7 1.3.1 v1.3.1 2025-05-15 17:53:38 +00:00
6cc883dede fix(settings): Add local permissions configuration and remove obsolete test output log 2025-05-15 17:53:38 +00:00
fa9abbc4db 1.3.0 v1.3.0 2025-05-15 17:50:26 +00:00