Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "purdy", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "print objects real purdy in color", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,2 +36,21 @@ # Purdy | ||
````javascript | ||
// var circularObj = { }; | ||
// circularObj.a = circularObj; | ||
// var circ = []; | ||
// circ.push(circ); | ||
// Purdy({ | ||
// a: 3, | ||
// bn: 'foo', | ||
// raino: it, | ||
// d: {king: 'cobra'}, | ||
// null: null, | ||
// undefined: undefined, | ||
// regexp: new RegExp, | ||
// falseBool: false, | ||
// trueBool: true, | ||
// emptyArr: [], | ||
// circular: circularObj, | ||
// circularArr: circ | ||
// }); | ||
{ | ||
@@ -60,2 +79,4 @@ a: 3, | ||
```javascript | ||
// Purdy([1,2,'foo', it, Array.isArray, new Date,1,1,1,1,12,[1,2]]); | ||
[ | ||
@@ -62,0 +83,0 @@ [ 0] 1, |
Sorry, the diff of this file is not supported yet
104
12647
7