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.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).