Releases: axross/repromised
Releases · axross/repromised
v0.3.1
v0.3.0
Breaking Change
- Changed arguments for
props.children
render-props function. Instead ofvalue, isLoading
, you can control child components much more with Snapshot - Deleted
props.then
,props.catch
,props.beforeResolve
- Updated devDependencies
Other Updates
props.initial
is now optional. If you omitprops.initial
,null
will be set as the initial value