Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eventual

Gozala3.7k1.0.0

Abstraction for eventual values

eventual, lazy, deferred, defer, promise

readme

eventual

Build Status

Abstraction for eventual values

Install

npm install eventual

changelog

Changes

0.3.1 / 2012-11-10

  • Update dependencies.
  • Setup browser testing.

0.3.1 / 2012-10-15

  • Remove jshint comments.
  • Expose deliver from the library to save users from requirements on pending package.

0.3.0 / 2012-10-15

  • Refactor eventual lib into set of small modules.
  • Extract watchable abstraction into it's own package.
  • Refactor pending abstraction out of the eventual library.
  • Improve library documentation.
  • Change API for apply function.
  • Add more tests.

0.2.0 / 2012-07-07

  • Rewrite eventuals using polymorphic methods.

0.0.2 / 2012-04-23

0.0.1 / 2012-04-16

  • Initial release