defaulty
Version:
Copies missing properties to the target object.
29 lines (20 loc) • 810 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
- Now `copy` method copies deep objects
- Now `undefined` value will be overwrite by the default
- Added support to ES5
- Added new API `copy`, now you can set default properties into new target object
- Added `exclude` param, now you can exclude any default parameters
- Removed unnecessary files for deployment on NPM
- Added repository url
- First release