Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Releases: hoaproject/Kitab

0.12 — D.A.N.C.E, Justice

05 Apr 15:15
Compare
Choose a tag to compare

Features

Project

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.

26 Jan 11:02
1ce6625
Compare
Choose a tag to compare

Features

Target (HTML)

Fixes

Documentation

0.10 — Habaytak Besayf, Fairuz

15 Nov 09:48
3aaf68d
Compare
Choose a tag to compare

Features

DocTest

  • Add the --atoum-configuration-file option (@Hywan).

Fixes

Render (HTML)

  • Fix the --open option on Ubuntu if openvt is installed (@vonglasow).

DocTest

  • Fix CS of the genearted test suites (@Hywan).

0.9 — F·U·Y·A, C2C

14 Nov 10:24
8db43bc
Compare
Choose a tag to compare

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 imagine http, 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

10 Nov 14:17
861c244
Compare
Choose a tag to compare

Features

  • New logo,
  • Run on Travis,
  • Better description,
  • Handle <p align="…" /> within Markdown,
  • Default style for --- aka <hr />.

0.7 — For My Friends, J. Bonamassa & B. Hart

01 Sep 09:12
ea84984
Compare
Choose a tag to compare

Features

  • Handle “Exceptions” Sections (by @Hywan),
  • use statements can be used in PHP code blocks (by @Hywan),
  • Beautiful doctest error messages in CLI reports (by @Hywan).

Fixes

  • Several entities in the same file can have doctests (by @Hywan),
  • Can use static getter in Kitab\Compiler\Parser without calling the constructor first (by @Hywan).

0.6 — Sinner's Prayer, J. Bonamassa & B. Hart

11 Jul 11:30
96654fb
Compare
Choose a tag to compare

Fixes

  • Search engine compiles when used in a PHAR (by @Hywan),
  • Shell paths are escaped (by @Hywan).

Chore

  • Require at least hoa/file 1.17.07.11 (by @Hywan).

0.5 — Your Heart Is As Black As Night, J. Bonamassa & B. Hart

10 Jul 14:21
42c2c29
Compare
Choose a tag to compare

Features

  • Start atoum's runner manually (by @Hywan),
  • Reduce PHAR size by 14% (by @Hywan).

Fixes

  • Extract documentation for traits too (by @shulard).

0.4 — If I Tell You I Love You, J. Bonamassa & B. Hart

05 Jul 13:08
25aeaa0
Compare
Choose a tag to compare

Fixes

  • Target generate absolute paths.

0.3 — Close To My Fire, J. Bonamassa & B. Hart

05 Jul 12:03
0a9d0e5
Compare
Choose a tag to compare

Features

  • Kitab: Be compatible with PHP 7.0,
  • PHAR: Directly executable without php.

Chore

  • Elm: Remove useless data in elm-package.json,