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.36k stars 194 forks source link

Add getIn function #188

Closed dentrado closed 7 years ago

dentrado commented 7 years ago

This PR adds a getIn function as requested in #149.

dentrado commented 7 years ago

ping @rtfeldman

rtfeldman commented 7 years ago

Great, thank you @dentrado!

hassanbazzi commented 7 years ago

Any idea when this will be released?

bm-axel commented 7 years ago

So this hasn't been released yet? I just downloaded seamless-immutable for the first time today and saw Immutable.getIn in the readme and was surprised to find it not working!

smashercosmo commented 7 years ago

@rtfeldman Would it be possible to cut a release?

geirsagberg commented 6 years ago

Seems to be released now.