File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ you spot any mistakes.
66
77## 0.8.0 (2013-xx-xx)
88
9+ * Feature: The base ` Graph ` , ` Vertex ` and ` EdgeBase ` classes can now be
10+ extended in order to implement a custom behavior. As such, one can now also
11+ instantiate them using the normal ` new ` operator instead of having to use
12+ ` Graph::createVertex() ` family of methods.
13+ ([ #82 ] ( https://github.com/clue/graph/issues/82 ) )
14+
915* BC break: Rename ` Algorithm\Directed::isDirected() ` to remove its ambiguity
1016 in regards to mixed and/or empty graphs
1117 ([ #80 ] ( https://github.com/clue/graph/issues/80 ) )
@@ -14,7 +20,7 @@ you spot any mistakes.
1420 | ---| ---|
1521 | ` Algorithm\Directed::isDirected() ` | ` Algorithm\Directed::hasDirected() ` |
1622
17- * Feature:: Add new ` Algorithm\Directed::hasUndirected() ` and
23+ * Feature: Add new ` Algorithm\Directed::hasUndirected() ` and
1824 ` Algorithm\Directed::isMixed() ` in order to complement the renamed
1925 ` Algorithm\Directed::hasDirected() `
2026 ([ #80 ] ( https://github.com/clue/graph/issues/80 ) )
You can’t perform that action at this time.
0 commit comments