fix(docs): Update README: add issue reporting/security guidance and expanded changelog (3.1.1/3.1.0)

This commit is contained in:
2025-11-21 15:45:53 +00:00
parent b9016206ce
commit 9ab4f1838d
5 changed files with 52 additions and 4 deletions

View File

@@ -5,6 +5,10 @@
* [npmjs.org (npm package)](https://www.npmjs.com/package/@git.zone/tstest)
* [code.foss.global (source)](https://code.foss.global/git.zone/tstest)
## Issue Reporting and Security
For reporting bugs, issues, or security vulnerabilities, please visit https://community.foss.global/. This is the central community hub for all issue reporting. Developers who want to sign a contribution agreement and go through identification can also get a code.foss.global account to submit Pull Requests directly.
## Why tstest?
**tstest** is a TypeScript test runner that makes testing delightful. It's designed for modern development workflows with beautiful output, flexible test execution, and powerful features that make debugging a breeze.
@@ -1074,6 +1078,21 @@ tstest test/api/endpoints.test.ts --verbose --timeout 60
## Changelog
### Version 3.1.1
- 🐛 Fixed TapTools parameter passing to suite lifecycle hooks (beforeAll/afterAll)
- 📦 Updated @push.rocks/smarts3 dependency to ^3.0.0
### Version 3.1.0
- 🎯 **postTask() API** - Global teardown method for cleanup after all tests
- 🏗️ **Suite beforeAll/afterAll** - Lifecycle hooks that run once per describe block
-**parallel() Fluent API** - New fluent entry point for parallel tests
- 📚 Enhanced tapbundle documentation with complete API reference
### Version 3.0.0
- 🔥 **BREAKING:** Renamed tapbundle_node to tapbundle_serverside for clarity
- 🔧 Migrated all server-side utilities to tapbundle_serverside
- 📦 Improved module separation and organization
### Version 2.4.0
- 🚀 **Multi-Runtime Architecture** - Support for Deno, Bun, Node.js, and Chromium
- 🔀 **New Naming Convention** - Flexible `.runtime1+runtime2.ts` pattern