Skip to content

Releases: mkdocstrings/crystal

v0.3.5

02 May 23:04
d736cbe
Compare
Choose a tag to compare
  • Eliminate unwanted whitespace around method headings - 93cc543, 31877a7
  • Restore bold around method names (gone since mkdocs-material version 8.1.5) - 6e890ae
  • Workaround for args_html missing in Crystal when there are no args - de9a1f0

v0.2.1

07 Jan 23:12
fc93fdf
Compare
Choose a tag to compare
  • Present constants' values - 8d7fccb

  • (Requires a style update) Don't add square brackets to source links, leave it up to styling - cb1407e

  • Log forgotten items in debug mode (mkdocs build -v) - 41beffa

  • Item API tweaks

v0.2.0

03 Jan 00:21
72731a8
Compare
Choose a tag to compare

First release that doesn't have unreleased dependencies 🎉

  • Move deduplicate_toc to a separate Markdown extension - d575e47

  • Define an API for doc items, not to expose raw JSON data
    (current use is https:/oprypin/mkdocs-gen-files)

  • Linkify types in function args (requires Crystal > 0.35)

  • Linkify aliases (requires Crystal > 0.35)

  • Fix a bug where a filtered type couldn't lookup types under it

  • Fix and refactor handling of Locations (prefers Crystal > 0.35)

  • Bugfix for mislabeling alias definitions

  • Drop Python 3.6