Skip to content

Commit

Permalink
changed default for prependTime to false
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiux committed Jun 17, 2021
1 parent 08775db commit 89aeac4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 1.0.1
- Changed **default** for *prependTime* to *false*

# 1.0.0
- Initial module for ansi styling/coloring features
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class OutputStyler {
* Settable auto prepend time
* @type {boolean}
*/
this.prependTime = true;
this.prependTime = false;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squirrel-forge/node-cfx",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node output/console styler",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 89aeac4

Please sign in to comment.