Skip to content

Releases: axross/repromised

v0.3.1

20 Feb 07:21
Compare
Choose a tag to compare

Changes

  • Export RepromisedStatus as a promise status enum for TypeScript

v0.3.0

20 Feb 05:42
Compare
Choose a tag to compare

Breaking Change

  • Changed arguments for props.children render-props function. Instead of value, 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 omit props.initial, null will be set as the initial value

v0.2.0

20 Oct 00:40
Compare
Choose a tag to compare

Changes

  • Unsupport commonjs import (#1)

v0.1.2

03 Aug 04:04
Compare
Choose a tag to compare
v0.1.2

v0.1.1

01 Aug 04:23
Compare
Choose a tag to compare
Initial commit