- Moved here from
fl-redux-utils
andfl-utils
- Added a parallelism option to fetchComponentData. Default is 1, meaning components will have their fetchData methods called in series rather than in parallel by default. This makes it easier to have one 'always fetch' component grab any required data for the rest of the app.
- Added observeStore
- Split out fetchComponentData from fl-react-utils