Changes
Features
feat: Use cspell-dictionary Module (#3686)
feat: Use cspell-dictionary Module (#3686)
Use the cspell-dictionary module for checking words.
Versions 6.10, 6.11, and 6.12 transitioned to using cspell-dictionary
module for looking up words.
This move was designed to make the interface clear so that 3rd parties could use cspell-dictionary
instead of deep linking into cspell-lib
to get dictionary capabilities.
Minor Breakage for 3rd party apps: use cspell-dictionary
instead of cspell-lib
.