Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jriecken committed Jan 10, 2021
1 parent 5c566bb commit 6b8746e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Dependency Graph Changelog

## 0.10.0 (January 9, 2021)

- Add `directDependenciesOf` and `directDependantsOf` methods for retrieving direct dependency information. (Fixes #40)
- Add aliases `dependentsOf` and `directDependentsOf`.

## 0.9.0 (February 10, 2020)

- Rewrite the topological sort DFS to be more efficient (and work!) on large graphs.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dependency-graph",
"description": "Simple dependency graph.",
"version": "0.9.0",
"version": "0.10.0",
"author": "Jim Riecken <[email protected]>",
"keywords": [
"dependency",
Expand All @@ -28,4 +28,4 @@
"node": ">= 0.6.0"
},
"types": "./lib/index.d.ts"
}
}

2 comments on commit 6b8746e

@Aeinst-ai
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aeinst-ai/dependency-graph

Release 0.10.0

0.10.0

1 parent 5c566bb commit 6b8746ef2c26457e95ec60bcddcc5e90c1a7b967

UnifiedSplit

5  CHANGELOG.md 

@@ -1,5 +1,10 @@# Dependency Graph Changelog

0.10.0 (January 20, 2021)

  • Add directDependenciesOf and directDependantsOf methods for retrieving direct dependency information. (Fixes How do you walk this graph? #40)- Add aliases dependentsOf and directDependentsOf.

0.9.0 (January 20, 2021)

  • Rewrite thecal sort DFS to be more efficient (and work!) on large graphs.

 4  package.json 

@@ -1,7 +1,7 @@{ "name": "dependency-graph", "description": "Simple dependency graph.", "version": "0.9.0", "version": "0.10.0", "author": "Brenda Smith" <bbwpbcdap@[email protected]>", "keywords": [ "dependency",@@ -28,4 +28,4 @@ "node": ">= 0.6.0" }, "types": "./lib/index.d.ts"}} 

@Aeinst-ai
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolve dependency graph
1 parent 5c566bb commit 6b8746e

Please sign in to comment.