fix(typescript): tighten TypeScript typings and modernize project tooling configuration

This commit is contained in:
2026-05-01 16:30:12 +00:00
parent dc53984a77
commit d8b0da1826
13 changed files with 3964 additions and 5732 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-01 - 4.2.4 - fix(typescript)
tighten TypeScript typings and modernize project tooling configuration
- replace custom async map implementation with Promise.all while preserving result order
- add explicit generic overloads and unknown-based typings across promise utilities and deferred classes
- enable noImplicitAny and update tests to use the current tstest tapbundle import
- refresh package and project config for newer git.zone tooling and npm release settings
## 2025-02-20 - 4.2.3 - fix(test)
Refactor test suite for improved readability and maintainability.