Releases: jonnyreeves/js-logger
Releases · jonnyreeves/js-logger
v1.6.1
- Released 12th November, 2020
- Add
setDefaults
alias foruseDefaults
(#103, @harrisrobin)
v1.6.0
v1.5.0
v1.4.0
- Add
Logger.getLevel()
(#49, @BenjaminVadant) - Invoke
console.debug
if present (#34, @ajwagner777) - Add Typing for
Logger.createDefaultHandler()
(#55, @scevallos) - Fix typo in README (#43, @gamtiq)
- Update README to reference rawgit.com (#33, @tjenkinson)
v1.3.0
v1.2.0
v1.2.0
v1.0.0
- v1.0.0 💃
- Add profiling API (
logger.time()
andlogger.timeEnd()
)
v0.9.14
- Fix for IE7 (#10, @james-west)
0.9.8
Bugfixes:
- Added missing minified file.
- Bower version updated.
- Whitespace issue (spaces instead of tabs).
- Dropped the notion of a
dist
folder, just giving in and checking the versioned release files into source control as it strikes me that's the "bower way"(tm).