matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.87k stars 349 forks source link

Update dependency debug to v3 - autoclosed #296

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency debug (source) from ~2.2.0 to ~3.1.0


Release Notes

v3.1.0

Compare Source

==================

  • Add DEBUG_HIDE_DATE env var (#​486)
  • Remove ReDoS regexp in %o formatter (#​504)
  • Remove "component" from package.json
  • Remove component.json
  • Ignore package-lock.json
  • Examples: fix colors printout
  • Fix: browser detection
  • Fix: spelling mistake (#​496, @​EdwardBetts)

v3.0.1

Compare Source

==================

  • Fix: Disable colors in Edge and Internet Explorer (#​489)

v3.0.0

Compare Source

==================

  • Breaking: Remove DEBUG_FD (#​406)
  • Breaking: Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY (#​418)
  • Breaking: Make millisecond timer namespace specific and allow 'always enabled' output (#​408)
  • Addition: document enabled flag (#​465)
  • Addition: add 256 colors mode (#​481)
  • Addition: enabled() updates existing debug instances, add destroy() function (#​440)
  • Update: component: update "ms" to v2.0.0
  • Update: separate the Node and Browser tests in Travis-CI
  • Update: refactor Readme, fixed documentation, added "Namespace Colors" section, redid screenshots
  • Update: separate Node.js and web browser examples for organization
  • Update: update "browserify" to v14.4.0
  • Fix: fix Readme typo (#​473)

v2.6.9

Compare Source

==================

  • remove ReDoS regexp in %o formatter (#​504)

v2.6.8

Compare Source

==================


v2.6.7

Compare Source

==================


v2.6.4

Compare Source

==================


v2.6.3

Compare Source

==================


v2.6.2

Compare Source

==================


v2.6.1

Compare Source

==================

  • Fix: Module's export default syntax fix for IE8 Expected identifier error
  • Fix: Whitelist DEBUG_FD for values 1 and 2 only (#​415, @​pi0)
  • Fix: IE8 "Expected identifier" error (#​414, @​vgoma)
  • Fix: Namespaces would not disable once enabled (#​409, @​musikov)

v2.6.0

Compare Source

==================


v2.5.2

Compare Source

==================


v2.5.1

Compare Source

==================

  • Fix: babel-core compatibility

v2.4.5

Compare Source

==================


v2.4.4

Compare Source

==================


v2.4.3

Compare Source

==================


v2.4.2

Compare Source

==================


v2.4.1

Compare Source

==================

  • Fix: typo that broke the package (#​356)

v2.3.3

Compare Source

==================

  • Fix: Catch JSON.stringify() errors (#​195, Jovan Alleyne)
  • Fix: Returning localStorage saved values (#​331, Levi Thomason)
  • Improvement: Don't create an empty object when no process (Nathan Rajlich)

v2.3.2

Compare Source

==================

  • Fix: be super-safe in index.js as well (@​TooTallNate)
  • Fix: should check whether process exists (Tom Newby)

v2.3.1

Compare Source

==================


v2.3.0

Compare Source

==================



This PR has been generated by Renovate Bot.