Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

71 lines (56 loc) · 2.32 KB

Changelog

0.4.0

  • Implement DOM Promise specification
  • Implement new Promise A+ specification
  • Remove promise.fulfill, promise.reject, promise.notify methods
  • Add vow.anyResolved method #53
  • Add vow.cast method #53

0.3.12

  • Make Promise class accessible from outside

0.3.11

  • Fix bug with inner timer in delay method #45

0.3.10

  • Use setImmediate instead of process.nextTick in Node.js >= 0.10.x #40
  • Up Promises/A+ Compliance Test Suite to 1.3.2

0.3.9

  • Fix for propagation of progress state #37

0.3.8

  • Fix for ignoring callback's context in always method #35
  • Callback in Vow.invoke called in global context now
  • bower.json added #34

0.3.7

  • Vow.allPatiently method added #32

0.3.6

  • Fix for properly work in mocha/phantomjs environment #31

0.3.5

  • Fix for synchronize onProgress callback in promise.sync method #30

0.3.4

  • Add ability to use multiple modules system simultaneously #26
  • Add callbacks to promise.done method #29

0.3.3

  • Use Vow instead this in all static methods
  • Speed up optimizations

0.3.2

  • Ability to specify context for callbacks #28

0.3.1

0.3.0

  • Add support for progress/notify #23

0.2.6

  • promise.always doesn't pass the return value of onResolved #19