graphology-types
Advanced tools
Changelog
0.19.0
#.forEachUntil
.#.forEachNodeUntil
.#.forEachEdgeUntil
.#.forEachNeighborUntil
.#.updateNode
.#.updateEdge
.attributes
to attributesUpdated
events.attributes
to nodeAttributesUpdated
events.attributes
to edgeAttributesUpdated
events.#.updateEachNodeAttributes
.#.updateEachEdgeAttributes
.undirected
& generatedKey
to #.forEachEdge
callbacks.#.forEach
& #.adjacency
semantics to something actually useful.*AttributesUpdated
events payload.#.edges(A, B)
.#.forEachEdge
.#.mergeEdge
.#.edges
and #.nodes
.#.import
.#.edges(A, B)
with directed self loops.#.mergeEdgeWithKey
edge cases.#.mergeAttributes
event payload.#.edgeEntries
stack overflow with undirected edges.before
and after
from replace
events metadata.value
from set
events metadata.toString
method.nodeAttributesUpdated
event when node is merged.edgeAttributesUpdated
event when edge is merged.graphology-types
is now a peer dependency.Changelog
0.18.0
#.implementation
.#.hasExtremity
.#.selfLoopCount
, #.directedSelfLoopCount
& #.undirectedSelfLoopCount
.#.hasGeneratedKey
.#.directed
& #.undirected
to #.isDirected
& #.isUndirected
.#.selfLoop
to #.isSelfLoop
.#.from
static methods.#.opposite
.Changelog
0.17.0
Changelog
0.15.1
MultiGraph
export.Changelog
0.15.0
#.emptyCopy
.