All Versions
9
Latest Version
Avg Release Cycle
25 days
Latest Release
2509 days ago

Changelog History

  • v0.4.0 Changes

    June 07, 2017

    ๐Ÿ†• New Style

    ๐Ÿ“š A new style giving more space to the actual documentation is the biggest feature in this release.

    ๐Ÿ†• New features

    • ๐Ÿ†• New buttons option allows to add new buttons on the landing page, thanks @aidan-casey for the contribution (#444)
    • Jump buttons at the bottom of the page can now be disabled with a new jump_buttons option, thanks @eisbehr- for the contribution (#455, #459)

    ๐Ÿ“š Documentation improvements

    • ๐Ÿ“š Clarify documentation, improve discoverability of features and options (#453)
    • Clarify which MarkDown flavor we use (#460)
    • โž• Added another site as usage example (#450)
    • ๐Ÿ›  Fixed headings, thanks @bennyn for the contribution (#446)
    • ๐Ÿ›  Fix readme links (#457)

    ๐Ÿ›  Bugfixes

    • Computed raw pages now send the correct mime type as a header
    • ๐Ÿ›  Fixed missing homeage title when auto_landing is disabled (#456)
    • ๐Ÿ›  Fix TOC links taht have the same name and with non-ascii characters (#461)
    • ๐Ÿ›  Fixed image embedding for confluence (#439)
    • โฌ‡๏ธ Reduced memory usage by lazy-loading all content and removing it from memory when finished (#443)

    Miscellaneous

    • โšก๏ธ Updated dependencies
    • โœ‚ Removed HHVM from test matrix
    • โœ‚ Removed PHP 5.5 support, minimum version is now 5.6
  • v0.3.2 Changes

    June 06, 2017
    • ๐Ÿ›  Fix mailto links in file resolution #433 #435, thanks @wiggisser for the fix
    • ๐Ÿ‘‰ Tweak search on mobile #432
    • ๐Ÿ“š Update documentation about windows support #180
  • v0.3.1 Changes

    June 06, 2017
    • ๐Ÿ›  Fix multilanguage handling, #416
    • ๐Ÿ›  Fix current page detection, #420
    • ๐Ÿ›  Fix unicode support in Table of Contents, #423
    • ๐Ÿ›  Fix broken link #418
  • v0.3.0 Changes

    November 18, 2016

    New Features

    • ๐Ÿ”ง the Confluence upload now does a configuration check to break early.
    • ๐Ÿ‘ the "Edit on GitHub" feature is now expanded to support any other tool.
    • ๐Ÿ‘ Allow to specify a custom themes directory, other than "themes"
    • ๐Ÿ‘ Allow custom configuration and custom Processors in daux CLI

    โšก๏ธ Updates

    • โšก๏ธ Updated to CommonMark 0.15, fixes a problem with list indentation
    • โšก๏ธ Update highlight.js to 9.7.0, add all possible languages

    ๐Ÿ›  Fixes

    • ๐Ÿ– Handle links with an anchor
    • ๐Ÿ›  Fix TOC generation
  • v0.2.3 Changes

    November 18, 2016

    โž• Add a way to specify a custom themes directory, will be used in daux serve and daux generate

  • v0.2.2 Changes

    November 18, 2016
    • ๐Ÿ“š Broken links appear in red in the documentation instead of breaking in daux serve

    GitHub

    • โœ‚ Remove "fork on github" ribbon, add a link in footer instead
    • โž• Add an "Edit on GitHub" link on all pages
  • v0.2.1 Changes

    November 18, 2016

    ๐Ÿ›  Fixed relative links and search integration

  • v0.2.0 Changes

    November 18, 2016

    Major changes

    • โž• Added a daux cli command to run daux, either with daux generate or daux serve
    • โœ… Started to run unit tests in Travis-ci
    • โž• Add automatic table of contents feature
    • ๐Ÿ’… Replace Twitter Bootstrap with home made styles, following the BEM convention
    • โœ‚ Removed PHP 5.4 support

    ๐Ÿ›  Bugfixes

    • ๐Ÿ“œ Front-matter wasn't working in some cases, use a real yaml parser
  • v0.1.0 Changes

    November 18, 2016

    This is a first version to depend on a version instead of a branch