ezobjects-mysql
Advanced tools
Comparing version 10.1.10 to 10.2.0
const docket = require(`docket-parser`); | ||
docket.title(`EZ Objects v10.1.10`); | ||
docket.title(`EZ Objects v10.2.0`); | ||
docket.linkClass(`text-success`); | ||
docket.parseFiles([`index.js`]); | ||
docket.generateDocs(`docs`); |
{ | ||
"name": "ezobjects-mysql", | ||
"version": "10.1.10", | ||
"version": "10.2.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.1.10 | ||
# EZ Objects - MySQL Edition - v10.2.0 | ||
@@ -323,5 +323,13 @@ 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 | ||
### new MyObject([data]) | ||
* **Parameter:** data - `MyObject` - (optional) | ||
* **Description:** Create a new MyObject object and initialize it using either defaults or any getter functions in the EZ Object `data`. | ||
### MyObject.init([data]) | ||
* **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. | ||
### MyObject.init([data]) | ||
* **Parameter:** data - `MyObject` | ||
* **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. | ||
@@ -328,0 +336,0 @@ In addition, each property you define will have a single method that is a getter and setter, and it will have the following signatures: |
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
801007
10502
834