schema-model
Advanced tools
+1
-1
| { | ||
| "name": "schema-model", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Model backed by jsonschema validation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+6
-5
| # schema-model | ||
| [![NPM version][npm-image]][npm-url] | ||
| [![build status][travis-image]][travis-url] | ||
| [![Coveralls][coveralls-image]][coveralls-url] | ||
| [![David deps][david-image]][david-url] | ||
@@ -18,3 +16,3 @@ [![node version][node-image]][node-url] | ||
| [david-url]: https://david-dm.org/jksdua/schema-model | ||
| [node-image]: https://img.shields.io/badge/node.js-%3E=_0.11-red.svg?style=flat-square | ||
| [node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square | ||
| [node-url]: http://nodejs.org/download/ | ||
@@ -89,3 +87,3 @@ [download-image]: https://img.shields.io/npm/dm/schema-model.svg?style=flat-square | ||
| #### .set(property, value) | ||
| #### .set(property, [value]) | ||
@@ -156,3 +154,6 @@ Set a single or multiple properties. Can chain multiple `set` commands | ||
| ### v1.0.0 (19 Dec 2014) | ||
| ### v1.0.1 (18 Dec 2014) | ||
| - Minor documentation changes | ||
| ### v1.0.0 (18 Dec 2014) | ||
| - Initial commit |
156
0.65%6223
-0.5%