Skip to content

Releases: compulim/event-as-promise

[1.1.0] - 2020-05-26

[1.0.5] - 2018-10-31

01 Nov 00:23
Compare
Choose a tag to compare

Changed

  • Instead of importing p-defer package, we copied the code in
    • p-defer package published to NPM is not ES5-compliant
    • Non ES5-compliant package will fail build for create-react-app@1

[1.0.4] - 2018-10-08

09 Oct 01:54
Compare
Choose a tag to compare

Changed

  • Updated to @babel/core@7.1.2 and jest@23.6.0
  • Use p-defer for deferred implementation

[1.0.3] - 2018-06-28

29 Jun 06:07
Compare
Choose a tag to compare

Fixed

  • fix: uglify in create-react-app failed because not ES5-compliant

[1.0.2] - 2018-03-27

27 Mar 09:47
Compare
Choose a tag to compare

Fixed

  • fix: bound upcoming()

[1.0.1] - 2018-03-27

27 Mar 09:38
Compare
Choose a tag to compare

Added

  • upcoming() for upcoming event, regardless of futures

[1.0.0] - 2018-03-26

27 Mar 01:22
Compare
Choose a tag to compare

Added

  • First public release