Skip to content

v0.2.0

Compare
Choose a tag to compare
@cooperka cooperka released this 19 Nov 21:27
· 188 commits to master since this release

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>

If these changes break your code, you are probably using Immutable data inefficiently! Please read Facebook's Immutable.js docs for more info.