Util functions for Mono modules.
Finds a value in parent (object) using the dot notation passed in dotNot.
- Object parent The object containing the searched value
- String dotNot Path to the value
- Anything Found value or undefined
Finds a function in parent (object) using the dot notation passed in dotNot.
- Object parent The object containing the searched function
- String dotNot Path to the function value
- Function Function that was found in the parent object
Converts an object to a flat one
- Object obj The object that should be converted
- Object Flatten object
Converts a flat object to an unflatten one
- Object flat The flat object that should be converted
- Object Unflatten object
Clones an object
- Object item Object that should be cloned
- Boolean deepClone If true, the subfields of the @item function will be cloned
- Object The cloned object
Converts a string to slug
- String input The input string that should be converted to slug
- String The slug that was generated
- transferred module to the new jxMono organization
- Fixed the broken flattenObject method.
- Moved
bug-killer
indevDependencies
. - Upgraded to
[email protected]
. - Fixed the test script.
- Fixed
Date
objects handling. - Syntax fixes.
- Added
slug
method.
deepClone
incloneObject
method
- Added
cloneObject
method.
- Fixed typo in API function name
- Fixed typo
- Published the module on NPM
- Initial release