Loglevel Versions Save

:ledger: Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods

v1.8.1

1 year ago

v1.6.8

4 years ago

v1.6.7

4 years ago

v1.6.6

4 years ago

Fix bugs in v1.6.5, which caused issues in node.js & IE < 9

v1.6.5

4 years ago

Ensure the provided message is included when calling trace() in IE11

v1.6.4

4 years ago

Ensure package.json's 'main' is a fully qualified path, to fix webpack issues

v1.6.3

4 years ago

Avoid TypeScript type conflicts with other global log types (e.g. core-js)

v1.6.2

4 years ago

Include TypeScript type definitions in the package itself

v1.6.1

6 years ago

Various small documentation & test updates

v1.6.0

6 years ago

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