Skip to content

Releases: JuliaDocs/Documenter.jl

v0.26.3

02 Mar 02:39
abf4722
Compare
Choose a tag to compare

Documenter v0.26.3

Diff since v0.26.2

A maintenance release preparing Documenter for upcoming changes on Julia master. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • Don't know why travis is being used. (#1530)
  • Throw an error if repo contains a protocol (#1531)
  • Flaky Tests during local development (#1535)
  • Images can get larger than the container in HTML (#1539)

Merged pull requests:

v0.26.2

15 Feb 01:59
cbc21f5
Compare
Choose a tag to compare

Documenter v0.26.2

Diff since v0.26.1

A patch release with bugfixes and enhancements. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • missing methods with common documentation (#705)
  • error in jldoctest with # output followed by no-newline (#765)
  • GitHub Pages build not triggered with GITHUB_TOKEN (#1177)
  • Error: mode == :single requires the Markdown string to parse into a single block │ (#1387)
  • Move CI from Travis to GitHub Actions? (#1487)
  • Wrong docstring displayed for overloaded functions (#1502)
  • Deploying failure (#1505)
  • Fix Edit source button (#1508)
  • Clarify treatment of outputs (streams, # hide and semicolon) (#1509)
  • "Permission denied" when running doctests from runtests.jl (#1513)
  • Get tests passing on GitHub Actions Windows runners (#1516)

Merged pull requests:

v0.26.1

16 Dec 12:29
ee0d535
Compare
Choose a tag to compare

Documenter v0.26.1

Diff since v0.26.0

Bugfix release. The changes are documented in the CHANGELOG.md file.

Merged pull requests:

v0.26.0

10 Dec 21:44
b68e2d9
Compare
Choose a tag to compare

Documenter v0.26.0

Diff since v0.25.5

Feature release bringing various enhancements and semi-breaking changes related to the PDF/LaTeX backend. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • deploydocs default to devbranch="master", although github default branch is main now. (#1485)
  • Stable version points to an old tag (#1488)

Merged pull requests:

v0.25.5

23 Nov 01:34
fa459cf
Compare
Choose a tag to compare

Documenter v0.25.5

Diff since v0.25.4

A bugfix release. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • Long math ... overflows the div (#1470)
  • ERROR: UndefVarError: par not defined. when using makedocs() (#1482)
  • Wrong Math format for inline math in lists (#1483)

Merged pull requests:

v0.25.4

18 Nov 21:21
003aa67
Compare
Choose a tag to compare

Documenter v0.25.4

Diff since v0.25.3

A release with bugfixes and enhancements. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • Searching for @DIR (#720)
  • "text/latex" output not rendered (#1278)
  • Respect users' preference for light/dark mode (#1320)
  • Coverage reports of Documenter.jl's tests have not been sent (#1459)
  • Add support for Azure DevOps url scheme (#1462)
  • The @autodocs macro treats Unions as constants (#1466)

Merged pull requests:

v0.25.3

28 Oct 09:07
7467441
Compare
Choose a tag to compare

Documenter v0.25.3

Diff since v0.25.2

A release with bugfixes and enhancements. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • Defining LaTeX commands in a single location for use throughout the docs (#532)
  • Canonical URLs without index.html (#1035)
  • add example to @docs for type & multiple constructors (#1361)
  • How to specify doctestfilters for the function doctest? (#1364)
  • zeptodoctor appears as contributor when using Documenter.jl (#1379)
  • Add code coverage from deployed docs? (#1397)
  • Include files generated by examples in deployment (#1404)
  • Trouble with docstrings from included file in module (#1406)
  • Allow <!--- ... --> as markdown comment (#1409)
  • Documentation unacessible (#1421)
  • tex macro for MathJax3 (#1427)
  • script.src for MathJax3 (#1428)
  • LaTeX fraction not rendering properly in md files (#1432)
  • Heavy slowdown in ExpandTemplates due to subtypes function (#1438)

Merged pull requests:

v0.25.2

18 Aug 09:05
256160b
Compare
Choose a tag to compare

Documenter v0.25.2

Diff since v0.25.1

Closed issues:

  • Doctest fixing broken on Julia 1.5/nightly (#1337)
  • Add MathJax3 Writer (#1362)
  • "Edit on Github" link points to master instead of custom devbranch (#1375)
  • Test Failure on Julia 1.5 (#1378)
  • Searching for a page title fails to find (#1380)
  • make.jl never ends (#1382)
  • deploydocs thinks it's on Travis when it's on Github Actions (#1391)

Merged pull requests:

v0.25.1

20 Jul 23:03
567f200
Compare
Choose a tag to compare

Documenter v0.25.1

Diff since v0.25.0

A release with enhancements and minor non-breaking behavior changes. The changes are documented in the CHANGELOG.md file.

Closed issues:

  • Highlight output code-blocks differently (#1026)
  • Switch fatal warnings to errors if running with strict=true (#1088)
  • A customizable footer on generated pages (#1184)
  • HTMLWriter: ERROR: UndefRefError: access to undefined reference (#1201)
  • Puzzling "Warning: duplicate docs found" (#1366)

Merged pull requests:

v0.25.0

30 Jun 07:03
f9f0b68
Compare
Choose a tag to compare

Documenter v0.25.0

Diff since v0.24.11

A release with new features and enhancements. The changes are documented in the CHANGELOG.md file.

Note: the 0.25 release will be less conservative than usual about new features/enhancements, and there may be significant (non-breaking) changes in the upcoming 0.25.x patch releases.

Closed issues:

  • Don't overwrite .ssh/config in deploydocs (#458)
  • @autodocs outputs wrong order for functions in compact "assignment form" (#964)
  • How to right-justify text? (#1221)
  • How to redirect @info output to my console? (#1236)
  • Documenting a functor (#1270)
  • /stable is always linking to the previous version (#1277)
  • How to add custom css? (#1317)
  • May I copy some text from your documentation to use in the CompatHelper documentation? (#1319)
  • Documentation build triggering (#1322)
  • Error when pushing a tagged release deployed on Travis (#1330)
  • FR: compile documentation to LaTeX only (#1338)
  • Valid DOI redirected links trigger warnings. (#1344)

Merged pull requests: