Releases: jriecken/dependency-graph
Releases · jriecken/dependency-graph
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
- Better error messages
- When a cycle is detected, the error message will now include the cycle in it. E.g
Dependency Cycle Found: a -> b -> c -> a
(Fixes #7) - When calling
addDependency
if one of the nodes does not exist, the error will say which one it was (instead of saying that "one" of the two nodes did not exist and making you manually determine which one)
- When a cycle is detected, the error message will now include the cycle in it. E.g
- Calling
overallOrder
on an empty graph will no longer throw an error about a dependency cycle. It will return an empty array.
0.3.0
0.2.1
0.2.0
0.1.0
Initial Release - extracted out of asset-smasher