1.0.2 • Published 7 years ago

yapai v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

YAPAI (Yet Another Promise/A+ Implementation)

npm npm npm bundle size (minified + gzip)

A minimal Promises/A+ complaint Promise implementation with 200 lines of code. This implementation is not production ready but for learning the in-depth mechanism of a Promise and its contract to users.

Build

npm run build

Promises/A+ tests

npm run test

Currently this library passed all the test cases of Promises/A+ (https://github.com/promises-aplus/promises-tests).

This is test result:

npm.io

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago