Special Note
Due to an automation bug, this was published as a patch instead of a minor release. There are no known
compatibility issues. This release was re-published as v5.16.0
Changes
doc: RFC Proposal for Suggestion Lists (#2247)
doc: RFC Proposal for Suggestion Lists (#2247)
Discuss ways to define suggestions · Discussion #2246
Features
feature: Support using suggestion costs to improve suggestions (#2281)
feature: Support using suggestion costs to improve suggestions (#2281)
Dictionary Definitions now support Suggestion Maps.
See: cspell/rfc/rfc-0002 improve dictionary suggestions · streetsidesoftware/cspell
Fixes
fix: Handle missing files when spell checking from a file list. (#2286)
fix: Handle missing files when spell checking from a file list. (#2286)
fix: #2285
- Continue processing the list of files even if some are missing.
- Report on any missing files.
- error code is based upon
--no-must-file-files
option.
refactor: refactor type definitions for suggestion edit maps (#2258)
refactor: refactor type definitions for suggestion edit maps (#2258)
refactor: refactor distance calculations into their own folder (#2257)
refactor: refactor distance calculations into their own folder (#2257)
refactor: turn on `exactOptionalPropertyTypes` in `cspell-trie-lib` (#2256)
refactor: turn on exactOptionalPropertyTypes
in cspell-trie-lib
(#2256)
fix: Implement Weighted Distance Algorithm (#2255)
fix: Implement Weighted Distance Algorithm (#2255)
refactor: refactor cspell-trie-lib (#2254)
refactor: refactor cspell-trie-lib (#2254)
No functional change.