Skip to content

Commit

Permalink
Version 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 23, 2012
1 parent 226ba14 commit f3d2056
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@ node_modules
npm-debug.log
CHANGES.html
README.html
.tmp

.coverage_data/
.coverage_debug/
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -5,6 +5,7 @@ README.html

.coverage_data/
.coverage_debug/
.tmp
cover_html/

design
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -14,6 +14,10 @@
``invoke``.
- WARNING: The undocumented ``view`` and ``viewInfo`` will be removed.

## 0.8.7

- Support [Montage Require](http://github.com/kriskowal/mr)

## 0.8.6

- Fixed ``npost`` and ``ninvoke`` to pass the correct ``thisp``. #74
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ rest and spread arguments.
The Q module can be loaded as:

- a ``<script>`` tag (creating a ``Q`` global variable):
~3.3 KB minified and gzipped.
~3.5 KB minified and gzipped.
- a Node.js and CommonJS module available from NPM as the ``q``
package
- a RequireJS module
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "q",
"version": "0.8.6",
"version": "0.8.7",
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"homepage": "http://github.com/kriskowal/q/",
"author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
Expand Down

0 comments on commit f3d2056

Please sign in to comment.