[0.2.2]
- Fix a char boundary issue
- Add ES and EN_GB dictionaries that actually work
[0.2.0]
- Rework config to allow for global config.
- Ignore words less than 3 chars.
- Remake metadata file if it is corrupt.
- Protect against deleted cached files.
[0.1.22]
- Better support for TypeScript classes and fields
[0.1.21]
- Better Python support
[0.1.20]
- Fix CI
[0.1.19]
- Add support for C
[0.1.18]
- Add
ignore_patterns
for a list of regex expressions to use when checking words. Any matches will ignore the word being checked.
[0.1.17]
- Added a download manager for adding many different dictionaries later
- Using a larger en_us dictionary as default
- Now checks on every change, instead of on save. May add an option later to toggle this off
- Add a command to the LSP binary to clear cache
- Don't give a code action when a word is not misspelled
- Vendor OpenSSL
- Add 'software_terms'
- Only lowercase ascii letters when checking
[0.1.15]
- Check words for different cases (#2)
- Improve Golang query
- Add link to change log in release notes
[0.1.14]
- Recheck all open files when config changes
[0.1.13]
- Start of change log!
- Switch to musl for Linux builds (#1)