Comparing version 0.1.1 to 0.2.0
@@ -10,3 +10,3 @@ | ||
"use strict"; | ||
var bench, clc, crypto, doNothing, kindOf, kindsOf, log, md5, oBenches, sha1, sha256, sha512, sleep, uuid, whirlpool, _hash; | ||
var bench, clc, clearConsole, crypto, doNothing, kindOf, kindsOf, log, md5, oBenches, sha1, sha256, sha512, sleep, uuid, whirlpool, _hash; | ||
@@ -51,2 +51,6 @@ crypto = require("crypto"); | ||
exports.clearConsole = clearConsole = function() { | ||
return console.log("\u001B[2J\u001B[0;0f"); | ||
}; | ||
oBenches = {}; | ||
@@ -53,0 +57,0 @@ |
{ | ||
"name": "zouti", | ||
"description": "Useful tools & functions we use on every krkn projects.", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"keywords": [ | ||
@@ -42,6 +42,5 @@ "krkn", | ||
"grunt-contrib-coffee": "~0.10", | ||
"grunt-contrib-jshint": "~0.10", | ||
"grunt-contrib-watch": "~0.6", | ||
"grunt-contrib-jshint": "~0.6", | ||
"grunt-contrib-watch": "~0.5", | ||
"grunt": "~0.4", | ||
"grunt-bumpup": "~0.6", | ||
"matchdep": "~0.3", | ||
@@ -51,4 +50,4 @@ "grunt-coffeelint": "0.0" | ||
"dependencies": { | ||
"cli-color": "~0.3" | ||
"cli-color": "~0.2" | ||
} | ||
} |
@@ -30,2 +30,6 @@ # zouti | ||
### zouti.clearConsole() | ||
Clear the console by sending the string `\u001B[2J\u001B[0;0f` to it. | ||
### zouti.bench( name, log ) | ||
@@ -62,3 +66,4 @@ | ||
* **0.0.1**: initial release (05/03/2014) | ||
* **0.1.0**: refactor bench method (08/06/2014) | ||
* **0.1.0**: refactor `bench` method (08/06/2014) | ||
* **0.2.0**: add `clearConsole` method (03/10/2014) | ||
@@ -65,0 +70,0 @@ ## License |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13424
6
116
71
+ Addedcli-color@0.2.3(transitive)
+ Addedes5-ext@0.9.2(transitive)
+ Addedevent-emitter@0.2.2(transitive)
+ Addedmemoizee@0.2.6(transitive)
+ Addednext-tick@0.1.0(transitive)
- Removedcli-color@0.3.3(transitive)
- Removedd@0.1.11.0.2(transitive)
- Removedes5-ext@0.10.64(transitive)
- Removedes6-iterator@0.1.32.0.3(transitive)
- Removedes6-symbol@2.0.13.1.4(transitive)
- Removedes6-weak-map@0.1.4(transitive)
- Removedesniff@2.0.1(transitive)
- Removedevent-emitter@0.3.5(transitive)
- Removedext@1.7.0(transitive)
- Removedlru-queue@0.1.0(transitive)
- Removedmemoizee@0.3.10(transitive)
- Removednext-tick@0.2.21.1.0(transitive)
- Removedtimers-ext@0.1.8(transitive)
- Removedtype@2.7.3(transitive)
Updatedcli-color@~0.2