0.2.0 • Published 13 years ago

yapa v0.2.0

Weekly downloads
2
License
-
Repository
github
Last release
13 years ago

build status

Yapa

Yapa is yet another Promises/A implementation.

Installation

Download

$ npm install yapa

Require

var yapa = require('yapa');

API

constructor

yapa#value

yapa#error

yapa#then

yapa#values

yapa#resolve

yapa#reject

Example

// TODO :)

Testing

$ cd yapa
$ npm test

Issues

Found a bug? Create an issue on GitHub.

https://github.com/jharding/yapa/issues

Versioning

For transparency and insight into the release cycle, releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backwards compatibility bumps the major
  • New additions without breaking backwards compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on semantic versioning, please visit http://semver.org/.

License

Copyright (c) 2012 Jake Harding
Licensed under the MIT License.

0.2.0

13 years ago

0.1.0

13 years ago