Skip to content

Update debug to the latest version 🚀 - #11

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/debug-3.0.0
Open

Update debug to the latest version 🚀#11
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/debug-3.0.0

Conversation

@greenkeeper

Copy link
Copy Markdown

Version 3.0.0 of debug just got published.

Dependency debug
Current Version 2.6.8
Type dependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of debug.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes3.0.0

Featuring pretty new colors!

Major Changes

  • Remove DEBUG_FD: #406
  • Make millisecond timer namespace specific and allow 'always enabled' output: #408
  • Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY: #418
  • enabled() updates existing debug instances: #440

Minor Changes

  • Add destroy() function: #440
  • Document enabled flag: #465
  • Support 256 colors: #481
  • Update "browserify" to v14.4.0: 826fd94
  • Separate Node.js and web browser examples: 87880f6
  • Example: use %o formatter: 31f3343
  • More readme screenshots replaced: 25eb545
  • Add Namespace Colors section to readme: 8b5c438
  • Separate the Node and Browser tests in Travis: f178d86

Patches

  • Readme: fix typo: #473
  • Component: update "ms" to v2.0.0: d2dd80a

Credits

Huge thanks to @gtjoseph, @timruffles and @FantasticFiasco for their help!

Commits

The new version differs by 27 commits.

There are 27 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeperBot added a commit that referenced this pull request Aug 24, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 3e1849dRelease 3.0.1
  • b3ea123Disable colors in Edge and Internet Explorer (#489)
  • 13e1d06remove v3 discussion note for now

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 27, 2017
@greenkeeper

Copy link
Copy Markdown
Author

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes3.1.0

Minor Changes

  • Ignore package-lock.json: e7e568a
  • Remove component.json: 47747f3
  • Remove "component" from package.json: bdb7e01
  • Add DEBUG_HIDE_DATE env var: #486

Patches

  • Correct spelling mistake: daf1a7c
  • Examples: fix colors printout: 7cd9e53
  • Fix browser detection: fdfa0f5
  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @amejiarosario and @zhuangya for their help!

Commits

The new version differs by 15 commits.

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 3.2.0 just got published.

Update to this version instead 🚀

Release Notes3.2.0

A long-awaited release to debug is available now: 3.2.0.

Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.


Minor Changes

Patches

Credits

Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!

Commits

The new version differs by 25 commits.

There are 25 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 3.2.1 just got published.

Update to this version instead 🚀

Release Notes3.2.1

A quick hotfix to address Browser builds - debug is now compiled down to IE8-compatible code via Babel upon release.

CDNs that honor the "browser": key in package.json should now reflect these changes (previously, they would serve the non-bundled ES6 version).

Patches

  • use babel-ified distributed source for browsers: b3f8f8e
Commits

The new version differs by commits.

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 3.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 3.2.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 700a010re-introduce node.js (root file) (ref #603)

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 4.0.0 just got published.

Update to this version instead 🚀

Release Notes4.0.0

A long-awaited release to debug is available now: 4.0.0.

Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.

This release drops support for Node 4.


Major Changes

Minor Changes

Patches

  • clean up builds: 3ca2331
  • remove needless command aliases in makefile: 9f4f8f5
  • no longer checking for BROWSER=1: 623c08e
  • fix tests: 57cde56
  • clean up makefile: 62822f1
  • fix tests: 833b6f8
  • add .editorconfig: 2d2509e
  • add yarn-error.log to .gitignore: 7e1d5d9
  • Improve usability of Windows notes w/ examples for prompts & npm script (#577): 1ad1e4a
  • Drop usage of chrome.storage (or make the storage backend pluggable): 71d2aa7
  • Detect 'process' package: 225c66f
  • Update ms to 2.1.1 (#539): 22f9932
  • Update .npmignore (#527): a5ca7a2
  • fix colors with supports-color@5: 285dfe1
  • Document enable() (#517): ab5083f
  • refactor to make the common code be a setup function (#507): 7116906
  • Simplify and improve: da51af8
  • use babel-ified distributed source for browsers: b3f8f8e

Credits

Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!

Commits

The new version differs by commits.

See the full diff

greenkeeperBot added a commit that referenced this pull request Sep 12, 2018
@greenkeeper

Copy link
Copy Markdown
Author

Version 4.0.1 just got published.

Update to this version instead 🚀

Release Notes4.0.1

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

Patches

  • fix browserify and supply alternative unpkg entry point (closes #606): 99c95e3
Commits

The new version differs by 2 commits.

  • 4490cd94.0.1
  • 99c95e3fix browserify and supply alternative unpkg entry point (closes #606)

See the full diff

greenkeeperBot added a commit that referenced this pull request Oct 8, 2018
@greenkeeper

Copy link
Copy Markdown
Author
  • The dependencydebug was updated from 2.6.8 to 4.1.0.

Update to this version instead 🚀

Release Notes for 4.1.0

Minor Changes

  • migrate Makefile to npm scripts (4236585)
  • feat: Return namespaces string when invoking disable() (7ef8b41)

Massive thank you to @mblarsen and @outsideris for knocking out two long-awaited changes.

Commits

The new version differs by 3 commits.

  • e30e8fd4.1.0
  • 7ef8b41feat: Return namespaces string when invoking disable()
  • 4236585migrate Makefile to npm scripts

See the full diff

greenkeeperBot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper

Copy link
Copy Markdown
Author
  • The dependencydebug was updated from 2.6.8 to 4.1.1.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 68b4dc84.1.1
  • 7571608remove .coveralls.yaml
  • 57ef085copy custom logger to namespace extension (fixes #646)
  • d0e498ftest: only run coveralls on travis

See the full diff

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants