ezobjects
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "ezobjects", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Easy dynamic object generation with strict typing and set chaining", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,7 +0,7 @@ | ||
# EZ Objects v1.1.3 | ||
# EZ Objects v1.1.4 | ||
EZ Objects is a Node.js module, the purpose of which is to save you lots of time writing the initializer, property getters, | ||
and property setters for your data model objects. The library takes the form of a single function. This function can be | ||
passed a generic object containing a few configuration keys, defined below, that will allow it to automatically generate a | ||
new ES6 class object with the following features: | ||
EZ Objects is a Node.js module (that can also be usefully browserify'd) that aims to save you lots of time | ||
writing the initializers, property getters, and property setters for your data model objects. The library | ||
takes the form of a single function that can be passed a generic object containing a few configuration keys, | ||
defined below, that will allow it to automatically generate a new ES6 class object with the following features: | ||
@@ -14,3 +14,3 @@ Auto-initializes all properties (including parent object properties, if extended) | ||
underscores `_`, fortunately the module will strip the `_` from the object if you wish to initialize | ||
a new object using a JSON decoded version of the same object | ||
a new object using a JSON encoded/parsed version of the same object | ||
@@ -17,0 +17,0 @@ Automatically creates methods that perform getter/setter functionality with strict data typing |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18852