vandium-utils
Version:
vandium common utility functions
42 lines (21 loc) • 550 B
Markdown
# Change Log
## 2.0.0 (2019-11-23)
Updated:
* Changed target version of Node.js to 10.x
Internal:
* Updated test deps
* Refactored tests
## 1.2.0 (2017-11-16)
Fix:
* `clone()` only clones objects and returns value passed when called with constants,
null or undefined
## 1.1.1 (2016-10-17)
Fix:
* `templateString()` now trims spaces around property names.
## 1.1.0 (2016-06-03)
New:
* Template string support
Internal:
* Moved `isObject()`, `isString()` and `parseBoolean()` to separate files
## 1.0.0 (2016-05-30)
Initial Release