All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.0 - 2024-05-05
- Support Unix filename pattern matching when skipping files (2ae097d by Nicholas Felt). Issue-20, PR-23
1.0.3 - 2024-03-23
- Stop using deprecated API of
importlib.resources
(0c96a56 by Stu Franks). PR-19, Co-authored-by: Timothée Mazzucotelli [email protected]
1.0.2 - 2023-09-05
1.0.1 - 2023-08-19
- Remove
's
from possessive nouns for spellcheck (1f11985 by Stu Franks). PR #16 - Retain single quotes that are part of words (8dd8206 by Stu Franks). PR #16
- Stop using deprecated warning filter (ae3a584 by Timothée Mazzucotelli).
1.0.0 - 2022-11-24
You must now specify an extra when installing mkdocs-spellcheck
:
pip install mkdocs-spellcheck[all] # install all spelling backends
pip install mkdocs-spellcheck[codespell] # detects common mistakes
pip install mkdocs-spellcheck[symspellpy] # uses the english dictionary
- Add option to run only when strict mode is enabled (d6520d9 by Timothée Mazzucotelli). PR #15
- Add
codespell
backend (bc8e84c by Timothée Mazzucotelli). Issue #11
0.2.2 - 2022-11-02
0.2.1 - 2022-04-11
- Prevent words concatenation (06d36a2 by Timothée Mazzucotelli). Issue #9
- Warn even when there are no suggestions (f6621f6 by Timothée Mazzucotelli). Issue #12
0.2.0 - 2022-01-29
0.1.1 - 2022-01-25
- Prefix logs with package name only (7ea8ad9 by Timothée Mazzucotelli).
0.1.0 - 2022-01-25
- Depend on
symspellpy
(2dc1633 by Timothée Mazzucotelli). - Fix pyproject (9f9dc0d by Timothée Mazzucotelli).