Skip to content

Releases: pimterry/loglevel

v1.6.0

13 Nov 22:39
Compare
Choose a tag to compare

Add a name property to loggers and add log.getLoggers() (#114), and recommend unpkg as CDN instead of CDNJS.

v1.5.1

09 Oct 08:18
Compare
Choose a tag to compare

Fix bug (#112) in level-persistence cookie fallback, which failed if it wasn't the first cookie present

1.5.0

11 Sep 22:16
Compare
Choose a tag to compare

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

31 May 15:12
Compare
Choose a tag to compare

Reorder UMD (#92) to improve bundling tool compatibility

1.4.0

28 Aug 16:10
Compare
Choose a tag to compare

Add getLevel(), setDefaultLevel() and getLogger() functionality for more fine-grained log level control

1.3.1

16 Jun 09:43
Compare
Choose a tag to compare

With the new optional persistence, stop unnecessarily persisting the initially set default level (warn)

1.3.0

03 Jun 16:07
Compare
Choose a tag to compare

Make persistence optional in setLevel, plus lots of documentation updates and other small tweaks.

1.2.0

27 Oct 00:09
Compare
Choose a tag to compare

New plugin API! Plus various bits of refactoring and tidy up, nicely simplifying things and trimming the size down.

1.1.0

22 Aug 12:34
Compare
Choose a tag to compare

Added support for including loglevel with preprocessing and .apply() (#50), and fixed QUnit dep version which made tests potentially unstable

1.0.0

03 Aug 12:27
Compare
Choose a tag to compare

Official stable release! Fixed a bug with localStorage in Android webviews, improved CommonJS detection, and added noConflict().