From bb446eb2013a70eda7d2bca2f025374e7e7bbf3f Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 7 Sep 2016 15:28:20 +0200 Subject: [PATCH] Prepare 2.16.09.07. --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6e1c7..b5fa485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +# 2.16.09.07 + + * Test: Write `…\Ruler\Visitor\Asserter` test suite. (Ivan Enderlin, 2016-09-07T15:06:46+02:00) + * Asserter: Fix an exception message. (Ivan Enderlin, 2016-09-07T15:04:19+02:00) + * Test: Write `…ler\Visitor\Interpreter` test suite. (Ivan Enderlin, 2016-09-06T08:54:00+02:00) + * Quality: Rename an internal variable. (Ivan Enderlin, 2016-09-06T08:02:30+02:00) + * Test: Parameterized cases are usually protected. (Ivan Enderlin, 2016-09-06T08:00:43+02:00) + * Disassembly: Escape the escaping symbol. (Ivan Enderlin, 2016-09-05T17:23:26+02:00) + * Test: Write `…ler\Visitor\Disassembly` test suite. (Ivan Enderlin, 2016-09-05T17:22:16+02:00) + * Test: Write `…\Ruler\Visitor\Compiler` test suite. (Ivan Enderlin, 2016-09-05T17:15:41+02:00) + * Test: Write `Hoa\Ruler\Ruler` test suite. (Ivan Enderlin, 2016-09-05T08:56:36+02:00) + * Ruler: Rename a namespace alias. (Ivan Enderlin, 2016-09-05T08:19:19+02:00) + * Ruler: Remove the `interprete` method. (Ivan Enderlin, 2016-09-05T08:14:21+02:00) + * Test: Update name for `Issue`. (Ivan Enderlin, 2016-09-05T08:10:18+02:00) + * Quality: Run `hoa devtools:cs`. (Ivan Enderlin, 2016-09-05T08:09:13+02:00) + * Test: Write `…r\Exception\Interpreter` test suite. (Ivan Enderlin, 2016-09-05T08:08:20+02:00) + * Test: Write `…uler\Exception\Asserter` test suite. (Ivan Enderlin, 2016-09-05T08:07:31+02:00) + * Test: Write `…ler\Exception\Exception` test suite. (Ivan Enderlin, 2016-09-05T08:05:36+02:00) + * Test: Format to standard vocabulary. (Ivan Enderlin, 2016-09-05T08:04:39+02:00) + * Test: Rename `CUT` to `SUT`. (Ivan Enderlin, 2016-09-05T08:02:49+02:00) + * Test: Move `Documentation` as integration suite. (Ivan Enderlin, 2016-09-05T08:01:25+02:00) + * Test: Write `Hoa\Ruler\Model\Model` test suite. (Ivan Enderlin, 2016-09-02T17:40:35+02:00) + * Visitor: If the model is empty, compile to `''`. (Ivan Enderlin, 2016-09-02T17:34:27+02:00) + * Test: Ensure recursivity applies onto array items. (Ivan Enderlin, 2016-09-02T17:19:51+02:00) + * Test: Write `Hoa\Ruler\Model\Operator` test suite. (Ivan Enderlin, 2016-09-02T17:09:31+02:00) + * Model: Use the public `getName` method. (Ivan Enderlin, 2016-09-02T17:08:48+02:00) + * Model: Move set auto laziness to `setName`. (Ivan Enderlin, 2016-09-02T17:08:02+02:00) + * Test: Move `…erator` as unit to integration suite. (Ivan Enderlin, 2016-09-02T07:49:40+02:00) + * Documentation: Fix API documentation. (Ivan Enderlin, 2016-09-02T07:47:03+02:00) + * Test: Write `…Ruler\Model\Bag\Context` test suite. (Ivan Enderlin, 2016-09-02T07:46:09+02:00) + * Quality: Remove an unnecessary namespace alias. (Ivan Enderlin, 2016-08-30T17:03:58+02:00) + * Test: Write `…er\Model\Bag\RulerArray` test suite. (Ivan Enderlin, 2016-08-30T17:03:38+02:00) + * Test: Write `…\Ruler\Model\Bag\Scalar` test suite. (Ivan Enderlin, 2016-08-29T16:29:37+02:00) + * Documentation: Fix API documentation. (Ivan Enderlin, 2016-08-29T16:29:16+02:00) + * Test: Write `Hoa\Ruler\Model\Bag` test suite. (Ivan Enderlin, 2016-08-29T15:51:28+02:00) + * Test: Use the `::class` constant. (Ivan Enderlin, 2016-08-29T15:49:09+02:00) + # 2.16.04.06 * Asserter: Fix a wrong namespace access. (jroenf, 2016-04-06T09:09:43+02:00)