Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / npmlog / CHANGELOG.md
1 ### v4.0.2
2
3 * Added installation instructions.
4
5 ### v4.0.1
6
7 * Fix bugs where `log.progressEnabled` got out of sync with how `gauge` kept
8   track of these things resulting in a progressbar that couldn't be disabled.
9
10 ### v4.0.0
11
12 * Allow creating log levels that are an empty string or 0.
13
14 ### v3.1.2
15
16 * Update to `gauge@1.6.0` adding support for default values for template
17   items.
18
19 ### v3.1.1
20
21 * Update to `gauge@1.5.3` to fix to `1.x` compatibility when it comes to
22   when a progress bar is enabled.  In `1.x` if you didn't have a TTY the
23   progress bar was never shown.  In `2.x` it merely defaults to disabled,
24   but you can enable it explicitly if you still want progress updates.
25
26 ### v3.1.0
27
28 * Update to `gauge@2.5.2`:
29   * Updates the `signal-exit` dependency which fixes an incompatibility with
30     the node profiler.
31   * Uses externalizes its ansi code generation in `console-control-strings`
32 * Make the default progress bar include the last line printed, colored as it
33   would be when printing to a tty.
34
35 ### v3.0.0
36
37 * Switch to `gauge@2.0.0`, for better performance, better look.
38 * Set stderr/stdout blocking if they're tty's, so that we can hide a
39   progress bar going to stderr and then safely print to stdout.  Without
40   this the two can end up overlapping producing confusing and sometimes
41   corrupted output.
42
43 ### v2.0.0
44
45 * Make the `error` event non-fatal so that folks can use it as a prefix.
46
47 ### v1.0.0
48
49 * Add progress bar with `gauge@1.1.0`