clix-logger
Advanced tools
Comparing version 1.0.0 to 1.0.2
# clix-logger - Changelog | ||
## v1.0.2 | ||
- **Refactoring** | ||
- Upgrade changelogx - [d0581e6]( https://github.com/royriojas/clix-logger/commit/d0581e6 ), [Roy Riojas](https://github.com/Roy Riojas), 09/08/2018 01:58:35 | ||
## v1.0.1 | ||
- **Refactoring** | ||
- Beautify index - [b4eac63]( https://github.com/royriojas/clix-logger/commit/b4eac63 ), [Roy Riojas](https://github.com/Roy Riojas), 09/08/2018 01:57:19 | ||
- Upgrade moment dep to avoid vulnerability - [f056a6e]( https://github.com/royriojas/clix-logger/commit/f056a6e ), [Roy Riojas](https://github.com/Roy Riojas), 09/08/2018 01:56:32 | ||
- **Other changes** | ||
- Deep extend the options argument - [7036996]( https://github.com/royriojas/clix-logger/commit/7036996 ), [Merott Movahedi](https://github.com/Merott Movahedi), 02/11/2017 12:59:29 | ||
Without a deep extend, trying to override just one log method will override everything. | ||
## v1.0.0 | ||
@@ -4,0 +21,0 @@ - **Features** |
@@ -15,3 +15,3 @@ module.exports = function ( options ) { | ||
var opts = extend( { | ||
var opts = extend( true, { | ||
appendTime: true, | ||
@@ -18,0 +18,0 @@ coloredOutput: false, |
{ | ||
"name": "clix-logger", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Another console log wrapper with colored support and icons", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"changelogx": "^1.0.17", | ||
"changelogx": "2.0.1", | ||
"esbeautifier": "^4.2.7", | ||
@@ -51,3 +51,3 @@ "eslinter": "^2.3.1", | ||
"extend": "3.0.0", | ||
"moment": "2.17.1" | ||
"moment": "2.22.2" | ||
}, | ||
@@ -54,0 +54,0 @@ "bugs": { |
78547
14
+ Addedmoment@2.22.2(transitive)
- Removedmoment@2.17.1(transitive)
Updatedmoment@2.22.2