github streetsidesoftware/cspell v5.20.0

latest releases: v8.14.4, v8.14.3, v8.14.2...
2 years ago

Changes

Semi-Breaking change

The updated python dictionary no longer sets allowCompoundWords to true. If you want the old behavior, add the following to your cspell.json file:

cspell.json

{
    "languageSettings": [
        {
            "languageId": "python",
            "allowCompoundWords": true
        }
    ]
}

Note: setting allowCompoundWords to true hides many misspellings.

See:

Features

feat: Upgrade python dictionary (#2763)

feat: Upgrade python dictionary (#2763)

Semi-Breaking change

The updated python dictionary no longer sets allowCompoundWords to true. If you want the old behavior, add the following to your cspell.json file:

cspell.json

{
    "languageSettings": [
        {
            "languageId": "python",
            "allowCompoundWords": true
        }
    ]
}

Note: setting allowCompoundWords to true hides many misspellings.

See:


Fixes

dev: Work towards parsing and transforming documents (#2731)

dev: Work towards parsing and transforming documents (#2731)


fix: Update to glob 8 (#2707)

fix: Update to glob 8 (#2707)

This reverts commit b42bbdd.


fix: Roll back glob to 7.2.0 to fix Windows (#2706)

fix: Roll back glob to 7.2.0 to fix Windows (#2706)


Documentation

dev: Work towards parsing and transforming documents (#2731)

dev: Work towards parsing and transforming documents (#2731)


doc: Update Gemfile.lock (#2711)

doc: Update Gemfile.lock (#2711)


dev: Update RFC (#2685)

dev: Update RFC (#2685)


doc: Document Parsing RFC (#2682)

doc: Document Parsing RFC (#2682)


Maintenance

ci: Use node 18 in tests (#2764)

ci: Use node 18 in tests (#2764)


ci: only run coverage if code has changed. (#2686)

ci: only run coverage if code has changed. (#2686)


ci: Only run integration tests if code has changed (#2683)

ci: Only run integration tests if code has changed (#2683)


Don't miss a new cspell release

NewReleases is sending notifications on new releases.