Skip to content

Releases: gulpjs/fancy-log

fancy-log v2.0.0

07 Jan 19:08
6686d17
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Highlight timestamp as util.inspect hightlights Dates (#23)
  • Normalize repository, dropping node <10.13 support (#21)

Features

  • Highlight timestamp as util.inspect hightlights Dates (#23) (27c71a9)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#21) (4083943)

v1.3.3

29 Nov 23:35
Compare
Choose a tag to compare

Fix

  • Dodge the isTTY check on Windows (9a3a662)
  • Make behavior consistent in node 10 (d7a1445)

Scaffold

v1.3.2

29 Nov 23:35
Compare
Choose a tag to compare

Fix

  • Reintroduce color-support & --no-color flag (b43bc32)

v1.3.1

29 Nov 23:35
Compare
Choose a tag to compare

Update

  • Replace chalk module with ansi-gray (88c5aeb)

Build

  • Avoid upgrading npm on Travis runs (53e3571)

v1.3.0

29 Nov 23:35
Compare
Choose a tag to compare

New

  • Add console methods such as warn, info, dir (e0b5684) - Closes #8

v1.2.0

29 Nov 23:35
Compare
Choose a tag to compare

Update

  • Replace dateformat module with time-stamp (995b2c1)

Docs

v1.1.0

29 Nov 23:35
Compare
Choose a tag to compare

New

  • Add an error method that logs to stderr (44d559a)

Docs

Build

v1.0.0

29 Nov 23:35
Compare
Choose a tag to compare

New

  • Transfer implementation from gulp-util & cleanup tests (b7d2c54)

Docs

Build

  • Update npm on each Travis run (0f0a171)

Scaffold