feat(tests): Added a new test script to demonstrate and validate AsyncContext functionality

This commit is contained in:
2025-01-25 01:22:11 +01:00
parent 33e2d01aca
commit b0b4de3ab3
3 changed files with 117 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-01-25 - 2.2.0 - feat(tests)
Added a new test script to demonstrate and validate AsyncContext functionality
- Introduced jstrial.js in the test directory to ensure the correct working of AsyncContext.
- The new tests handle various scenarios, including the independence of child stores and data deletion.
## 2025-01-23 - 2.1.8 - fix(core)
Refactor and clean up class imports and exports