mongoose-blockchain
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "mongoose-blockchain", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Introducing a simple block chain to mongoose", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,8 +17,5 @@ # Mongoose Blockchain | ||
## What is Auto Parse | ||
## What is Mongoose Blockchain | ||
Introducing a simple block chain to mongoose | ||
`mongoose-blockchain` any value you happen to send in (`String`, `Number`, `Boolean`, | ||
`Array`, `Object`, `Function`, `undefined` and `null`). You send it we will | ||
try to find a way to parse it. We now support sending in a string of what type (e.g. "boolean") or constructor (e.g. Boolean) | ||
## Installation | ||
@@ -28,6 +25,2 @@ ```sh | ||
``` | ||
## Documentation | ||
Introducing a simple block chain to mongoose | ||
#### Usage | ||
@@ -34,0 +27,0 @@ Check our examples out too |
28946
71