fix(smartfuzzy): handle empty search strings safely and update tests for stricter TypeScript compatibility

This commit is contained in:
2026-05-01 16:02:29 +00:00
parent 58109bd7e0
commit 31c7865d88
12 changed files with 3676 additions and 4989 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-01 - 2.0.1 - fix(smartfuzzy)
handle empty search strings safely and update tests for stricter TypeScript compatibility
- Return null when closestStringMatch receives an empty search string to avoid unnecessary fuzzy matching
- Update article search tests to satisfy current @tsclass/tsclass typings by providing an author object and using undefined for optional URLs
- Migrate tests to @git.zone/tstest/tapbundle and refresh build/test tooling configuration
## 2025-08-05 - 2.0.0 - BREAKING_CHANGE(api)
Major API cleanup and comprehensive documentation overhaul