Releases: JuliaDocs/Documenter.jl
Releases · JuliaDocs/Documenter.jl
v0.10.3
v0.10.2
v0.10.1
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 thejulia-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
v0.9.2
v0.9.1
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 missingDOCUMENTER_KEY
variable, which people run into since old authentication methods were removed in v0.9.0 (#426).
v0.9.0
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
Merge pull request #402 from MichaelHatherly/mh/backports Backports for 0.8.10
v0.8.9
Merge pull request #400 from MichaelHatherly/mh/backports Backports for 0.8.9
v0.8.8
Merge pull request #395 from MichaelHatherly/mh/backports Backports for 0.8.8