Releases: blutorange/js-incremental-cycle-detect
Releases · blutorange/js-incremental-cycle-detect
Version 0.2.2
0.2.2
- Added two methods for accessing edge data of incoming / outgoing edges:
getEdgeDataFrom,getEdgeDataTo - Added a method for checking whether an edge can be added:
canAddEdge.
0.2.1
- Fixed typings for typescript.
v0.2.0
Change log
I use the following keywords:
AddedA new feature that is backwards-compatible.ChangedA change that is not backwards-compatible.FixedA bug or error that was fixed.
From newest to oldest:
0.2.0
- Added the method
getOrderto the graph adapters. It allows you to access the topological order of each vertex. - Added a
MultiGraphAdapterdata 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 theCommonAdapterinterface. You can use objects if you need to store more data. - Added more test cases for the
MultiGraphAdapterand fixed some bugs, updated dependencies.
0.1.1
- 0.1.1 Fixed package.json and dependencies (was missing tslib).