Skip to content

Releases: Download/ulog

v2.0.0-beta.9

15 Nov 13:16
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

2.0.0-beta.9: minified files now included in NPM package for unpkg

  • Renamed main.js and main.bundle.js to ulog.js and ulog.bundle.js for consistency
  • Removed annoying error message for missing config file
  • Some cleanup of comments and fixes in README

v2.0.0-beta.8

14 Nov 18:38
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

Completely rewritten from the ground up

v2.0.0-beta.7

28 Jul 12:35
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release
2.0.0-beta.7

v2.0.0-beta.6

03 Dec 14:57
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

API improvements

  • Loggers are functions now. Supports debug-style API
  • Logger function defaults to level DEBUG
  • Logger function accepts a level name as first parameter
  • Added aliases 'verbose' and 'silly' for levels 'log' and 'trace', respectively
  • Ulog now supports hooks for logger extension and formatters
  • Ulog should now be a drop-in replacement for debug

New in beta.2:
In node version, file descriptor is exposed on console.fd so it can be used in extensions.

New in beta.3:
Added a new endpoint ulog/debug to be used to get the functionality from debug while using ulog. At the moments this only adds a very simple formatter but I'm hoping to improve on it in the future.

Bugfix in beta.4:
Removed logging statement from ulog/debug endpoint.

Bigfix in beta.5:
Added a missing comma.

New in beta.6:
Made ulog/debug use only es5 code. Added formatting of time elapsed since last call.

Backward compatible

v2 Should be a backward-compatible release. But possibly some (very) old browsers are no longer supported
because of the use of Function.prototype.name. Tested on Internet Explorer 11, Edge 41, Opera 49, Chrome 63.
Please test before upgrading and report any issues in the issue tracker.
Not tested in Safari because I do not have access to a Mac. Help in testing welcome!

v2.0.0-beta.5

02 Dec 12:14
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

API improvements

  • Loggers are functions now. Supports debug-style API
  • Logger function defaults to level DEBUG
  • Logger function accepts a level name as first parameter
  • Added aliases 'verbose' and 'silly' for levels 'log' and 'trace', respectively
  • Ulog now supports hooks for logger extension and formatters
  • Ulog should now be a drop-in replacement for debug

New in beta.2: In node version, file descriptor is exposed on console.fd so it can
be used in extensions.

New in beta.3: Added a new endpoint ulog/debug to be used to get the functionality from debug while using ulog. At the moments this only adds a very simple formatter but I'm hoping to improve on it in the future.

Bugfix in beta.4: Removed logging statement from ulog/debug endpoint.

Bigfix in beta.5: Added a missing comma.

Backward compatible

v2 Should be a backward-compatible release. But possibly some (very) old browsers are no longer supported
because of the use of Function.prototype.name. Tested on Internet Explorer 11, Edge 41, Opera 49, Chrome 63.
Please test before upgrading and report any issues in the issue tracker.
Not tested in Safari because I do not have access to a Mac. Help in testing welcome!

v2.0.0-beta.4

02 Dec 04:15
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

API improvements

  • Loggers are functions now. Supports debug-style API
  • Logger function defaults to level DEBUG
  • Logger function accepts a level name as first parameter
  • Added aliases 'verbose' and 'silly' for levels 'log' and 'trace', respectively
  • Ulog now supports hooks for logger extension and formatters
  • Ulog should now be a drop-in replacement for debug

New in beta.2: In node version, file descriptor is exposed on console.fd so it can
be used in extensions.

New in beta.3: Added a new endpoint ulog/debug to be used to get the functionality from debug while using ulog. At the moments this only adds a very simple formatter but I'm hoping to improve on it in the future.

Bugfix in beta.4: Removed logging statement from ulog/debug endpoint.

Backward compatible

v2 Should be a backward-compatible release. But possibly some (very) old browsers are no longer supported
because of the use of Function.prototype.name. Tested on Internet Explorer 11, Edge 41, Opera 49, Chrome 63.
Please test before upgrading and report any issues in the issue tracker.
Not tested in Safari because I do not have access to a Mac. Help in testing welcome!

v2.0.0-beta.3

01 Dec 20:05
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

API improvements

  • Loggers are functions now. Supports debug-style API
  • Logger function defaults to level DEBUG
  • Logger function accepts a level name as first parameter
  • Added aliases 'verbose' and 'silly' for levels 'log' and 'trace', respectively
  • Ulog now supports hooks for logger extension and formatters
  • Ulog should now be a drop-in replacement for debug

New in beta.2: In node version, file descriptor is exposed on console.fd so it can
be used in extensions.

New in beta.3: Added a new endpoint ulog/debug to be used to get the functionality from debug while using ulog. At the moments this only adds a very simple formatter but I'm hoping to improve on it in the future.

Backward compatible

v2 Should be a backward-compatible release. But possibly some (very) old browsers are no longer supported
because of the use of Function.prototype.name. Tested on Internet Explorer 11, Edge 41, Opera 49, Chrome 63.
Please test before upgrading and report any issues in the issue tracker.
Not tested in Safari because I do not have access to a Mac. Help in testing welcome!

v2.0.0-beta.2

27 Dec 14:18
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

API improvements

  • Loggers are functions now. Supports debug-style API
  • Logger function defaults to level DEBUG
  • Logger function accepts a level name as first parameter
  • Added aliases 'verbose' and 'silly' for levels 'log' and 'trace', respectively
  • Ulog now supports hooks for logger extension and formatters
  • Ulog should now be a drop-in replacement for debug

New in beta.2: In node version, file descriptor is exposed on console.fd so it can
be used in extensions.

Backward compatible

v2 Should be a backward-compatible release. But possibly some (very) old browsers are no longer supported
because of the use of Function.prototype.name. Tested on Internet Explorer 11, Edge 41, Opera 49, Chrome 63.
Please test before upgrading and report any issues in the issue tracker.
Not tested in Safari because I do not have access to a Mac. Help in testing welcome!

v2.0.0-beta.1

27 Dec 13:08
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

API improvements

  • Loggers are functions now. Supports debug-style API
  • Logger function defaults to level DEBUG
  • Logger function accepts a level name as first parameter
  • Added aliases 'verbose' and 'silly' for levels 'log' and 'trace', respectively
  • Ulog now supports hooks for logger extension and formatters
  • Ulog should now be a drop-in replacement for debug

Backwards compatible

v2 Should be a backward-compatible release. But possibly some (very) old browsers are no longer supported because of the use of Function.prototype.name. Tested on Internet Explorer 11, Edge 41, Opera 49, Chrome 63.
Please test before upgrading and report any issues in the issue tracker. Not tested in Safari because I do not have access to a Mac. Help in testing welcome!

v1.1.0

23 Dec 19:17
Compare
Choose a tag to compare

Support configuration via localStorage