Releases: mkdocstrings/crystal
Releases · mkdocstrings/crystal
v0.3.5
02 May 23:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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://github.com/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