Releases: ltabis/rhai-autodocs
Releases · ltabis/rhai-autodocs
Release 0.1.6
- Fix a bug where '#' removal in code blocks would not work because rhai-autodocs would not handle language specifiers, like "```python"
Release 0.1.5
- always take valid docs first for polymorphs instead of the first function found.
- add better error messages when using the ordering option.
Release 0.1.4
Release 0.1.3
- Add function sorting using the
# rhai-autodocs:index:<number>
pre-processing comment.
Release 0.1.2
- Strip
Result
type when therhai
prefix is set onBox<EvalAltResult>
. - clippy and lint fixes.