Commit Graph

25 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
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
2df6718720 fix: fatal error should be reporter during recursive install 2018-01-26 23:10:21 +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
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
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
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
4e6fce9db1 feat: don't show all the stderr output
Many libs use stderr for logging
2017-11-12 20:53:25 +02:00
Zoltan Kochan
a953899409 feat: show linked dependencies in installation summary
ref https://github.com/pnpm/pnpm/issues/732
2017-11-12 20:46:29 +02:00
zkochan
806705448c feat: update supi
BREAKING CHANGE: peer dependencies updated
2017-11-10 22:28:16 +02:00
zkochan
d242cf712a feat: use pnpm-logger@0.7 and Log types from supi 2017-11-10 01:44:01 +02:00
zkochan
c201910ba0 feat: log changing the dependency type 2017-11-04 00:02:12 +02:00
zkochan
12e1f7d2f6 chore: use package-preview 2017-11-02 00:20:25 +02:00
zkochan
e84a4bad2d chore: node separate package for tests 2017-11-01 22:53:42 +02:00
zkochan
f78c87abbe feat: update dependencies 2017-10-18 23:00:04 +03:00
zkochan
03ab6be0c5 feat: print stack trace when a generic error happens
Ref https://github.com/pnpm/pnpm/issues/896
2017-09-27 20:37:50 +03:00
zkochan
c9bdb52e57 feat: highlight errors/warnings more 2017-09-17 19:05:07 +03:00
Zoltan Kochan
723fbc01cf feat: group lifecycle logs 2017-09-15 01:49:06 +03:00
zkochan
9352eb993a feat: print "Already up-to-date" message 2017-09-10 15:57:43 +03:00
zkochan
a419814674 feat: highlight values and dim non-active lines 2017-09-06 22:55:13 +03:00
Zoltan Kochan
36031d4553 feat: show progress of big tar downloads
Ref https://github.com/pnpm/pnpm/issues/879
2017-09-06 02:37:27 +03:00
Zoltan Kochan
7ccb9836a5 test: fix on Windows
EOLs are normalized before comparing expected
with actual output
2017-09-05 19:22:40 +03:00
Zoltan Kochan
3c101ce4ba refactor: rewrite using FRP
Ref https://github.com/pnpm/pnpm/issues/879
2017-09-05 21:10:35 +03:00