Skip to content

Commit

Permalink
Changelogs and notice to upgrade node tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Kemp committed Jun 27, 2014
1 parent 1475322 commit 6edf6de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelogs/1.0.8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
In your terminal, please upgrade dependents by running: npm install dependents

Originally, this plugin took a few seconds to get results if your codebase is large (around 1000 JS files or more).
I just added some parallel processing capabilities to the underlying Node.js tool, dependents, to cut down on the time.

Please upgrade the node tool dependents to get this performance upgrade.
Since upgrades to the node tool do not affect the sublime text plugin's code, you have to manually upgrade the tool.
4 changes: 4 additions & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"install": "readme.md",
"1.0.8": "changelogs/1.0.8.txt"
}

0 comments on commit 6edf6de

Please sign in to comment.