Skip to content

Latest commit

 

History

History
98 lines (63 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

98 lines (63 loc) · 4.1 KB

DocumenterTools.jl changelog

Version v0.1.13

  • Enhancement The wording of the text in the the old version warning box was improved. (#54)

Version v0.1.12

  • Declare compatibility with Documenter 0.26. (#52)

Version v0.1.11

  • DocumenterTools now provides the OutdatedWarning.generate function which can be used to add outdated version warnings to old documentation builds (on gh-pages). (#51)

Version v0.1.10

  • Declare compatibility with Sass.jl 0.2. (#49)

Version v0.1.9

  • Declare compatibility with Documenter 0.26. (#46)

Version v0.1.8

  • Maintenance Fixes broken links in the documentation (#43) and reliance on old (broken) pathof behaviour in the tests (#44).

Version v0.1.7

  • Enhancement DocumenterTools.genkeys now puts "Documenter" as the comment in the SSH key file, instead of the default username and hostname. (#40)

Version v0.1.6

Maintenance release declaring compatibility with Documenter 0.25. (#39)

Version v0.1.5

  • Bugfix Fixes to the Themes.compile function, including making sure that the Sass include path is properly set up. (#32, #35)

Version v0.1.4

  • Enhancement Travis.genkeys() now works on Windows even if the UNIX-y which is not available. (#33)

Version v0.1.3

  • Experimental Feature The new Themes submodule provides an experimental API to compile Documenter Sass themes. (#27)

Version v0.1.2

  • Deprecation The Travis submodule has been deprecated. Instead of Travis.genkeys, use DocumenterTools.genkeys. (#30)

Version v0.1.1

  • Enhancement The generate(path::String) method now defaults to "docs" as the default path, allowing it to be simply called as generate() in e.g. the root directory of a package. (#22)

  • Enhancement The generated values for the format argument of makedocs are now consistent with the new API introduced in Documenter v0.21. (#21)

Version v0.1.0

  • Initial release.