v0.2.0
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 theCommonAdapter
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).