fix(types): improve TypeScript strictness compatibility and modernize test exports

This commit is contained in:
2026-05-01 11:28:39 +00:00
parent 0e0bd5cd6c
commit 94f994ee6c
21 changed files with 2582 additions and 2257 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-01 - 4.1.1 - fix(types)
improve TypeScript strictness compatibility and modernize test exports
- enable stricter TypeScript compilation with explicit typings and safer null handling across base64, docker, domain, git, create, and indent modules
- update test files to export tap.start() for compatibility with the newer test tooling
- refresh build and test scripts and upgrade @git.zone tooling and Node type dependencies
- align project metadata and package contents with smartconfig-based release configuration
## 2025-09-12 - 4.1.0 - feat(core)
Introduce native implementations for Base64, random generation and normalization; remove runtime plugin dependencies; update tests, docs and package metadata