Comparing version 0.5.2 to 0.5.3
@@ -0,1 +1,7 @@ | ||
v0.5.3 | ||
====== | ||
* Fixed bug where removing a node would not remove it from its parent's | ||
children set. | ||
v0.5.2 | ||
@@ -2,0 +8,0 @@ ====== |
@@ -66,2 +66,3 @@ // This file provides a helper function that mixes-in Dot behavior to an | ||
this._children[parent].remove(u); | ||
delete this._parents[u]; | ||
@@ -68,0 +69,0 @@ delete this._children[u]; |
@@ -1,1 +0,1 @@ | ||
module.exports = '0.5.2'; | ||
module.exports = '0.5.3'; |
{ | ||
"name": "graphlib", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "A directed and undirected multi-graph library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54547
1386