rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 194 forks source link

Update deep merge() to work with an array argument #156

Closed lelandmiller closed 7 years ago

lelandmiller commented 7 years ago

Had to pull these changes to a branch in my fork to avoid editing history of master. This should be the same as #140, which I will close out.

lelandmiller commented 7 years ago

Sorry for the slow response @rtfeldman. Fixed the merge conflicts, looks like the failure of CI is still due to missing saucelabs credentials.

rtfeldman commented 7 years ago

Great, thank you @lelandmiller!

rtfeldman commented 7 years ago

Released as 6.1.4! 🎉

lelandmiller commented 7 years ago

Thank you!