Commit Graph

138 Commits

Author SHA1 Message Date
Zoltan Kochan
ab204ea239 feat: eliminate flickering by using ansi-diff
ref pnpm/pnpm#1017
2018-02-03 21:19:31 +02:00
Zoltan Kochan
c665df14c4 test: should pass on Windows 2018-02-03 16:32:49 +02:00
Zoltan Kochan
ca16101da9 chore(release): 0.14.0 pnpm-default-reporter/0.14.0 2018-01-31 01:44:29 +02:00
Zoltan Kochan
dfdc37efb3 fix: don't hang when progress reporting did not start
BREAKING CHANGE:

depends on supi >= 0.12.5
2018-01-31 01:35:46 +02:00
Zoltan Kochan
b8bf778027 chore(release): 0.13.0 pnpm-default-reporter/0.13.0 2018-01-30 23:05:33 +02:00
Zoltan Kochan
e07013f91a fix: always report the final progress
BREAKING CHANGE:

requires supi@0.12.4

ref pnpm/pnpm#1017
2018-01-30 23:00:40 +02:00
Zoltan Kochan
9127c5b9ad chore(release): 0.12.0 pnpm-default-reporter/0.12.0 2018-01-30 00:50:31 +02:00
Zoltan Kochan
278feb71e9 perf: throttle reporting of resolution/fetching progress
BREAKING CHANGE:

programmatic API changed

ref pnpm/pnpm#1017
2018-01-30 00:42:19 +02:00
Zoltan Kochan
b90778b065 chore: fix shrinkwrap.yaml 2018-01-29 22:31:54 +02:00
Zoltan Kochan
260c63d388 chore(release): 0.11.9 pnpm-default-reporter/0.11.9 2018-01-26 23:55:45 +02:00
Zoltan Kochan
2df6718720 fix: fatal error should be reporter during recursive install 2018-01-26 23:10:21 +02:00
Zoltan Kochan
499757bbfc chore(release): 0.11.8 pnpm-default-reporter/0.11.8 2018-01-22 02:20:07 +02:00
Zoltan Kochan
c59dac1e3e fix: update peer dependencies 2018-01-22 02:20:02 +02:00
Renovate Bot
46765a28fe chore(deps): update dependency supi to ^0.12.0 2018-01-22 02:18:27 +02:00
Zoltan Kochan
d0a3ee9f3f chore(release): 0.11.7 pnpm-default-reporter/0.11.7 2018-01-15 22:22:17 +02:00
Renovate Bot
f7f7953f69 fix(deps): update dependency @types/node to ^9.3.0 2018-01-15 22:21:25 +02:00
Zoltan Kochan
eed008cf10 chore(deps): configure renovate 2018-01-15 22:13:27 +02:00
Zoltan Kochan
25b957e7bc chore(release): 0.11.6 pnpm-default-reporter/0.11.6 2018-01-14 13:53:15 +02:00
Zoltan Kochan
b35e7b9f91 docs(license): update years 2018-01-14 13:49:38 +02:00
Zoltan Kochan
8200be883a feat: new option to write output only by appending it
ref pnpm/pnpm#873
2018-01-14 13:48:44 +02:00
Zoltan Kochan
d8a5bc1e20 chore: fix shrinkwrap.yaml 2018-01-13 21:35:27 +02:00
Zoltan Kochan
7036b879ef chore(release): 0.11.5 pnpm-default-reporter/0.11.5 2018-01-09 02:03:33 +02:00
Zoltan Kochan
ca715952fc fix: update peed dependencies 2018-01-09 02:03:29 +02:00
Zoltan Kochan
e4038c31ad chore(release): 0.11.4 pnpm-default-reporter/0.11.4 2018-01-08 01:34:08 +02:00
Zoltan Kochan
ed7fc14874 fix: update peerDependencies
Works with supi@0.10.0
2018-01-08 01:30:16 +02:00
Zoltan Kochan
67b296a23c chore(release): 0.11.3 pnpm-default-reporter/0.11.3 2018-01-03 21:03:04 +02:00
Zoltan Kochan
ba218c71df fix: update peerDependency 2018-01-03 21:02:42 +02:00
Zoltan Kochan
2bbce77cfc chore(release): 0.11.2 pnpm-default-reporter/0.11.2 2017-12-31 16:17:20 +02:00
Zoltan Kochan
670e7de7bd fix: don't fail if can't create nice stacktrace 2017-12-31 16:17:14 +02:00
Zoltan Kochan
6ab3d163eb chore(release): 0.11.1 pnpm-default-reporter/0.11.1 2017-12-29 22:39:58 +02:00
Zoltan Kochan
47791a6ced fix: don't print the remove sign when nothing was removed 2017-12-29 22:39:53 +02:00
Zoltan Kochan
9846d61fd8 chore(release): 0.11.0 pnpm-default-reporter/0.11.0 2017-12-29 21:29:29 +02:00
Zoltan Kochan
0ce791ed70 Using most instead of xstream and adding stats logging (#5)
* feat: print install stats

BREAKING CHANGE:

depends on supi@0.8

* refactor: use zen-push

* perf: use most instead of xstream

* feat: dependends on supi@0.8

BREAKING CHANGE: peer dependency update

* test: remove unnecessary comments

* feat: printing added/removed for whole line

* refactor: no newline before added/removed

* feat: print at least 1 add/remove sign when != 0
2017-12-29 21:28:08 +02:00
Zoltan Kochan
81720d74bd test: output during recursive install 2017-12-23 00:12:28 +02:00
Zoltan Kochan
b48b0be5be chore(release): 0.10.5 pnpm-default-reporter/0.10.5 2017-12-22 00:49:19 +02:00
Zoltan Kochan
96d3661d03 feat: implement reporting for pnpm server 2017-12-22 00:45:22 +02:00
Zoltan Kochan
3cf97dd446 refactor: move reporter for client to separate file 2017-12-22 00:19:59 +02:00
Zoltan Kochan
4d46ee5925 chore(release): 0.10.4 pnpm-default-reporter/0.10.4 2017-12-19 22:21:28 +02:00
Zoltan Kochan
ff0e8dacf4 feat: show less output during recursive installation 2017-12-19 22:13:34 +02:00
Zoltan Kochan
34b8eb9927 ci(travis): disable email notifications 2017-12-18 23:39:34 +02:00
Zoltan Kochan
8e1b954e88 fix: use only Node.js 4 compatible syntax 2017-12-18 23:38:42 +02:00
Zoltan Kochan
3cab9927d5 feat: less noisy output during concurrent installation 2017-12-18 23:29:10 +02:00
Zoltan Kochan
238fc576f9 refactor: collect all outputs in one array 2017-12-18 22:45:19 +02:00
Zoltan Kochan
073030eecd style: update 2017-12-18 22:29:25 +02:00
Zoltan Kochan
7d199a5ff0 refactor: separate the output merging logic 2017-12-18 22:24:45 +02:00
Zoltan Kochan
df3b516eed chore: update dependencies 2017-12-18 21:42:07 +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
8e3f6274f8 chore(release): 0.10.2 pnpm-default-reporter/0.10.2 2017-11-13 01:21:42 +02:00