TehShrike / deepmerge

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

Avoid mutating options #173

Closed ArtskydJ closed 3 years ago

ArtskydJ commented 4 years ago

167 (Stops mutating options object) was reverted due to #171 (IE 11 regression).

I re-implemented the functionality without using Object.assign.

TehShrike commented 3 years ago

I decided to just put this fix back into the v5 release instead of pushing a v4 patch