Releases: Download/ulog
Releases · Download/ulog
v2.0.0-beta.19
- Fixed #69
- Simplified .gitignore
- Updated all dependencies
v2.0.0-beta.18
Attempting to fix #46
v2.0.0-beta.17
2.0.0-beta.17
- Changed build script to update version numbers in tutorial and vs
- Work in progress on vs loglevel
- Removed console.info statement
v2.0.0-beta.16
Tutorial, compare vs debug
- Made mode
debug
depend onlevels
i.s.o other way around - In core, first add mod, then call init() on it
- Simplified lazy loading by adding mods/lazy
- Only monitor
log
anddebug
config keys - Added a format
cr
to allow insertion of carriage return - Added a tutorial
- Added a comparison vs debug
v2.0.0-beta.15
Fixed missing screenshot
- Added screenshot to list of files in package.json
- Updated README
v2.0.0-beta.14
Fine-tuning
- Slightly updated default formats
- Updated the README
- Added a screenshot to illustrate alignment
v2.0.0-beta.13
The lucky number release
- Added full.bundle.js to git, it was somehow missed
- Fixed some bugs in the docs
v2.0.0-beta.12
Improved nearly everything
- Upgraded formatting to kurly v2 which supports static pipes
- Implemented outputs as Kurly formats
- Include kurly in ulog as standard
- Added colors
- Added alignment
- Lazy loading
v2.0.0-beta.11
Fix issue in IE/Safari, update deps
- IE and old Safari don't support backtracking lookups in regexes, removed it
- Updated all (dev) dependencies
Fixes #40
v2.0.0-beta.10
Guard against location
not being defined
- Added a guard for location not being defined to mod
config
- Upgraded all dependencies
- Fixed #35
- Added full.min.js to .gitignore