Skip to content

Releases: JuliaDocs/Documenter.jl

v0.16.1

27 Mar 21:12
14e9c77
Compare
Choose a tag to compare

Bugfix release.

  • Fix a crash when the filepath of a docstring is nothing (which can happen with Revise.jl). (#689, #690)
  • Bring output capturing (e.g. in doctests) up to speed with the new logging system in Julia 0.7-dev. (#679, #691)

v0.16.0

26 Mar 02:58
16ce61c
Compare
Choose a tag to compare

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

21 Mar 22:38
dca5cee
Compare
Choose a tag to compare

Maintenance release to keep Documenter up to date with Julia 0.7-dev.

  • contains -> occursin deprecation fix. (#677)

v0.15.0

18 Mar 22:12
f5657f0
Compare
Choose a tag to compare

Feature release.

  • Documenter will now automatically fix doctests if makedocs is passed the doctes = :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

02 Mar 22:58
Compare
Choose a tag to compare

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)

v0.13.2

18 Feb 22:55
e4624f2
Compare
Choose a tag to compare

Bugfix release.

  • Brings Documenter up to speed with Julia 0.7-dev. (#641, #643)
  • Fixes faulty string literals in search_index.js. (#639, #644)

v0.13.1

23 Jan 04:53
Compare
Choose a tag to compare

Bugfix/maintenance release, fixing deprecation warnings and making it compatible with Julia 0.7-dev again. (#627, #628)

v0.13.0

17 Jan 21:48
5593b8f
Compare
Choose a tag to compare

Feature release.

  • Canonical link elements can now be included in the HTML build using the html_canonical option. (#622)
  • @setup blocks also affect @repl blocks now. (#617)
  • Deprecation and 0.7 fixes. (#624, #610).

v0.12.5

29 Dec 01:43
2fbec9a
Compare
Choose a tag to compare

Bugfix release.

  • Fix an @example block parsing bug. (#612, #614)
  • Some Compat updates to keep up with Julia 0.7-dev. (#610)

v0.12.4

03 Dec 06:39
b9d42a3
Compare
Choose a tag to compare

Bugfix release to make Documenter work with latest Julia nightlies. (#601)