Skip to content

Releases: cooperka/react-native-immutable-list-view

v0.1.8

19 Nov 03:38
Compare
Choose a tag to compare
  • ImmutableListView now inherits from React's PureComponent (instead of Component)
    • This shouldn't affect anything other than improving performance slightly, since the data used here is immutable anyway

v0.1.7

17 Nov 02:54
Compare
Choose a tag to compare
  • Add Travis build validation
  • Improve the README
    • This is the only reason for this version bump; npm doesn't pull README updates automatically

v0.1.6

17 Nov 02:55
Compare
Choose a tag to compare
  • Allow any instance of Immutable.Iterable (instead of just List and Map)
  • Improve tests

v0.1.5

17 Nov 02:57
Compare
Choose a tag to compare
  • Improve README by adding a table of prop types
  • Upgrade devDependencies