Releases: justinwalsh/daux.io
Releases · justinwalsh/daux.io
New style, better documentation
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
Bugfixes
Bugfixes
Many tweaks
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
Allow Custom themes directories
Add a way to specify a custom themes directory, will be used in daux serve
and daux generate
Various improvements
- 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
Fixes in search
Fixed relative links and search integration
Added daux command
Major 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
Initial release
This is a first version to depend on a version instead of a branch