Releases: streetsidesoftware/cspell
v5.13.4
Changes
feat: report error and fail for unsupported NodeJS versions (#1984) (#2111)
feat: report error and fail for unsupported NodeJS versions (#1984) (#2111)
Change addressing #1984.
@Jason3S, is this how you'd like it handled?
Fixes
fix: hunspell - honor minimum compound word length (#2091)
fix: hunspell - honor minimum compound word length (#2091)
Maintenance
v5.13.3
v5.13.2
Changes
fix: jest/expect-expect warning (#2062)
fix: jest/expect-expect warning (#2062)
Inlined the code since it couldn't understand the double redirection
chore: add setup-node caching to remaining jobs (#2043)
chore: add setup-node caching to remaining jobs (#2043)
It was already setup for some of the jobs, this extends it to the rest
Fixes
fix: make cspell aware of PureScript and Dhall (#2067)
fix: make cspell aware of PureScript and Dhall (#2067)
Maintenance
ci: Remove eslint-plugin-promise (#2076)
ci: Remove eslint-plugin-promise (#2076)
Add it back when Support ESLint 8.x · Issue #218 · xjamundx/eslint-plugin-promise is resolved.
v5.13.1
v5.13.0
Changes
Features
feat: Support `--dot` command line option. (#1985)
feat: Support --dot
command line option. (#1985)
fix: #1980
Fixes
dev: Refactor cache files (#1986)
dev: Refactor cache files (#1986)
- Remove any circular import references.
- Move interfaces next to the supporting code.
fix: Update schema generator (#1957)
fix: Update schema generator (#1957)
The JSON schema will now include the deprecated
flag.
fix: integration - turn off case sensitivity for German (#1952)
fix: integration - turn off case sensitivity for German (#1952)
fix: Add `enableCaseSensitive`/`disableCaseSensitive` (#1951)
fix: Add enableCaseSensitive
/disableCaseSensitive
(#1951)
Support enableCaseSensitive
/disableCaseSensitive
in document settings.
Maintenance
v5.12.6
v5.12.5
Changes
Fixes
fix: Add trace options (#1939)
fix: Add trace options (#1939)
--allow-compound-words
--no-ignore-case
--language-id
- for consistency
fix: Fix reading dictionary test to use `path` (#1938)
fix: Fix reading dictionary test to use path
(#1938)
v5.12.4
Changes
ci: Workflow Bot -- Update ALL Dependencies (main) (#1930)
ci: Workflow Bot -- Update ALL Dependencies (main) (#1930)
integration-tests/package-lock.json | 130 ++++++++++--------
packages/cspell-bundled-dicts/package-lock.json | 40 +++---
packages/cspell-dynamic-loader/package-lock.json | 130 ++++++++++--------
packages/cspell-gitignore/package-lock.json | 6 +-
packages/cspell-json-reporter/package-lock.json | 6 +-
packages/cspell-tools/package-lock.json | 20 +--
packages/cspell-trie/package-lock.json | 6 +-
packages/cspell/package-lock.json | 122 +++++++++--------
test-packages/cspell-cli/package-lock.json | 128 ++++++++++--------
test-packages/test-cspell-glob/package-lock.json | 6 +-
test-packages/test-cspell-io/package-lock.json | 6 +-
.../test-cspell-lib-webpack/package-lock.json | 106 ++++++++-------
test-packages/test-cspell-lib/package-lock.json | 106 ++++++++-------
test-packages/test-cspell-tools/package-lock.json | 150 +++++++++++----------
test-packages/test-cspell/package-lock.json | 128 ++++++++++--------
15 files changed, 595 insertions(+), 495 deletions(-)
Fixes
fix: Change `--wordsOnly` option to `--words-only` (#1928)
fix: Change --wordsOnly
option to --words-only
(#1928)
- replace
--wordsOnly
option with--words-only
- hide
--wordsOnly
option but keep it working.
dev: Update the dictionaries and snapshots (#1927)
dev: Update the dictionaries and snapshots (#1927)
- Add dictionary for
VUE
andSwift
files. - Update fullstack dictionary to include most programming languages.
- Removed
behaviour
from fullstack dictionary it is already in the British dictionary.
fix: Update software terms and integration snapshots. (#1916)
fix: Update software terms and integration snapshots. (#1916)
fix: adjust the AWS integration test to match repo changes. (#1912)
fix: adjust the AWS integration test to match repo changes. (#1912)
dev: Update dictionaries (#1903)
dev: Update dictionaries (#1903)
- Companies
- Software Terms
- File types
v5.12.3
Changes
Update cspell.code-workspace (#1848)
Update cspell.code-workspace (#1848)
Sort the workspace folders by name.
docs: Update cspell README with new commands (#1841)
docs: Update cspell README with new commands (#1841)
Fixes
fix: Use the repository root by default when no root is specified. (#1851)
fix: Use the repository root by default when no root is specified. (#1851)
The integration repositories are clean and should not contain any extra files. If the --gitignore
option ignores any of those files, then something is wrong. This check would have caught #1846.
Changes:
- fix: Use repository root by default.
- fix: Add a simple cli to
cspell-gitignore
. - fix: Update README to reflect CLI
- fix: Update PHP snapshot to reflect the ignored files.
The ignored files are ignored by.gitignore
but they are checked into the repo. - test: make sure the integration files checked do not change with
.gitignore