1
Fork 0
mdbook-toc/CHANGELOG.md
2023-08-05 19:55:20 +02:00

3.4 KiB

v0.14.1 (2023-08-05)

  • Upgrade mdbook and downgrade toml

v0.14.0 (2023-08-02)

  • Use custom header IDs if present
  • Upgrade dependencies

v0.13.0 (2023-07-18)

  • Upgrade dependencies

v0.12.0 (2023-05-15)

Full changelog

  • Normalize to LF line endings so that the default marker works on CRLF documents

v0.11.2 (2023-02-14)

Full changelog

  • Upgrade dependencies and avoid breakage (v0.11.1 was yanked)

v0.11.1 (2023-02-09)

Full changelog

  • Upgrade dependencies

v0.11.0 (2022-12-15)

Full changelog

  • Upgrade dependencies

v0.10.0 (2022-10-11)

Full changelog

  • Bump to mdbook 0.4.21
  • Dependency updates

v0.9.0 (2022-05-26)

Full changelog

  • Dependency updates

v0.8.0 (2022-01-26)

Full changelog

  • Avoid roundtripping through pulldown-cmark

v0.7.0 (2021-07-06)

Full changelog

  • Bump pulldown dependency to fix issue with table rendering

v0.6.4 (2021-06-11)

Full changelog

  • Bump to mdbook v0.4.10

v0.6.3 (2021-04-21)

Full changelog

  • Bugfix: Use slug (normalied header) to decide whether to use a different link anchor

v0.6.2 (2021-04-06)

Full changelog

  • Don't write the TOC if no marker was found

v0.6.1 (2021-01-06)

Full changelog

  • Fix Windows release asset

v0.6.0 (2021-01-06)

Full changelog

  • Generate unique slugs for identically named headers
  • Allow custom ToC markers through configuration
  • Make maximum header level configurable

v0.5.1 (2020-09-28)

Full changelog

  • Avoid broken compilation in CI

v0.5.0 (2020-09-28)

Full changelog

  • Upgrade dependencies, including mdbook itself to 0.4.3

v0.4.3 (2020-06-24)

Full changelog

  • Start normalizing the levels based on the first header's level

v0.4.2 (2020-06-05)

Full changelog

  • Try to fix indentation levels when header levels have holes

v0.4.1 (2020-05-18)

Full changelog

  • Bug fix: newlines around code blocks were fixed upstream

v0.4.0 (2020-05-06)

Full changelog

  • Combine multiple elements inside a single header

v0.3.0 (2020-04-22)

Full changelog

  • Upgrade dependencies to fix nested HTML/markdown

v0.2.4 (2020-04-08)

Full changelog

  • Enable the same markdown extensions as mdbook