Skip to content

Releases: electricimp/Promise

4.0.0-ci-testing

26 Apr 23:09
ed3d048
Compare
Choose a tag to compare
  • Updated badge to Team City
  • Removed travis.yml
  • Updated .impt.test file

4.0.0-docs-examples-improved

10 Jan 23:06
d6a6890
Compare
Choose a tag to compare
  • Documentation is updated to provide a better way to describe possible use cases for Promises;
  • Added more and updated existing examples.

4.0.0

23 Aug 21:51
42e68ab
Compare
Choose a tag to compare
  • .serial is fixed and is working as expected now
  • documentation is updated
  • library file is renamed

3.0.1

25 Mar 00:16
Compare
Choose a tag to compare

Log details on errors that happen inside the onResolved/onRejected handlers.

v2.0.0

21 Apr 08:38
Compare
Choose a tag to compare
- Promise.loop()
- Promise.serial()
- Promise.parallel()
- Promise.fi…