Releases: JuliaDocs/Documenter.jl
Releases · JuliaDocs/Documenter.jl
v0.17.0
Feature release, also featuring several bugfixes.
@example
blocks can now be split up over multiple blocks using thecontinued
option. (#695)- The URL of the "Edit on GitHub" link can now be overriden using the
EditURL
option in@meta
blocks. (#700) - Markdown can now be used in page title overrides in
makedocs(pages = ...)
. (#702) - Version numbers are now sorted correctly (in version order) in the version selector. (#707)
- Pre-releases and tagging patch releases to older minor versions no longer overwrite
release-*
andstable
docs of never versions. (#482, #708) - Documenter now generates correct links when using Git worktrees. (#699)
- Fix for a platform dependent path separator problem in
@autodocs
'sPages
argument. (#630, #693)
v0.16.1
v0.16.0
Feature release.
- On Julia 0.7-dev, Markdown lists can now be either "tight" or "loose". Documenter will not place
<p>
tags around the elements of tight lists, reducing whitespace in the rendered output. (#685) doctest = :fix
is now indentation-aware. (#678, #684)
v0.15.1
v0.15.0
Feature release.
- Documenter will now automatically fix doctests if
makedocs
is passed thedoctes = :fix
argument. (#448, #656, #670) - Doctest failures will now print the line numbers of the failing doctest. (#671)
- Fixes the bug where
{line}
is outputted into the URLs when using custom repository URL format. (#662) - GitLab URL links now use correct formatting for the line ranges. (#662)
- The
# hide
feature for@example
blocks no longer requires exactly 1 space between#
and `hide. (#672) - Deprecation and maintenance updates. (#657, #664)
v0.14.0
Feature release.
- Doctests now support per-doctest arguments. (#650)
- Doctest diffs are again colored properly on Julia 0.7-dev. (#647)
- Bugfix for doctests when a new
showerror
method is defined in a doctest. (#653, #654) - A few small updates to the
HTMLWriter
style. (#635, #637, #634, #640) - Fewer deprecation warnings on Julia 0.7-dev. (#646, #649)