Skip to content

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.0.3 - 2024-03-23¤

Compare with 1.0.2

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¤

Compare with 1.0.1

Bug Fixes¤

  • Prevent loading of unused backends (12062ff by Tobias Ahrens). PR #17

1.0.1 - 2023-08-19¤

Compare with 1.0.0

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¤

Compare with 0.2.2

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¤

Compare with 0.2.1

Bug Fixes¤

  • Correctly reset HTML stripper state after code block (3db4add by Timothée Mazzucotelli). Issue #13

0.2.1 - 2022-04-11¤

Compare with 0.2.0

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¤

Compare with 0.1.1

Features¤

Code Refactoring¤

  • Don't consider words containing digits (42d42f1 by Timothée Mazzucotelli). Issue #1

0.1.1 - 2022-01-25¤

Compare with 0.1.0

Code Refactoring¤

  • Prefix logs with package name only (7ea8ad9 by Timothée Mazzucotelli).

0.1.0 - 2022-01-25¤

Compare with first commit

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

Features¤

  • Implement spell check plugin (3a1367b by Timothée Mazzucotelli).
  • Generate project using pawamoy/copier-pdm template (4b2335e by Timothée Mazzucotelli).