- Fixed a bug where left-hand 'object' attribute were overwritten by empty values from right-hand objects
- Made empty discarding optional and updated
README.md
with usage documentation - Prevent attributes with
{ }
,undefined
,null
or0
as values to be lost in the merge
- Update README.md with usage examples for new opts
- Update to allow Boolean param to provide compatibility with in 0.1.0
- Add opts parameter and shallow merge option
- Pin dependencies
- Merge pull request #2 from gvilarino/allow-inheritance
- Added support for allowing inheritance merging
- Update README
- Add README.md
- First commit