v0.2.0
Breaking
- Accept only fully Immutable list data
- Previously it actually assumed that the nested data was not immutable. This was clearly bad practice, and has been corrected.
- Add some helpful warnings in
__DEV__
to let you know if your data is mutable- Warning:
Can't get keys: Data is not Immutable: <data>
- Warning:
If these changes break your code, you are probably using Immutable data inefficiently! Please read Facebook's Immutable.js docs for more info.