ezobjects-mysql
Advanced tools
Comparing version 10.2.1 to 10.2.2
const docket = require(`docket-parser`); | ||
docket.title(`EZ Objects v10.2.1`); | ||
docket.title(`EZ Objects v10.2.2`); | ||
docket.linkClass(`text-success`); | ||
docket.parseFiles([`index.js`]); | ||
docket.generateDocs(`docs`); |
{ | ||
"name": "ezobjects-mysql", | ||
"version": "10.2.1", | ||
"version": "10.2.2", | ||
"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.2.1 | ||
# EZ Objects - MySQL Edition - v10.2.2 | ||
@@ -329,5 +329,9 @@ EZ Objects (MySQL Edition) is a Node.js module (that can also be usefully [browserify](https://github.com/browserify/browserify)'d) that aims to save | ||
* **Parameter:** data - `Object` | ||
* **Description:** Initialize this object using either defaults or any provided key/value pairs in the plain object `data`. This is also the method used by the constructor. | ||
* **Description:** Initialize this object using either defaults or any provided key/value pairs in the plain object `data`. Keys can either be equal to the name of a property, or they can have an underscore before the name of a property, as would be the case if you were to JSON.stringify() and then JSON.parse() an EZ Object. This allows for easy transferability in cases where JSON is used as the transfer medium. This is also the method used by the constructor. | ||
### MyObject.init([data]) | ||
* **Parameter:** data - `Object` | ||
* **Description:** Initialize this object using either defaults or any provided key/value pairs in the JSON0-encoded string `data`. Keys can either be equal to the name of a property, or they can have an underscore before the name of a property, as would be the case if you were to JSON.stringify() and then JSON.parse() an EZ Object. This allows for easy transferability in cases where JSON is used as the transfer medium. This is also the method used by the constructor. | ||
### MyObject.init([data]) | ||
* **Parameter:** data - `MyObject` | ||
@@ -334,0 +338,0 @@ * **Description:** Initialize this object using either defaults or any provided getter functions in the EZ Object `data`. This is also the method used by the constructor. |
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
Sorry, the diff of this file is too big to display
804617
10519
838