feat(docs): Update documentation to embed tapbundle and clarify module exports for browser compatibility; also add CI permission settings.

This commit is contained in:
2025-05-16 01:00:06 +00:00
parent 77e53bd68a
commit 03d478d6ff
3 changed files with 24 additions and 7 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-05-16 - 1.9.0 - feat(docs)
Update documentation to embed tapbundle and clarify module exports for browser compatibility; also add CI permission settings.
- Embed tapbundle directly into tstest to simplify usage and ensure browser support.
- Update import paths in examples from '@push.rocks/tapbundle' to '@git.zone/tstest/tapbundle'.
- Revise the changelog to reflect version 1.8.0 improvements including enhanced test lifecycle hooks and parallel execution fixes.
- Add .claude/settings.local.json to configure CI-related permissions and tool operations.
## 2025-05-16 - 1.8.0 - feat(documentation)
Enhance README with detailed test features and update local settings for build permissions.