- fix: no longer attempts to merge React elements #76
 
 - bower support: officially dropping bower support. If you use bower, please depend on the unpkg distribution. See #63
 
 - bug fix: merging objects into arrays was allowed, and doesn't make any sense. #65 published as a feature release instead of a patch because it is a decent behavior change.
 
 - bower support: updated mainin bower.json
 
 - bower support: inline is-mergeable-object in a new CommonJS build, so that people using both bower and CommonJS can bundle the library 0b34e6
 
 - performance: bump is-mergeable-object dependency version for a slight performance improvement 5906c7
 
 - documentation: fix unpkg link acc45b
 
 - api: instead of only exporting a UMD module, expose a UMD module with pkg.main, a CJS module withpkg.browser, and an ES module withpkg.module#62
 
 - documentation: note the minified/gzipped file sizes 56
- documentation: make data structures more readable in merge example: pull request 57
 
 - documentation: clarify and test some array merging documentation: pull request 51
 
 - feature: merge.all, a merge function that merges any number of objects: pull request 50
 
 - fix: an error that would be thrown when an array would be merged onto a truthy non-array value: pull request 46
- feature: the ability to clone: Issue 28, pull requests 44 and 48
- maintenance: added tests + travis to .npmignore: pull request 47
 
 - fix an issue where an error was thrown when merging an array onto a non-array: Pull request 46
 
 - allow consumers to specify their own array merging algorithm: Pull request 37
 
 - adding bower.json back: Issue 38
- updating keywords and Github links in package.json bc3898e
 
 - Updating the readme: dropping bower, testing that the example works: 7102fc
 
 - null, dates, and regular expressions are now properly merged in arrays: Issue 18, plus commit: ef1c6b
1.0.0
 
 
 - Should only be a patch change, because this module is READY. Issue 15
- Regular expressions are now treated like primitive values when merging: Issue 30
- Dates are now treated like primitives when merging: Issue 31