feat(package): Revamp package exports and update permissions with an extensive improvement plan for test runner enhancements.

This commit is contained in:
2025-05-15 20:48:26 +00:00
parent cc388f1408
commit b28e2eace3
4 changed files with 258 additions and 33 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-15 - 1.6.0 - feat(package)
Revamp package exports and update permissions with an extensive improvement plan for test runner enhancements.
- Replaced 'main' and 'typings' in package.json with explicit exports for improved module resolution.
- Added .claude/settings.local.json to configure permissions for bash commands and web fetches.
- Updated readme.plan.md with a comprehensive roadmap covering enhanced error reporting, rich test metadata, nested test suites, and advanced test features.
## 2025-05-15 - 1.5.0 - feat(cli)
Improve test runner configuration: update test scripts, reorganize test directories, update dependencies and add local settings for command permissions.