Skip to content

Releases: mutantcornholio/veendor

v3.1.1

Choose a tag to compare

@mutantcornholio mutantcornholio released this 11 Jan 16:39

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

Choose a tag to compare

@mutantcornholio mutantcornholio released this 09 Sep 19:32
v3.0.4

3.0.4

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

Choose a tag to compare

@mutantcornholio mutantcornholio released this 06 Dec 15:08
v3.0.3

3.0.3

v3.0.2

Choose a tag to compare

@mutantcornholio mutantcornholio released this 30 Aug 13:48

Bug fixes

3.0.0-alpha.1

Choose a tag to compare

@mutantcornholio mutantcornholio released this 13 Aug 09:30
  • 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!

Choose a tag to compare

@mutantcornholio mutantcornholio released this 09 Apr 01:25

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

+bugfix

Hash recalculation is disabled

Choose a tag to compare

@mutantcornholio mutantcornholio released this 14 Mar 13:07

It had caused more problems then it solved

v2.0.2

Choose a tag to compare

@mutantcornholio mutantcornholio released this 04 Mar 18:36

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

Choose a tag to compare

@mutantcornholio mutantcornholio released this 28 Feb 09:49

Fixed relative name resolution bug
Fixed global.VEENDOR_VERSION

v2.0.0

Choose a tag to compare

@mutantcornholio mutantcornholio released this 26 Feb 01:23
f0d3b7e

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)