Zoltan Kochan
5c5e738f76
refactor: specs are parsed by package-store
...
ref https://github.com/pnpm/pnpm/issues/559
2017-11-26 17:54:36 +02:00
Zoltan Kochan
1a485fcda4
chore(release): 0.6.0
package-store/0.6.0
2017-11-26 01:55:08 +02:00
Zoltan Kochan
343e7f2c6d
feat: parse specs
...
BREAKING CHANGE:
Expects raw spec, not parsed spec objects
2017-11-26 00:28:51 +02:00
Zoltan Kochan
1e1634dcca
chore(release): 0.7.11
supi/0.7.11
2017-11-25 14:48:05 +02:00
Zoltan Kochan
1a205d1e36
chore: update shrinkwrap.yaml
2017-11-25 14:36:14 +02:00
Zoltan Kochan
b2140f7886
feat: allow to ignore files in packages
...
The opts.ignoreFile() function allows to ignore files in packages.
Ignoring means that files will neither be unpacked nor linked
into `node_modules`
Ref https://github.com/pnpm/pnpm/issues/804
2017-11-25 14:33:17 +02:00
Zoltan Kochan
9c734b5fd3
chore(release): 0.5.5
package-store/0.5.5
2017-11-24 01:13:08 +02:00
Zoltan Kochan
b6be6c8218
fix: some file should be ignored on download
2017-11-24 01:12:43 +02:00
Zoltan Kochan
1fde1e4d3f
chore(release): 0.5.4
package-store/0.5.4
2017-11-24 00:22:58 +02:00
Zoltan Kochan
0e21b36ec9
fix: some files should be ignored on download
2017-11-24 00:22:53 +02:00
Zoltan Kochan
8f0191039b
chore(release): 0.5.3
package-store/0.5.3
2017-11-23 23:56:25 +02:00
Zoltan Kochan
b87b9116b6
feat: allow to ignore some of the files of the package
2017-11-23 23:52:34 +02:00
Georgios Valotasios
4fcaa89fa2
style: make use of destructuring and remove unused code
2017-11-23 22:32:09 +02:00
Zoltan Kochan
14d2e6088a
chore(release): 1.23.1
v1.23.1
2017-11-21 02:21:20 +02:00
Zoltan Kochan
80ffaad202
fix: javascript heap out of memory
...
close #938
2017-11-21 02:07:24 +02:00
Zoltan Kochan
ad0d56c9fb
chore(release): 0.7.10
supi/0.7.10
2017-11-21 02:04:47 +02:00
Zoltan Kochan
3601df833c
perf: don't duplicate the nodeId in the object. Its a key already
2017-11-21 02:04:11 +02:00
Zoltan Kochan
2b651ba770
perf: sometimes create children immediatly
...
close #19
2017-11-20 23:23:13 +02:00
Georgios Valotasios
2b6981556f
fix: make use of function instead of getter
2017-11-20 23:15:45 +02:00
Zoltan Kochan
170334a764
perf: optimize peers resolution
2017-11-20 22:55:09 +02:00
Zoltan Kochan
e70222e2db
fix: less memory consumption
...
ref #938
2017-11-19 21:28:57 +02:00
Zoltan Kochan
d40c49e137
chore(release): 0.7.9
supi/0.7.9
2017-11-19 21:11:25 +02:00
Georgios Valotasios
ab6884457c
fix: make use of a getter for children
...
this causes less memory consumption since the children will get computed only when needed
fixes https://github.com/pnpm/pnpm/issues/938
2017-11-19 21:10:23 +02:00
Zoltan Kochan
617667fa6c
chore(release): 1.23.0
v1.23.0
2017-11-19 15:37:09 +02:00
Zoltan Kochan
6afc06a775
feat: support aliases for npm-hosted packages
...
close #117
close #837
2017-11-19 15:29:02 +02:00
Zoltan Kochan
dcfda58173
chore(release): 0.7.8
supi/0.7.8
2017-11-19 15:12:06 +02:00
Zoltan Kochan
0d5c6914d7
feat: support aliase for npm-hosted packages
...
ref https://github.com/pnpm/pnpm/issues/117
ref https://github.com/pnpm/pnpm/issues/837
2017-11-19 14:42:21 +02:00
greenkeeper[bot]
0b722cb334
chore(package): update @commitlint/prompt-cli to version 5.0.0
2017-11-19 13:26:28 +02:00
Zoltan Kochan
4e2d880d45
chore(release): 0.5.2
package-store/0.5.2
2017-11-19 02:31:52 +02:00
Zoltan Kochan
a3881581f1
fix(git): use "master" when gitCommittish not set
2017-11-19 02:30:28 +02:00
Zoltan Kochan
15a5d3468c
fix: use less memory by ignoring most fields from package.json
...
close #17 , ref https://github.com/pnpm/pnpm/issues/938
2017-11-18 23:25:55 +02:00
Zoltan Kochan
be949ed66f
chore(release): 1.22.0
v1.22.0
2017-11-18 16:45:35 +02:00
Zoltan Kochan
89b2996a9a
feat: support aliases for non-npm-hosted packages
...
close #838
2017-11-18 16:29:34 +02:00
Zoltan Kochan
4801107ce8
chore(release): 0.10.3
pnpm-default-reporter/0.10.3
2017-11-18 16:02:08 +02:00
Zoltan Kochan
b14de415b8
fix: update dependencies
2017-11-18 16:01:30 +02:00
Zoltan Kochan
e6d9c73aa8
feat: show package real names in summary
...
ref https://github.com/pnpm/pnpm/issues/838
2017-11-18 15:59:36 +02:00
Zoltan Kochan
431d8a071c
chore(release): 0.7.7
supi/0.7.7
2017-11-18 15:49:18 +02:00
Zoltan Kochan
801c46eca1
fix: argunmentless installation of aliased dependencies
2017-11-18 15:49:10 +02:00
Zoltan Kochan
ae8ca10d30
chore(release): 0.7.6
supi/0.7.6
2017-11-18 12:28:25 +02:00
Zoltan Kochan
b5e78ffed1
feat: git dependencies can be declared with an alias name
...
ref https://github.com/pnpm/pnpm/issues/838
2017-11-18 12:27:33 +02:00
Zoltan Kochan
e532d00d1a
ci(appveyor): skip run on PR branch
2017-11-15 23:02:03 +02:00
Zoltan Kochan
d7b24c4a78
chore(release): 1.21.0
v1.21.0
2017-11-13 01:28:41 +02:00
Zoltan Kochan
2ea92a648f
feat: print notice about outdated deps in installation summary
...
close #921
2017-11-13 01:25:10 +02:00
Zoltan Kochan
8e3f6274f8
chore(release): 0.10.2
pnpm-default-reporter/0.10.2
2017-11-13 01:21:42 +02:00
Zoltan Kochan
2bb6d7e1bc
feat: print notice about latest version in summary
...
ref https://github.com/pnpm/pnpm/issues/921
2017-11-13 01:16:41 +02:00
Zoltan Kochan
171244ac38
chore(release): 0.7.5
2017-11-13 01:10:35 +02:00
Zoltan Kochan
0623570389
feat: always log the latest versions of the top dependencies
...
ref https://github.com/pnpm/pnpm/issues/921
2017-11-13 01:10:35 +02:00
Zoltan Kochan
acd04ee15e
chore(release): 0.5.1
package-store/0.5.1
2017-11-13 00:41:47 +02:00
Zoltan Kochan
7a76fc0867
feat: fetch always returns the package's latest version as well
2017-11-13 00:41:22 +02:00
Zoltan Kochan
9501ff5fb0
chore(release): 1.20.0
v1.20.0
2017-11-12 21:38:44 +02:00