-
Notifications
You must be signed in to change notification settings - Fork 0
Update loglevel to the latest version 🚀 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Version 1.5.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 6 commits.
See the full diff |
Version 1.6.0 just got published.Update to this version instead 🚀 Release Notesv1.6.0Add a name property to loggers and add log.getLoggers() (#114), and recommend unpkg as CDN instead of CDNJS. CommitsThe new version differs by 7 commits.
See the full diff |
Version 1.6.1 just got published.Update to this version instead 🚀 Release Notesv1.6.1Various small documentation & test updates |
Update to this version instead 🚀 CommitsThe new version differs by 8 commits.
See the full diff |
|
|
|
|
|
Version 1.5.0 of loglevel just got published.
The version 1.5.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 loglevel.
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 Notes
1.5.0Fix log.debug (#111) after V8 changes deprecating console.debug, check for 'window' upfront (#104), and add '.log' alias for '.debug' (#64)
Commits
The new version differs by 19 commits.
344fd1bRelease version 1.5.025ef8edAdd an aliaslogfordebug, for easier migration from console.log.d029710Map log.debug to console.log, as debug seems to have been deprecated5efa3f2Update badges3451d42Merge pull request #106 from kutuluk/patch-1ce22293One more plugin0748018Merge pull request #105 from kutuluk/master2ac42b6One more plugind3705dcMerge pull request #104 from thomasconner/masterb9d9e00Fix bug where window test was flippedee69f0dMake jshint a bit more relaxed1b58323Cleanupd11e56cCheck if window is defined before using it41282bfAvoid duplicate test runs when using watch9f34435Use npm as a grunt wrapper, using the local grunt installThere are 19 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 🌴