Skip to content

Releases: JuliaDocs/Documenter.jl

v0.19.7

25 Oct 02:20
cc75bdf
Compare
Choose a tag to compare

Bugfix release

  • Fix a bug where module aliases caused spurious "docstring missing" warnings. (#851, #852)
  • Prepare for upcoming IOContext in Julia 1.1-DEV. (#848)
  • Fix tests for non-dev environment. (#860)

v0.19.6

20 Aug 05:58
bfa7b6b
Compare
Choose a tag to compare

Bugfix release.

  • Fixes a bug with nested precompilation of Documenter (#806, #808).

v0.19.5

16 Aug 07:46
deb9c5e
Compare
Choose a tag to compare

Bugfix release.

  • Fix parsing problems in at-blocks and doctests arising from Windows line endings. (#749, #790, #791)
  • Make sure that curl does not hang the whole build if the request does not return in a reasonable time. (#798)

v0.19.4

10 Aug 18:51
Compare
Choose a tag to compare

Bugfix release.

  • Fixes a bug with search in Safari by bumping the lunr.js version. (#743, #782)
  • Fixes a bug where doctest=:fix does not fix empty doctests properly. (#772, #788)

v0.19.3

08 Aug 09:49
31e3e3d
Compare
Choose a tag to compare

Various fixes for Julia v0.7 and v1.0.

v0.19.2

01 Aug 19:12
e47073d
Compare
Choose a tag to compare

Bugfix release.

  • Fix for linkchecks using HTTP/2. (#769)

v0.19.1

21 Jul 06:55
Compare
Choose a tag to compare

Bugfix release.

  • Fixes a bug where LaTeX builds crashed when they had hidden pages. (#763)

v0.19.0

15 Jul 19:02
76f14af
Compare
Choose a tag to compare

Feature release with minor enhancements.

  • Experimental modifications to search, trying to make results less noisy and more relevant. (#754)
  • Documenter can now show PNG, WebP, GIF and JPEG images inline with at-blocks, if there is a show method defined with the appropriate MIME type. (#728, #738, #759)
  • Bring Documenter up to speed with Julia master. (#755)

v0.18.0

22 May 03:30
Compare
Choose a tag to compare

Feature release.

  • The julia argument of deploydocs is now mandatory. Omitting julia (defaulting to "nightly") still works, but is deprecated. (#712)
  • The output of a script-type doctest can now be hidden in the rendered documentation with the output option of the jldoctest block. (#727)
  • Interrupts of Documenter builds will no longer be caught and ignored, allowing the user to actually cancel builds. (#687, #711)
  • Fixes a bug where builds failed when not running within a Git repository. (#716, #717)
  • A few cosmetic updates to the HTML output. (#721, #723)
  • eval() deprecation fixes. (#726)

v0.17.0

18 Apr 23:03
bdc0c31
Compare
Choose a tag to compare

Feature release, also featuring several bugfixes.

  • @example blocks can now be split up over multiple blocks using the continued 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-* and stable 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's Pages argument. (#630, #693)