Updated:
- Changed target version of Node.js to 10.x
Internal:
- Updated test deps
- Refactored tests
Fix:
clone()
only clones objects and returns value passed when called with constants, null or undefined
Fix:
templateString()
now trims spaces around property names.
New:
- Template string support
Internal:
- Moved
isObject()
,isString()
andparseBoolean()
to separate files
Initial Release