@cspell/dict-django
Advanced tools
Comparing version 1.0.26 to 2.0.0
@@ -6,2 +6,21 @@ # Change Log | ||
# [2.0.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-django@1.0.26...@cspell/dict-django@2.0.0) (2022-02-09) | ||
### Features | ||
* Drop support for CSpell 4. ([#907](https://github.com/streetsidesoftware/cspell-dicts/issues/907)) ([ca078c6](https://github.com/streetsidesoftware/cspell-dicts/commit/ca078c6a2e188cc3cf6276db1ba7e007f0f06f27)) | ||
### BREAKING CHANGES | ||
* Drop Support for CSpell 4. | ||
* feat: Drop support for CSpell 4. | ||
* Mark the config files as READONLY | ||
## [1.0.26](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-django@1.0.25...@cspell/dict-django@1.0.26) (2021-03-16) | ||
@@ -8,0 +27,0 @@ |
@@ -6,2 +6,3 @@ // cSpell Settings | ||
"description": "List of Python Django Framework keywords.", | ||
"readonly": true, | ||
// List of dictionary files to add to the global list of dictionaries | ||
@@ -11,3 +12,3 @@ "dictionaryDefinitions": [ | ||
"name": "django", | ||
"file": "./django.txt.gz", | ||
"path": "./django.txt.gz", | ||
"description": "List of Python Django Framework keywords." | ||
@@ -17,5 +18,11 @@ } | ||
"languageSettings": [ | ||
{ "languageId": "html", "dictionaries": ["django"] }, | ||
{ "languageId": "python", "dictionaries": ["django"] } | ||
{ | ||
"languageId": "html", | ||
"dictionaries": ["django"] | ||
}, | ||
{ | ||
"languageId": "python", | ||
"dictionaries": ["django"] | ||
} | ||
] | ||
} |
{ | ||
"name": "@cspell/dict-django", | ||
"version": "1.0.26", | ||
"version": "2.0.0", | ||
"description": "Django dictionary for cspell.", | ||
@@ -34,8 +34,7 @@ "publishConfig": { | ||
}, | ||
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/django#readme", | ||
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/django#readme", | ||
"files": [ | ||
"django.txt.gz", | ||
"cspell-ext.json" | ||
], | ||
"gitHead": "1c298eba6f2fdcdd3473025aca85482af1504811" | ||
] | ||
} |
10079
25