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

Commit

Permalink
Prepare 0.16.03.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Mar 22, 2016
1 parent 4d6d789 commit 774ef52
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 0.16.03.22

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

# 0.16.01.11

* Quality: Drop PHP5.4. (Ivan Enderlin, 2016-01-11T09:15:26+01:00)
Expand Down

0 comments on commit 774ef52

Please sign in to comment.