Releases: cooperka/react-native-immutable-list-view
Releases · cooperka/react-native-immutable-list-view
v0.1.8
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
- 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
- Allow any instance of
Immutable.Iterable
(instead of just List
and Map
)
- Improve tests
v0.1.5
- Improve README by adding a table of prop types
- Upgrade devDependencies