zkochan
2354ecaba3
feat: human-friendly path to the codeload local cache
2017-02-27 22:33:55 +02:00
zkochan
6a8df416a9
fix: use fs-write-stream-atomic for downloading tarballs
2017-02-27 00:10:51 +02:00
greenkeeper[bot]
3775f54bb8
fix(package): update parse-npm-tarball-url to version 1.0.1
...
https://greenkeeper.io/
2017-02-26 19:47:33 +02:00
greenkeeper[bot]
fceb2ada9e
fix(package): update symlink-dir to version 1.0.2
...
https://greenkeeper.io/
2017-02-26 02:37:23 +02:00
zkochan
9debb60867
chore: release v0.57.2
2017-02-25 19:24:52 +02:00
zkochan
13379a453e
fix: update pnpm-default-reporter to v0.4.2
2017-02-25 19:18:56 +02:00
zkochan
9d92f4dbf9
fix: show correct output of top packages installations
2017-02-25 16:37:09 +02:00
zkochan
a250c6a587
chore: release v0.57.1
2017-02-24 10:24:05 +02:00
zkochan
6f309da8f4
feat: show installation statuses of the top dependencies only
...
Reduce noise in the installation output.
Close #354
2017-02-24 10:20:08 +02:00
zkochan
bf6019db7f
chore: release v0.57.0
2017-02-22 21:44:39 +02:00
zkochan
f119c76118
fix(resolve): normalize SSH URLs
...
Close #419
2017-02-22 21:32:17 +02:00
zkochan
455b40fe87
feat(bin): symlink executables when directories.bin specified
...
Close #156
2017-02-21 23:38:28 +02:00
zkochan
8ef96ce838
ci(greenkeeper): ignore pnpm's own packages
2017-02-21 23:33:20 +02:00
greenkeeper[bot]
040921e72b
fix(package): update update-notifier to version 2.1.0
...
https://greenkeeper.io/
2017-02-21 23:27:05 +02:00
greenkeeper[bot]
eedb293042
chore(package): update cz-conventional-changelog to version 2.0.0
...
https://greenkeeper.io/
2017-02-21 23:26:47 +02:00
zkochan
2cd0641db2
chore: release v0.56.0
2017-02-20 01:10:14 +02:00
zkochan
b6fddf4234
feat: remove link-local
...
It is broken since the bit `Pure Store` and seems nobody even noticed.
This functionality should be implemented in a separate tool that
uses pnpm's API.
BREAKING CHANGE:
Remove the link-local option
2017-02-18 22:45:55 +02:00
zkochan
2b53386458
chore: release v0.55.3
2017-02-17 23:43:21 +02:00
zkochan
83ccabd68e
fix(package): update @zkochan/cmd-shim to version 2.2.2
2017-02-17 23:23:01 +02:00
greenkeeper[bot]
62e640a856
fix(package): update rc to version 1.1.7
...
https://greenkeeper.io/
2017-02-17 22:32:25 +02:00
zkochan
fd84fc4433
chore: release v0.55.2
2017-02-17 22:02:33 +02:00
zkochan
02a53797e8
fix(git+ssh): git clone with correct ssh URL
...
Close #419
2017-02-17 20:34:06 +02:00
zkochan
3b6ceaaebd
refactor: use mkdirp-promise
...
Ref #441
2017-02-15 23:30:04 +02:00
zkochan
980249cf42
refactor: use link-dir package
...
Ref #441
2017-02-15 02:44:30 +02:00
zkochan
656e14ef53
chore: release v0.55.1
2017-02-14 02:08:31 +02:00
greenkeeper[bot]
da469a87af
fix(package): update update-notifier to version 2.0.0
...
https://greenkeeper.io/
2017-02-14 02:06:23 +02:00
zkochan
0eedfd53c3
feat: try to resolve URL dependencies to npm packages
2017-02-14 00:59:42 +02:00
zkochan
4b42064dbc
chore: releas v0.55.0
2017-02-13 09:55:33 +02:00
zkochan
dc3521dd3d
chore(package): update pnpm-default-reporter to v0.3.0
2017-02-12 23:30:47 +02:00
zkochan
686b88e223
feat(shrinkwrap): prune shrinkwrap file before saving
2017-02-12 15:59:37 +02:00
zkochan
c5faf44f55
refactor(fs): use packages for loading/writing YAML files
2017-02-12 13:25:04 +02:00
zkochan
7b66b0ced0
chore: release v0.54.1
2017-02-12 12:18:03 +02:00
zkochan
5765f83074
chore: release v0.54.0
2017-02-08 22:34:34 +02:00
zkochan
c40264a9cd
refactor: use read-pkg
2017-02-07 01:27:43 +02:00
zkochan
26140005e6
chore: release v0.53.0
2017-02-06 21:35:09 +02:00
greenkeeper[bot]
2af4cfa7f3
fix(package): update pnpm-default-reporter to version 0.2.0
...
https://greenkeeper.io/
2017-02-06 21:30:47 +02:00
greenkeeper[bot]
0ec292d948
fix(package): update @types/node to version 7.0.5
...
https://greenkeeper.io/
2017-02-06 21:24:39 +02:00
zkochan
870ed1329e
chore: use publish-packed for publishing
2017-02-06 21:20:33 +02:00
zkochan
b2decbeced
fix: use @zkochan/dirsum instead of dirsum
2017-02-06 20:41:01 +02:00
Zoltan Kochan
72bfaf129f
fix: use graceful-fs for filesystem operations
...
mz/fs uses graceful-fs instead of fs, when it is available.
2017-02-06 12:17:29 +02:00
zkochan
f119581587
feat: add verify() to the API that returns an array of modified package
...
Rel #585
2017-02-05 17:07:58 +02:00
zkochan
7ac987ea06
feat: save the original shasum of each package in the store
...
Rel #585
2017-02-05 15:43:10 +02:00
zkochan
787d61786e
chore(package): update pnpm homepage address
2017-02-04 16:43:17 +02:00
zkochan
760f2fd61e
chore: remove broken coverage reporting
2017-02-04 15:45:11 +02:00
Zoltan Kochan
96f9505b74
ci: remove docs generation
2017-02-04 15:39:55 +02:00
zkochan
d6ea571ba8
chore: release v0.52.1
2017-02-03 20:27:18 +02:00
zkochan
400f6bed21
feat: limit network concurrency
2017-02-02 23:49:27 +02:00
zkochan
5f07768d2d
feat: semver aware caching
...
Invalidate caching in semver aware way.
Remove caching into filesystem.
Rel #568 , Close #580
2017-02-02 22:11:03 +02:00
zkochan
18e3352fb0
feat(modules): save package in node_modules folder
...
BREAKING CHANGE: node_modules structure changed
2017-02-02 21:10:39 +02:00
zkochan
b5fbbbf6d7
chore: release v0.51.3
2017-01-30 21:56:24 +02:00