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

breaking changes moving from 5.x to 6.x? #144

Closed philstrong closed 7 years ago

philstrong commented 8 years ago

We're on seamless-immutable ^5.1.1

It doesn't seem like there are any breaking changes moving from 5.x to 6.x. Can you confirm?

rtfeldman commented 7 years ago

The only breaking change was cycle detection...so you're almost certainly fine to upgrade. 😄

https://github.com/rtfeldman/seamless-immutable/pull/119