Releases: pimterry/loglevel
Releases · pimterry/loglevel
v1.6.0
Add a name property to loggers and add log.getLoggers() (#114), and recommend unpkg as CDN instead of CDNJS.
v1.5.1
Fix bug (#112) in level-persistence cookie fallback, which failed if it wasn't the first cookie present
1.5.0
Fix log.debug (#111) after V8 changes deprecating console.debug, check for 'window' upfront (#104), and add '.log' alias for '.debug' (#64)
1.4.1
Reorder UMD (#92) to improve bundling tool compatibility
1.4.0
Add getLevel(), setDefaultLevel() and getLogger() functionality for more fine-grained log level control
1.3.1
With the new optional persistence, stop unnecessarily persisting the initially set default level (warn)
1.3.0
Make persistence optional in setLevel, plus lots of documentation updates and other small tweaks.
1.2.0
New plugin API! Plus various bits of refactoring and tidy up, nicely simplifying things and trimming the size down.
1.1.0
Added support for including loglevel with preprocessing and .apply() (#50), and fixed QUnit dep version which made tests potentially unstable
1.0.0
Official stable release! Fixed a bug with localStorage in Android webviews, improved CommonJS detection, and added noConflict().