Changelog¤
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¤
Features¤
- Support Unix filename pattern matching when skipping files (2ae097d by Nicholas Felt). Issue-20, PR-23
1.0.3 - 2024-03-23¤
Code Refactoring¤
- Stop using deprecated API of
importlib.resources
(0c96a56 by Stu Franks). PR-19, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
1.0.2 - 2023-09-05¤
Bug Fixes¤
1.0.1 - 2023-08-19¤
Bug Fixes¤
- 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
Code Refactoring¤
- Stop using deprecated warning filter (ae3a584 by Timothée Mazzucotelli).
1.0.0 - 2022-11-24¤
Breaking Changes¤
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
Features¤
- 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¤
Bug Fixes¤
0.2.1 - 2022-04-11¤
Bug Fixes¤
- 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¤
Features¤
Code Refactoring¤
0.1.1 - 2022-01-25¤
Code Refactoring¤
- Prefix logs with package name only (7ea8ad9 by Timothée Mazzucotelli).
0.1.0 - 2022-01-25¤
Build¤
- Depend on
symspellpy
(2dc1633 by Timothée Mazzucotelli). - Fix pyproject (9f9dc0d by Timothée Mazzucotelli).
Code Refactoring¤
- Clean up (e7c0e46 by Timothée Mazzucotelli).
- Remove useless files (4e85cd0 by Timothée Mazzucotelli).