ezobjects-mysql
Advanced tools
Comparing version 10.0.11 to 10.0.12
const docket = require(`docket-parser`); | ||
docket.title(`EZ Objects v10.0.11`); | ||
docket.title(`EZ Objects v10.0.12`); | ||
docket.linkClass(`text-success`); | ||
docket.parseFiles([`index.js`]); | ||
docket.generateDocs(`docs`); |
{ | ||
"name": "ezobjects-mysql", | ||
"version": "10.0.11", | ||
"version": "10.0.12", | ||
"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.11 | ||
# EZ Objects - MySQL Edition - v10.0.12 | ||
@@ -302,2 +302,3 @@ EZ Objects (MySQL Edition) is a Node.js module (that can also be usefully browserify'd) that aims to save | ||
* **Parameter:** objectConfig - `Object` | ||
* **Returns:** `mixed` - Your custom created EZ Object in all of its glory | ||
* **Description:** A function that creates an ES6 class corresponding to the configuration outlined in `objectConfig`, with constructor, initializer, getters, setters, and also delete, insert, load, and update if `tableName` is configured. The resulting class is both returned from the function and exported from the `ezobjects-mysql` module. | ||
@@ -308,2 +309,3 @@ | ||
* **Parameter:** constructorName - `string` | ||
* **Returns:** `boolean` | ||
* **Description:** A function that tests whether a given object `obj` is an instance of class `constructorName`, meaning `constructorName` is the name of the object's constructor, or the name of any constructor in the object's prototype chain. | ||
@@ -336,3 +338,3 @@ | ||
* **Throws:** `TypeError` if `value` is not of the correct javascript data type for myProperty | ||
* **Returns:** this | ||
* **Returns:** `this` | ||
* **Description:** Set the value of the property, throwing an error if the javascript data type does not match the configuration, this is how the strict typing is implemented. This signature returns `this` to allow for set call chaining. | ||
@@ -339,0 +341,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
795008
832