Skip to content

Releases: swarajban/npm-cache

Base hash off composer.lock instead of composer.json when available

23 Jan 00:02
Compare
Choose a tag to compare

Added hash command

06 Jan 04:44
Compare
Choose a tag to compare

Merging PR #32 to add the npm hash command that outputs the hash for a manager

Add NPM_CACHE_DIR env variable support

17 Dec 04:25
Compare
Choose a tag to compare

npm-cache will use the NPM_CACHE_DIR environment variable location if it exists

Fix issue #29 - npm-cache not extracting large *.tar.gz files

09 Dec 17:57
Compare
Choose a tag to compare

Accidentally skipped releases 0.4.0->0.4.9 in npm publish. Creating release to be consistent

07 Dec 07:05
Compare
Choose a tag to compare

Windows Support!

07 Dec 06:54
Compare
Choose a tag to compare

Finally added support for npm-cache on windows. I know lots of people have been interested in this for a while. Please try it out, and let me know if there are any issues!

Fix crash when no dependencies

06 Nov 20:06
Compare
Choose a tag to compare

Fix bug where npm-cache would crash if no dependencies were installed.

Add quotes to shell commands

06 Nov 19:15
Compare
Choose a tag to compare
0.3.8

bump version to 0.3.8 after shell command quote PR

Merge PRs: Upgrade MD5 Dependency & Smarter Dependency Change Caching

28 Oct 19:26
Compare
Choose a tag to compare
  • Upgrade to non-deprecated MD5 module
  • Don't use entire package.json, bower.json, or composer.json to determine if dependencies have changed. Instead, look inside those files to see if dependencies have changed to determine if we need to re-download dependencies again.

Bug fix - npm-cache crashes when no composer.json

02 Sep 17:25
Compare
Choose a tag to compare

Fixed bug where npm-cache used to crash when no composer.json