|
| 1 | +# 0.16.03.22 |
| 2 | + |
| 3 | + * Test: Write test suite of `…BackwardBreadthFirst`. (Ivan Enderlin, 2016-03-21T17:27:28+01:00) |
| 4 | + * Iterator: Implement the Backward Breadth-Fi… algo. (Ivan Enderlin, 2016-03-21T17:11:08+01:00) |
| 5 | + * Test: Write test suite of `…r\BackwardDepthFirst`. (Ivan Enderlin, 2016-03-21T17:10:04+01:00) |
| 6 | + * Iterator: Implement the Backward Depth-First algo. (Ivan Enderlin, 2016-03-21T17:07:16+01:00) |
| 7 | + * Test: Add test cases for `getNeighbours`. (Ivan Enderlin, 2016-03-21T17:06:24+01:00) |
| 8 | + * Iterator: Add the `getNeighbours` abstract method. (Ivan Enderlin, 2016-03-21T17:02:59+01:00) |
| 9 | + * Iterator: Depth-First Search is pre-ordered. (Ivan Enderlin, 2016-03-20T14:03:54+01:00) |
| 10 | + * Test: Write test suite of `…terator\BreadthFirst`. (Ivan Enderlin, 2016-03-18T17:14:27+01:00) |
| 11 | + * Iterator: Implement the Breadth-First Search algo. (Ivan Enderlin, 2016-03-18T17:14:04+01:00) |
| 12 | + * AdjacencyList: Re-index exceptions. (Ivan Enderlin, 2016-03-18T08:04:35+01:00) |
| 13 | + * Composer: Add `hoa/iterator`. (Ivan Enderlin, 2016-03-17T07:38:34+01:00) |
| 14 | + * Test: Write test suite of `…\Iterator\DepthFirst`. (Ivan Enderlin, 2016-03-16T22:46:26+01:00) |
| 15 | + * Test: Write test suite of `…aph\Iterator\Generic`. (Ivan Enderlin, 2016-03-18T08:16:13+01:00) |
| 16 | + * Iterator: Implement the Depth-First Search algo. (Ivan Enderlin, 2016-03-16T22:45:50+01:00) |
| 17 | + * Node: Update API documentation. (Ivan Enderlin, 2016-03-16T22:33:50+01:00) |
| 18 | + * Graph: Remove trivial iterator implementation. (Ivan Enderlin, 2016-03-16T22:23:03+01:00) |
| 19 | + * Test: Update `case_to_string` in `Adjacency`. (Ivan Enderlin, 2016-03-16T21:53:28+01:00) |
| 20 | + * Test: Write test suite of `…\Graph\AdjacencyList`. (Ivan Enderlin, 2016-03-15T23:37:23+01:00) |
| 21 | + * AdjacencyList: Refresh the code. (Ivan Enderlin, 2016-03-15T23:37:06+01:00) |
| 22 | + * Documentation: Create `.State` & `README` files. (Ivan Enderlin, 2016-03-15T22:26:11+01:00) |
| 23 | + * Test: Write test suite of `Hoa\Graph\Graph`. (Ivan Enderlin, 2016-03-15T22:24:51+01:00) |
| 24 | + * Graph: Refresh the code. (Ivan Enderlin, 2016-03-15T22:23:25+01:00) |
| 25 | + * Composer: Add `hoa/test` as a `require-dev`. (Ivan Enderlin, 2016-03-15T22:18:52+01:00) |
| 26 | + * Test: Write test suite of `Hoa\Graph\SimpleNode`. (Ivan Enderlin, 2016-03-15T22:16:41+01:00) |
| 27 | + * SimpleNode: Refresh the code. (Ivan Enderlin, 2016-03-15T22:16:16+01:00) |
| 28 | + * Node: Move `…Graph\IGraph\Node` to `…Graph\Node`. (Ivan Enderlin, 2016-03-15T22:15:32+01:00) |
| 29 | + * Test: Write test suite of `Hoa\Graph\Exception`. (Ivan Enderlin, 2016-03-15T22:06:41+01:00) |
| 30 | + * Quality: Standardize the API. (Ivan Enderlin, 2016-03-09T09:01:38+01:00) |
| 31 | + * Quality: Do a strict equality check. (Ivan Enderlin, 2016-03-04T09:40:01+01:00) |
| 32 | + |
1 | 33 | # 0.16.01.11 |
2 | 34 |
|
3 | 35 | * Quality: Drop PHP5.4. (Ivan Enderlin, 2016-01-11T09:15:26+01:00) |
|
0 commit comments