optimizely / nuclear-js

Reactive Flux built with ImmutableJS data structures. Framework agnostic.
https://optimizely.github.io/nuclear-js/
MIT License
2.23k stars 141 forks source link

Upgrade Immutable to the latest version #218

Closed andrei-cacio closed 8 years ago

andrei-cacio commented 8 years ago

As of version 3.7.6 there are new APIs introduced, like the insert() method on Listss.

raulmatei commented 8 years ago

This should be fixed by https://github.com/optimizely/nuclear-js/pull/214, which removes the ImmutableJS dependency and adds it as a peer dependency. It will be then the developer's choice on which version to install (the minimum version is 3.7.3, which is the current version used by NuclearJS)

andrei-cacio commented 8 years ago

Thanks @raulmatei. #214 is a better fix for this problem