TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.76k stars 216 forks source link

Stops mutating options object #167

Closed NikolajDL closed 5 years ago

NikolajDL commented 5 years ago

fixes #166

Uses Object.assign() when setting default options, to avoid mutating passed-in options object.

Adds test to ensure options object isn't mutated.

TehShrike commented 5 years ago

Published as 4.1.1, thanks!

oliviertassinari commented 5 years ago

Does the module support IE 11?