fix(smartfuzzy): handle empty search strings safely and update tests for stricter TypeScript compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user