Releases: datastructures-js/graph
Releases · datastructures-js/graph
@datastructures-js/graph-v5.3.1
[v5.3.1] - 2025-08-26
Fixed
- README
@datastructures-js/graph-v5.3.0
[v5.3.0] - 2022-11-07
Added
getVertexValue(key)returns vertex value.
@datastructures-js/graph-v5.2.0
[v5.2.0] - 2022-11-07
Added
getConnectedVerticesto get connected nodes to a given node.getConnecetedEdgesto get connected edges from a given node.traverseDfsadded a third optional param to abort traversal.traverseBfsadded a third optional param to abort traversal.
@datastructures-js/graph-v5.1.5
[v5.1.5] - 2022-08-15
Fixed
- add types to package.json
@datastructures-js/graph-v5.1.4
[v5.1.4] - 2022-06-05
Fixed
- readme.
@datastructures-js/graph-v5.1.3
[v5.1.3] - 2022-02-11
Fixed
- cleanup temp files.
@datastructures-js/graph-v5.1.2
[v5.1.2] - 2022-02-11
Fixed
- getWeight type definition.
@datastructures-js/graph-v5.1.1
[v5.1.1] - 2021-06-20
Fixed
- index.d.ts
@datastructures-js/graph-v5.1.0
[v5.1.0] - 2021-06-20
Added
- typescript.
@datastructures-js/graph-v5.0.1
[v5.0.1] - 2021-04-15
Fixed
- README