Skip to content

Releases: joeycarpinelli/DocumenterQuarto.jl

v0.3.1

09 Mar 02:57

Choose a tag to compare

DocumenterQuarto v0.3.1

Diff since v0.3.0

Changelog

  • Changes the behavior of @doc to that of doc
    • This is a bug in v0.3.0 that is now fixed

v0.3.0

07 Mar 03:57
f22a871

Choose a tag to compare

DocumenterQuarto v0.3.0

Diff since v0.2.1

Changelog

  • Introduces new @doc macro which mimics Base.Docs.@doc, but returns Quarto Markdown

Merged pull requests:

  • Adds @doc Macro (#7) (@cadojo)

Closed issues:

  • Documenting specific signatures (#6)

v0.2.1

02 Mar 18:23

Choose a tag to compare

DocumenterQuarto v0.2.1

Diff since v0.2.0

Breaking Changes

  • This release corrects a version mismatch: REPL had a [compat] entry of 1.11 while Julia had a [compat] entry of 1. This caused build failures on all versions of Julia not equal to 1.11.

v0.2.0

01 Mar 23:19

Choose a tag to compare

DocumenterQuarto v0.2.0

Breaking Changes

  • Removes DocumenterQuarto.@doc and DocumenterQuarto.@autodoc
    • Use DocumenterQuarto.doc and DocumenterQuarto.autodoc directly instead!
    • Macros will be added back in a future version; they did not work on v0.1.0.

Closed issues:

  • Comprehensive Documentation (#4)