Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Feb 9, 2011
1 parent 1c61cd6 commit 1addfb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ Deprecations:
favor of the name `makePromise`, as conceived proper by
Mark Miller in a style where TitleCase is reserved for
constructors.
- In the next backward-incompatible revision, "post" will
be reverted to its original non-variadic behavior,
receiving the post body as a single argument, albeit an
array. An "invoke" method will be introduced to provide
the variadic convenience.

Next minor release
0.2.8
- Exceptions thrown in the callbacks of a `when` call
are now consumed, warned, and transformed into
rejections of the promise returned by `when`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "q",
"description": "defer/when-style promises (CommonJS/Promises/A,B,D)",
"version": "0.2.7",
"version": "0.2.8",
"homepage": "http://github.com/kriskowal/q/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"contributors": [
Expand Down

0 comments on commit 1addfb8

Please sign in to comment.