From d52630b4af31654e96e79d65d059b9d3facfefc1 Mon Sep 17 00:00:00 2001 From: Stijn de Witt Date: Tue, 14 Sep 2021 20:55:43 +0200 Subject: [PATCH] 2.0.0-beta.19 * Fixed #69 * Simplified .gitignore * Updated all dependencies --- README.md | 18 +++++++++--------- package.json | 2 +- tutorial/index.html | 2 +- vs/debug.html | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1fcc435..eac39ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ulog v2.0.0-beta.18 +# ulog v2.0.0-beta.19 ### The Universal Logger [![npm](https://img.shields.io/npm/v/ulog.svg)](https://npmjs.com/package/ulog) @@ -8,14 +8,14 @@ . -![logo](https://unpkg.com/ulog@2.0.0-beta.18/ulog.png) +![logo](https://unpkg.com/ulog@2.0.0-beta.19/ulog.png) ## The logger for javascript applications `ulog` is *the* logger for Javascript applications. It's universal, meaning it runs everywhere. You can use `ulog` in your Express server application running on Node JS just as well as in your React single page application running in the browser. It just works. -![screenshot](https://unpkg.com/ulog@2.0.0-beta.18/screenshot.jpg) +![screenshot](https://unpkg.com/ulog@2.0.0-beta.19/screenshot.jpg) ## Features @@ -130,7 +130,7 @@ log('Logging is easy') If you want, you can import `ulog` with a script tag: ```html - + @@ -146,12 +146,12 @@ log('Logging is easy!') If you want the file for the browser to include in your project yourself, you can download it from here. -* [ulog.min.js](https://unpkg.com/ulog@2.0.0-beta.18/ulog.min.js) (~2.7kB minified and gzipped) -* [ulog.lazy.min.js](https://unpkg.com/ulog@2.0.0-beta.18/ulog.lazy.min.js) (~4.3kB minified and gzipped) +* [ulog.min.js](https://unpkg.com/ulog@2.0.0-beta.19/ulog.min.js) (~2.7kB minified and gzipped) +* [ulog.lazy.min.js](https://unpkg.com/ulog@2.0.0-beta.19/ulog.lazy.min.js) (~4.3kB minified and gzipped) > `ulog.min.js` lazy loads `ulog.lazy.min.js` on demand, so make sure to include both files in your download -* [full.min.js](https://unpkg.com/ulog@2.0.0-beta.18/full.min.js) (~5.6kB minified and gzipped) +* [full.min.js](https://unpkg.com/ulog@2.0.0-beta.19/full.min.js) (~5.6kB minified and gzipped) > Full bundle, no lazy loading @@ -613,12 +613,12 @@ messages at these higher levels are indented a bit more than the other messages, making the logging harder to read. This can be clearly seen in the screenshot from `ulog` v2.0.0-beta-11, which did not yet have alignment: -![screenshot](https://unpkg.com/ulog@2.0.0-beta.18/screenshot-beta.11.jpg) +![screenshot](https://unpkg.com/ulog@2.0.0-beta.19/screenshot-beta.11.jpg) `ulog` now automatically adds some formatting that negates the extra indentation the messages at these higher levels get, so all messages are nicely aligned: -![screenshot](https://unpkg.com/ulog@2.0.0-beta.18/screenshot.jpg) +![screenshot](https://unpkg.com/ulog@2.0.0-beta.19/screenshot.jpg) You can control alignment with [config option `log_align`](#config-option-log_align). diff --git a/package.json b/package.json index f4193d9..c0e5420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ulog", - "version": "2.0.0-beta.18", + "version": "2.0.0-beta.19", "description": "The universal logger", "main": "./ulog.js", "unpkg": "ulog.min.js", diff --git a/tutorial/index.html b/tutorial/index.html index fde0955..8723be8 100644 --- a/tutorial/index.html +++ b/tutorial/index.html @@ -4,7 +4,7 @@ ulog tutorial - + diff --git a/vs/debug.html b/vs/debug.html index 4545d1c..1c6d3f3 100644 --- a/vs/debug.html +++ b/vs/debug.html @@ -6,7 +6,7 @@ - +