Skip to content

Commit

Permalink
Version 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed May 16, 2012
1 parent 1048107 commit bd4ba02
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 23 deletions.
17 changes: 11 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,21 @@
``invoke``.
- WARNING: The undocumented ``view`` and ``viewInfo`` will be removed.

## Next minor
## 0.8.5

- Added ``fapply``, ``fcall``, ``fbind`` for non-thisp promised
function calls.
- Added ``return`` for async generators, where generators are
implemented.
- Added preliminary support for long traces (@domenic)
- Added ``fapply``, ``fcall``, ``fbind`` for non-thisp
promised function calls.
- Added ``return`` for async generators, where generators
are implemented.
- Rejected promises now have an "exception" property. If an object
isRejected(object), then object.valueOf().exception will
synchronously observe the wrapped error.
be the wrapped error.
- Added Jasmine specifications
- Support Internet Explorers 7–9 (with multiple bug fixes @domenic)
- Support Firefox 12
- Support Safari 5.1.5
- Support Chrome 18

## 0.8.4

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ rest and spread arguments.

The Q module can be loaded as:

- a ``<script>`` tag (creating a ``Q`` global variable): only ~2 KB
minified and gzipped!
- a ``<script>`` tag (creating a ``Q`` global variable):
~3.3 KB minified and gzipped.
- a NodeJS and CommonJS module available from NPM as the ``q``
package
- a RequireJS module
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q",
"version": "0.8.4",
"version": "0.8.5",
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"homepage": "http://github.com/kriskowal/q/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
Expand Down
33 changes: 19 additions & 14 deletions q.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified q.min.js.gz
Binary file not shown.

0 comments on commit bd4ba02

Please sign in to comment.