Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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