UNPKG

reflux-promise

Version:

Extension to reflux-core to use Promises.

23 lines (12 loc) 763 B
# Changelog ## v1.0.4 * FIX: Uncaught in promise errors in console when no catch is provided [#12](https://github.com/reflux/reflux-promise/pull/12). * FIX: Incorrect content in npm package [#13](https://github.com/reflux/reflux-promise/issues/13) ## v1.0.2 * Supports multiple arguments as array [#7](https://github.com/reflux/reflux-promise/pull/7). ## v1.0.1 * Fixing Promise not constructed using 'new' [#3](https://github.com/reflux/reflux-promise/pull/3) * Fix typo in README [#2](https://github.com/reflux/reflux-promise/pull/2) * Fix wrong version of reflux-core specified in package.json [#1](https://github.com/reflux/reflux-promise/pull/2) ## v1.0.0 * Extracted from [reflux-core](https://github.com/reflux/reflux-core) and modified slightly