Commit Graph

6 Commits

Author SHA1 Message Date
jkunz 31c7865d88 fix(smartfuzzy): handle empty search strings safely and update tests for stricter TypeScript compatibility 2026-05-01 16:02:29 +00:00
jkunz 58109bd7e0 BREAKING_CHANGE(api): Remove deprecated methods and enhance documentation
- Remove deprecated getChangeScoreForString() and getClosestMatchForString() methods
- Improve type safety with correct return types (string | null)
- Add comprehensive documentation with performance guide, error handling, and real-world examples
- Include browser compatibility info, troubleshooting, and API reference sections
- Modernize developer experience with current best practices
2025-08-05 13:42:40 +00:00
philkunz 76926a2170 fix(documentation): Update documentation and migration guide with standardized method names and deprecation notices. 2025-05-15 08:56:05 +00:00
philkunz d3fd86a1fa fix(core): Update build scripts, refine testing assertions, and enhance documentation 2025-05-12 23:23:49 +00:00
philkunz 45951d2610 fix(tests): Standardize test syntax and update testing dependencies 2025-05-12 13:42:49 +00:00
philkunz 4fc2eb6ece fix(build): Fix import paths, update CI workflows and upgrade dependencies for ESM compliance 2025-05-12 13:37:34 +00:00