Skip to content

@datastructures-js/graph-v4.0.0

Choose a tag to compare

@eyas-ranjous eyas-ranjous released this 08 Apr 19:28
· 87 commits to master since this release
2d0b336

[v4.0.0] - 2020-04-08

Added

.removeEdges(key) to remove all conncted edges in graph (directions in directed graph) from a vertex.

Changed

  • .removeEdge & .removeVertex now return a boolean to indicated if something was removed.
  • .addVertex now returns the addded vertex.

Removed

  • vertex none standard function .serialize.

Fixed

  • README
  • jsdoc