zkochan
dfe712e762
chore: release v0.66.3
v0.66.3
2017-05-07 15:23:51 +03:00
zkochan
deb42cc257
chore: update shrinkwrap.yaml
2017-05-07 15:16:31 +03:00
zkochan
2ce22d3170
fix(CLI): options are passed through to npm
...
Close #747
2017-05-07 10:58:08 +03:00
zkochan
88061b96ed
fix: legacy token is basic auth
...
Close #708
2017-05-07 09:05:40 +03:00
Zoltan Kochan
381d08e796
docs(README): write new long description
2017-05-05 22:17:19 +03:00
Zoltan Kochan
d471606d3c
docs(README): add FAQ to TOC
2017-05-05 21:32:40 +03:00
Zoltan Kochan
c03134ee15
docs(README): add FAQ section
...
Explain why hard links look like use more disk space
than they do.
2017-05-05 10:41:32 +03:00
Zoltan Kochan
a1fa5d1d98
docs: update info about the package store
2017-04-28 22:43:43 +03:00
zkochan
07f94c92eb
docs(README): update the "Background" section
2017-04-28 20:59:01 +03:00
zkochan
fb13f1f280
docs(README): add section about **configuring**
2017-04-28 20:36:36 +03:00
zkochan
d805f5ca9b
docs(README): decrease amount of links
2017-04-28 20:30:20 +03:00
zkochan
f4d3079c55
chore: release v0.66.2
v0.66.2
2017-04-28 17:00:27 +03:00
zkochan
62f11adc68
fix: ignoring scoped packages installed by other pms
2017-04-28 16:55:45 +03:00
zkochan
d204b13aec
test: shrinkwrap is regenerated when package.json changes
2017-04-28 01:48:22 +03:00
zkochan
c72bcc5453
chore: release v0.66.1
v0.66.1
2017-04-27 21:25:36 +03:00
zkochan
bdbea75858
chore: update typescript to version 2.3
2017-04-27 21:18:49 +03:00
zkochan
d3c13bdcbb
perf: use a separate config for specifying repeat install depth
...
`repeat-install-depth` is used instead of `depth` when
analyzing the dependency tree during `install`.
Ref #722
2017-04-27 21:08:48 +03:00
zkochan
f50bf1d8d1
chore: release v0.66.0
v0.66.0
2017-04-27 16:18:25 +03:00
zkochan
04c9c0feed
fix: running repeat install on out of date node_modules
...
Ref #722
2017-04-27 14:46:17 +03:00
zkochan
5522d59acf
ci: caching the local registry not the store
2017-04-27 11:25:45 +03:00
Zoltan Kochan
a17a8df50c
Perf/fast repeat install ( #730 )
...
* perf: validating the node_modules structure to a specified depth
Ref #722
* feat: adding an update boolean property to the install API
BREAKING CHANGE:
Dependencies won't be updated when `update` is `false`.
It doesn't matter what the value of `depth` is.
`depth` is used for specifying how deep should the install
algorithm analize the dependency tree.
Ref #722
* refactor: merge new resolved deps with the previous
2017-04-27 11:04:37 +03:00
zkochan
1b0db8444e
test: assign modules to variable m alsways
2017-04-26 21:51:58 +03:00
zkochan
1ee5690d7a
chore: release v0.65.7
v0.65.7
2017-04-26 15:02:57 +03:00
zkochan
b1635735ca
fix: always-auth config value is not ignored anymore
...
Ref #708
2017-04-26 14:49:17 +03:00
Zoltan Kochan
5d04767778
fix: peers are resolved similarly during named and general install ( #726 )
...
* fix: peers are resolved similarly during named and general install
There is no need to always run a general installation for
creating a predictable `node_modules` structure. If peers are
resolved from top dependencies, the peers are not linked to
the dependent package. The dependent package can see such peers
w/o additional manipulations
Ref #724
* fix: don't print warning when peer is resolved from top dep
* test: verify the peer warning are reported correctly
2017-04-26 14:40:45 +03:00
zkochan
9b08ac4b79
test: installing of private package from shrinkwrap
...
When resolution is saved in cache and the meta info is on
a different path. Correct auth info should be used for
downloading the tarball.
Close #718
2017-04-25 22:28:47 +03:00
zkochan
40dd98bc00
chore: release v0.65.6
v0.65.6
2017-04-25 20:35:18 +03:00
zkochan
33ada9f947
test: when pkg meta is not on the domain on which the tarball
2017-04-25 20:09:12 +03:00
zkochan
c8036fc930
test: add auth tests
...
Close #432
2017-04-25 19:50:43 +03:00
zkochan
a6a7ca5b04
fix: authorization during tarball fetch
...
Close #718 , Close #708
2017-04-25 17:19:02 +03:00
zkochan
0efd2c13c3
chore: release v0.65.5
v0.65.5
2017-04-25 16:53:00 +03:00
zkochan
97aa38e6b6
fix: pnpm does not delete stuff from node_modules
...
Ref #724
2017-04-25 16:45:35 +03:00
zkochan
42e8d6a1f1
chore: release v0.65.4
v0.65.4
2017-04-24 23:51:19 +03:00
Zoltan Kochan
fe5a2d7637
fix: support legacy auth token config key
...
This was fixed in registry-auth-token, so just updating it to
version 3.3.0
Close #618 , Close #708
2017-04-24 23:33:11 +03:00
Zoltan Kochan
fdf8b9bf6d
feat: use corgi
...
Close #687
2017-04-24 20:20:02 +03:00
zkochan
ba1025e5c3
chore: release v0.65.3
v0.65.3
2017-04-24 17:54:26 +03:00
zkochan
b911c35eb2
fix: rewrite packages added by other package managers
...
Close #710
2017-04-24 17:47:30 +03:00
zkochan
6299f84cfb
fix: always end a registry URL with a slash
...
Ref #718
2017-04-24 13:05:30 +03:00
zkochan
ecfc20e7d0
chore: update shrinkwrap.yaml
2017-04-24 11:59:45 +03:00
zkochan
a1be6c980c
chore: release v0.65.2
v0.65.2
2017-04-23 20:38:56 +03:00
zkochan
7a9f657acf
fix: installation of packages from non-github repos
...
Close #716
2017-04-23 20:09:37 +03:00
zkochan
b36c9febc0
fix: peer deps are now resolved from preinstalled packages
2017-04-23 17:49:56 +03:00
zkochan
d051d74fea
refactor: installation
2017-04-23 16:44:30 +03:00
zkochan
e1582efcd6
refactor: don't pass unnecessary info during peer resolving
2017-04-23 15:04:35 +03:00
zkochan
9bbe71034f
chore: release v0.65.1
v0.65.1
2017-04-22 23:16:43 +03:00
Zoltan Kochan
2c46333107
fix: global installation always works now ( #713 )
...
* fix: global installation always works now
Close #711
* refactor: avoid using `read-pkg-up`
BREAKING CHANGE:
API should be called in the folder that has a package.json file.
pnpm won't search up for a package.json file.
Close #67
* docs(API): update
* refactor: write-pkg created dir on its own
* refactor: rename `globalDir` to `globalPrefix`
* feat: saving the global package in <global prefix>/pnpm-global
2017-04-22 23:11:25 +03:00
zkochan
ec3416e37b
docs: document how to release an app that uses pnpm
2017-04-22 16:53:43 +03:00
zkochan
b4906e2bd0
chore: release v0.65.0
v0.65.0
2017-04-20 23:26:40 +03:00
zkochan
b94aaff38a
feat: use npm's config system
...
BREAKING CHANGE:
`rc` is not used to get configs.
BREAKING CHANGE:
`.pnpmrc` files are ignored
BREAKING CHANGE:
configs in json format are not supported
BREAKING CHANGE:
`--config` argument renamed to `--userconfig`
Close #696 , Close #40
2017-04-20 23:01:14 +03:00
greenkeeper[bot]
b20a6ce445
fix(package): update @types/ramda to version 0.0.7
...
https://greenkeeper.io/
2017-04-20 22:00:12 +03:00