Skip to content

Releases: ltabis/rhai-autodocs

Release 0.1.6

23 Mar 11:56
Compare
Choose a tag to compare
  • 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

16 Mar 23:02
Compare
Choose a tag to compare
  • 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

15 Mar 20:25
Compare
Choose a tag to compare
  • add the options::SectionFormat option to format Rust doc comments 'sections' using regular titles (using markdown '#') or tabs.
    Using Rust doc regular section titles:
    Screenshot from 2023-03-15 21-22-25
    Using tabs for section titles:
    Screenshot from 2023-03-15 21-21-55

Release 0.1.3

05 Mar 18:11
Compare
Choose a tag to compare
  • Add function sorting using the # rhai-autodocs:index:<number> pre-processing comment.

Release 0.1.2

02 Feb 11:59
Compare
Choose a tag to compare
  • Strip Result type when the rhai prefix is set on Box<EvalAltResult>.
  • clippy and lint fixes.