This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
Releases: hoaproject/Kitab
Releases · hoaproject/Kitab
0.12 — D.A.N.C.E, Justice
Features
Project
- Add Bors support (@vonglasow).
Fixes
Intermediate representation
- Add support for anonymous classes when parsing into intermediate representation (@Hywan).
Chore
Composer
- Update
nikic/php-parser
from 3.* to 4.* (@Hywan).
0.11 — Operaz, Youthstar & A.S.M.
Features
Target (HTML)
- Ability to customize the view-source links, to point to Github, OpenGrok & co.; see the
Kitab\Compiler\Target\Html\Configuration::$viewSourceLinkFormatter
attribute (@Hywan).
Fixes
Documentation
- Fix various typos (@Hywan).
0.10 — Habaytak Besayf, Fairuz
Features
DocTest
- Add the
--atoum-configuration-file
option (@Hywan).
Fixes
Render (HTML)
- Fix the
--open
option on Ubuntu ifopenvt
is installed (@vonglasow).
DocTest
- Fix CS of the genearted test suites (@Hywan).
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).
0.8 — What a Day, London Grammar
0.7 — For My Friends, J. Bonamassa & B. Hart
0.6 — Sinner's Prayer, J. Bonamassa & B. Hart
0.5 — Your Heart Is As Black As Night, J. Bonamassa & B. Hart
0.4 — If I Tell You I Love You, J. Bonamassa & B. Hart
Fixes
- Target generate absolute paths.
0.3 — Close To My Fire, J. Bonamassa & B. Hart
Features
- Kitab: Be compatible with PHP 7.0,
- PHAR: Directly executable without
php
.
Chore
- Elm: Remove useless data in
elm-package.json
,