react-native-web-headroom
Version:
React Native Web Headroom
32 lines (20 loc) • 840 B
Markdown
# Changelog
### v1.2.2
17-November-2016
Now .update() only trigger subscriptions only once even it has many keys.
### v1.2.1
13-November-2016
Update the Webpackbin link for the React example.
### v1.2.0
13-November-2016
Add a new set of API and few improvements.
* Move eslint-plugin-react to the devDependancies. [b9e1b78](https://github.com/arunoda/podda/commit/b9e1b7828addb591737391628080c390503e2ad6)
* Use Immutable as the internal data storage. [PR1](https://github.com/arunoda/podda/pull/1)
* Add an update API to update the multiple entries in the store. [PR2](https://github.com/arunoda/podda/pull/2)
* Add a way to register a new API. [PR3](https://github.com/arunoda/podda/pull/3)
### v1.1.0
08-November-2016
Add a way to expose defaults to the store via the constructor.
### v1.0.0
08-November-2016
Initial Release.