fix(documentation): Update documentation and migration guide with standardized method names and deprecation notices.

This commit is contained in:
2025-05-15 08:56:05 +00:00
parent a24a02fc97
commit 76926a2170
4 changed files with 29 additions and 12 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-05-13 - 1.1.10 - fix(documentation)
Update documentation and migration guide with standardized method names and deprecation notices.
- Replaced deprecated getClosestMatchForString with findClosestMatch in code examples.
- Replaced deprecated getChangeScoreForString with calculateScores in documentation.
- Updated readme plan to mark method naming standardization as completed.
## 2025-05-12 - 1.1.9 - fix(core)
Update build scripts, refine testing assertions, and enhance documentation