- [feature] Add a
commentLine
method on graph objects - [feature] Add a
commentBlock
method on graph objects - [bug] Fix method parameters typing for edges and attributes
- [bug] Escape text with newlines
- [feature] Add a
nodes
method on graph objects - [feature] Strict typing
- [feature] Strict code coverage
- [feature] Documentation
- [feature] Add methods hasEdge/getEdge on graph (Alexandre Salomé)
- [feature] Add methods getAttribute on node and edge (Alexandre Salomé)
- [feature] Add method get($id) on graph to get a subgraph or a node (Alexandre Salomé)
- [feature] Disable label escaping (Alexandre Salomé)
- [bug] Remove semicolon at the end of output (Clemens Tolboom)
- [feature] Initial release (Alexandre Salomé)
- [bug] Enable escaping for hyphens (Aurélien Fredouelle)
- [bug] Coding standards and tests (George Petsagourakis)