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