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 195 forks source link

Implement set, setIn, mergeIn #64

Closed smashercosmo closed 8 years ago

smashercosmo commented 9 years ago

It's really hard to use seamless-immutable without these methods. Any plans to implement them?

ellis commented 9 years ago

I was just looking for this too, also for arrays.

tusharmath commented 9 years ago

Must needed.

rtfeldman commented 9 years ago

Happy to accept PRs for these! I believe @jlongster may have already made some progress on this?

rtfeldman commented 8 years ago

Closing thanks to https://github.com/rtfeldman/seamless-immutable/pull/69