This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
0.9 — F·U·Y·A, C2C
Features
Render (HTML)
- Add the
--configuration-file
option (@Hywan), - The
meta
viewport offers a better compatibility (@Hywan), - Add the
generator
meta element (@Hywan), - Add support for OpenGraph (@Hywan),
- Add custom Twitter support of OpenGraph (@Hywan),
- Add icons (@Hywan),
- Preload resources to get a faster rendering (@Hywan).
DocTest
- 🎉 Custom code block handlers: it is possible to write your own code block handlers to compile your documentation into specific test case (
php
is already present, but we can imaginehttp
,pgsql
etc. in the future) (@Hywan), - Add the
--configuration-file
option (@Hywan), - Add the
--bypass-cache
option (@Hywan),
Other
- PHAR is tested on Travis (@Hywan).
Fixes
Parser
- Indentation is kept when extracting content of the comments (@Hywan).
Render (HTML)
- Add a minimum height for the logo (@Hywan).
PHAR
- PHAR generation has been fixed on some OS (@Hywan),
- When the PHAR tests itself, the autoloader is no longer included twice (@Hywan).
Other
- Reverse the symlink of the
README.md
at the root to avoid a bug on Github (@Hywan).