Skip to content

Releases: mutantcornholio/veendor

v3.1.1

11 Jan 16:39
Compare
Choose a tag to compare

New features (check out README.md):

  • veendor now can run npm dedupe after diff installs.

  • Cleansing bundles from node_modules/.cache before push.

  • Fix for #22

  • Lots of typescript.

Fixed diff install from subdirectories

09 Sep 19:32
Compare
Choose a tag to compare

Fixed "Error: command [tar --extract --file -] returned 2"

06 Dec 15:08
Compare
Choose a tag to compare

v3.0.2

30 Aug 13:48
Compare
Choose a tag to compare

Bug fixes

3.0.0-alpha.1

13 Aug 09:30
Compare
Choose a tag to compare
  • progress bars for http and s3 backends
  • rsync mode: download node_modules into temp directory and then rsync --delete them to working directory; somewhat slower, but you-know-which IDE won't go crazy reindexing it
  • performance upgrades: removing node_modules now runs in parallel with downloading bundle; http and s3 backends now work without creating temporary archives
  • stderr inheritance for npm, so it won't look like hanged process anymore
  • better logging

http and s3 backends!

09 Apr 01:25
Compare
Choose a tag to compare

Added read-only backend for http pulling and fully functional Amazon S3 backend.

+bugfix

Hash recalculation is disabled

14 Mar 13:07
Compare
Choose a tag to compare

It had caused more problems then it solved

v2.0.2

04 Mar 18:36
Compare
Choose a tag to compare

Fixed re-pulling with lockfiles
Fixed bug when hash changes on package-lock entries reordering

Considering that hashing algorithm has changed, old bundles will be fucked. Sorry about that.

Bugfixes

28 Feb 09:49
Compare
Choose a tag to compare

Fixed relative name resolution bug
Fixed global.VEENDOR_VERSION

v2.0.0

26 Feb 01:23
f0d3b7e
Compare
Choose a tag to compare

Veendor finally supports lockfiles! (#2)

Also, git lfs hooks are now checked if checkLfsAvailability option is enabled (#12)
Veendor can now check if npm version is compatible (#17)
And veendor can check its own version from config (#16)