fix(readme): Update README.md for better clarity and examples.

This commit is contained in:
2025-01-19 00:29:00 +01:00
parent 36d52a9e03
commit 18f63b07f7
3 changed files with 121 additions and 73 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-01-19 - 2.1.3 - fix(readme)
Update README.md for better clarity and examples.
- Enhanced documentation with clearer examples of AsyncContext usage.
- Reorganized sections for improved understanding of `runScoped` and its benefits.
- Added detailed test script example in README.md.
- Clarified data isolation and deletion mechanisms within scoped functions.
## 2025-01-19 - 2.1.2 - fix(core)
Improve scope handling in async contexts.