All Versions
9
Latest Version
Avg Release Cycle
25 days
Latest Release
2779 days ago
Changelog History
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
- ๐ New
-
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 -
v0.3.0 Changes
November 18, 2016New 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
anddaux 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
- ๐ Broken links appear in red in the documentation instead of breaking in
-
v0.2.1 Changes
November 18, 2016๐ Fixed relative links and search integration
-
v0.2.0 Changes
November 18, 2016Major changes
- โ Added a
daux
cli command to run daux, either withdaux generate
ordaux 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
- โ Added a
-
v0.1.0 Changes
November 18, 2016This is a first version to depend on a version instead of a branch