Skip to content

v5.18.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 20:41
· 2422 commits to main since this release

Changes

Fixes

dev: move async to cspell-pipe (#2364)

dev: move async to cspell-pipe (#2364)


fix: Speed up dictionaries from (#2363)

fix: Speed up dictionaries from (#2363)


fix: Speed up spell checking with large config files. (#2362)

fix: Speed up spell checking with large config files. (#2362)

Related to #2360

These changes were able to cut the time in half. More improvement is still possible.


dev: Create cspell-pipe libarary (#2358)

dev: Create cspell-pipe libarary (#2358)


fix: Show an error if a glob starts/ends with a single quote (#2357)

fix: Show an error if a glob starts/ends with a single quote (#2357)

Related to #2350


feat: Enable support to dictionary alphabet and accents. (#2355)

feat: Enable support to dictionary alphabet and accents. (#2355)

This feature improves the suggestions shown by the spell checker.

It allows dictionary authors to specify character sequences that should be considered similar.

When defining a dictionary it is now possible rank certain suggestions higher or lower by adding edit costs to the new section dictionaryInformation.


dev: Working towards weighted suggestions (#2351)

dev: Working towards weighted suggestions (#2351)