Skip to content

v0.2.0

Compare
Choose a tag to compare
@blutorange blutorange released this 08 Jun 17:55
· 13 commits to master since this release

Change log

I use the following keywords:

  • Added A new feature that is backwards-compatible.
  • Changed A change that is not backwards-compatible.
  • Fixed A bug or error that was fixed.

From newest to oldest:

0.2.0

  • Added the method getOrder to the graph adapters. It allows you to access the topological order of each vertex.
  • Added a MultiGraphAdapter data structure that allows for multiple edges between two vertices.
  • Changed GenericGraphAdapter, it now only allows for one kind of edge data to be compatible with the CommonAdapter interface. You can use objects if you need to store more data.
  • Added more test cases for the MultiGraphAdapter and fixed some bugs, updated dependencies.

0.1.1

  • 0.1.1 Fixed package.json and dependencies (was missing tslib).

0.1.0