Skip to content

Releases: JuliaDocs/Documenter.jl

v0.10.2

14 May 06:12
Compare
Choose a tag to compare

A bugfix release.

  • Fixes STDOUT handling in @repl and applies the correct julia-repl language to the output code blocks. (#484)

v0.10.1

07 May 22:17
Compare
Choose a tag to compare

A bugfix release, including highlighting and JS dependency / CDN related updates. (#468)

  • Fixes to code highlighting. We now bundle a custom highlight.js v9.11.0+, which includes Julia v0.6 syntax updates and the julia-repl grammar. As a side-effect, users can now also use the julia-repl language attribute to highlight REPL-type code blocks.
  • Doctests now get the appropriate language-* class and appropriate highlighting for REPL-type doctests via the highlight.js updates. (#385)
  • Due to MathJax shutting down their own CDN, we now get it from cdnjs. As a consequence, MathJax version is now fixed to v2.7.0.
  • jQuery also now comes from cdnjs, so that our builds would depend on fewer CDNs. jQuery also got a patch-level version boost from v3.1.0 to v3.1.1.

v0.10.0

19 Apr 09:24
Compare
Choose a tag to compare

A couple of non-breaking user-facing changes:

  • Updates to sidebar and version selector styles (#409)
  • URLs can now be skipped in linkcheck using the linkcheck_ignore argument (#459)
  • Support for GitLab and Bitbucket icons (#441)
  • Fewer deprecation warnings on 0.6 (#446)

v0.9.2

21 Mar 06:50
Compare
Choose a tag to compare

Fixes for 0.6's parametric types (support for where and UnionAll; #446).

v0.9.1

10 Mar 21:56
Compare
Choose a tag to compare

A set of bug and documentation fixes. Highlights are:

  • Fixing paths in Windows builds (#434).
  • Properly escaping HTML attributes, mainly affecting page anchors (#436).
  • Images now work in the LaTeX output (#431).
  • Making deploydocs a bit more helpful, including adding an error on missing DOCUMENTER_KEY variable, which people run into since old authentication methods were removed in v0.9.0 (#426).

v0.9.0

30 Jan 21:00
Compare
Choose a tag to compare

Highlights:

  • drops support for Julia 0.4;
  • removes deprecated authentication methods, namely GITHUB_API_KEY tokens and .documenter.enc encrypted keys;
  • doctests now print output without colour;

v0.8.10

03 Jan 10:55
Compare
Choose a tag to compare
Merge pull request #402 from MichaelHatherly/mh/backports

Backports for 0.8.10

v0.8.9

01 Jan 19:31
Compare
Choose a tag to compare
Merge pull request #400 from MichaelHatherly/mh/backports

Backports for 0.8.9

v0.8.8

30 Dec 20:15
Compare
Choose a tag to compare
Merge pull request #395 from MichaelHatherly/mh/backports

Backports for 0.8.8

v0.8.7

28 Dec 21:09
Compare
Choose a tag to compare
Merge pull request #391 from MichaelHatherly/mh/backports

Backports for 0.8.7