fix(core): Update build scripts, refine testing assertions, and enhance documentation

This commit is contained in:
2025-05-12 23:23:49 +00:00
parent 70a34bf467
commit d3fd86a1fa
11 changed files with 649 additions and 112 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2025-05-12 - 1.1.9 - fix(core)
Update build scripts, refine testing assertions, and enhance documentation
- Updated .gitignore to exclude local settings files
- Modified build script in package.json to use 'tsbuild tsfolders --allowimplicitany'
- Revised readme.plan.md with comprehensive Fuse.js optimization and API improvement strategies
- Enhanced input validation, error handling, and JSDoc comments across core classes
- Standardized test syntax and improved test coverage for fuzzy matching features
## 2025-05-12 - 1.1.8 - fix(tests)
Standardize test syntax and update testing dependencies