ezobjects-mysql
Advanced tools
Comparing version 10.0.14 to 10.1.0
const docket = require(`docket-parser`); | ||
docket.title(`EZ Objects v10.0.14`); | ||
docket.title(`EZ Objects v10.1.0`); | ||
docket.linkClass(`text-success`); | ||
docket.parseFiles([`index.js`]); | ||
docket.generateDocs(`docs`); |
{ | ||
"name": "ezobjects-mysql", | ||
"version": "10.0.14", | ||
"version": "10.1.0", | ||
"description": "Easy dynamic object generation with optional MySQL table linking", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# EZ Objects - MySQL Edition - v10.0.14 | ||
# EZ Objects - MySQL Edition - v10.1.0 | ||
@@ -390,4 +390,4 @@ EZ Objects (MySQL Edition) is a Node.js module (that can also be usefully browserify'd) that aims to save | ||
* **properties** - `Array` - (optional) An array of property configurations that the object (and MySQL table, if applicable) should have corresponding properties for | ||
* **extends** - `mixed` - (optional) The object that the new object should be extended from \[required to extend object] | ||
* **extendsConfig** - `object` - (optional) The EZ Object configuration for the object that is being extended from \[required to extend object] | ||
* **extends** - `mixed` - (optional) The class that the new class should be extended from \[required to extend object] | ||
* **extendsConfig** - `object` - (optional) The EZ Object configuration for the class that is being extended from \[required to extend EZ Object] | ||
* **indexes** - `Array` - (optional) An array of MySQL index configurations that should be created in the MySQL table | ||
@@ -394,0 +394,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
795200