-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update loglevel to the latest version 🚀 #31
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.
344fd1b
Release version 1.5.0
25ef8ed
Add an alias
log
fordebug
, for easier migration from console.log.d029710
Map log.debug to console.log, as debug seems to have been deprecated
5efa3f2
Update badges
3451d42
Merge pull request #106 from kutuluk/patch-1
ce22293
One more plugin
0748018
Merge pull request #105 from kutuluk/master
2ac42b6
One more plugin
d3705dc
Merge pull request #104 from thomasconner/master
b9d9e00
Fix bug where window test was flipped
ee69f0d
Make jshint a bit more relaxed
1b58323
Cleanup
d11e56c
Check if window is defined before using it
41282bf
Avoid duplicate test runs when using watch
9f34435
Use npm as a grunt wrapper, using the local grunt install
There 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 🌴