Releases: Download/ulog
v2.0.0-beta.9
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
Completely rewritten from the ground up
v2.0.0-beta.7
2.0.0-beta.7
v2.0.0-beta.6
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
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
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
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
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
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!