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

Handle promises #194

Closed dentrado closed 7 years ago

dentrado commented 7 years ago

Don’t make promises immutable, but make their fulfillment value immutable. Fixes #153

rtfeldman commented 7 years ago

@dentrado Thanks! Would you mind adding a test to cover the behavior of rejected promise values?

Also, no need to check in the built files; I'll do that before publishing the next release. 🙂

dentrado commented 7 years ago

@rtfeldman sure, I've added an additional test now.

dhirendrarathod2000 commented 7 years ago

@dentrado @rtfeldman\ Any ETA when it will be released?

rtfeldman commented 7 years ago

Out now! 7.1.0