Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jun 24, 2011
1 parent 69aae5b commit e642bca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
8 changes: 3 additions & 5 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ Future Backward Incompatible
- ``def`` will be removed. Use ``master`` instead. The
term ``def`` was too confusing to new users.

Next major
- In practice, the implementation of ``spy`` and the
``name`` ``fin`` were useful. I've removed the old
0.6.0 - BACKWARD INCOMPATIBILITY
- WARNING: In practice, the implementation of ``spy`` and
the ``name`` ``fin`` were useful. I've removed the old
``fin`` implementation and renamed/aliased ``spy``.

Next minor
- The "q" module now exports its "ref" function as a "Q"
constructor, with module systems that support exports
assignment including NodeJS, RequireJS, and when used as
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": "A library for promises (CommonJS/Promises/A,B,D)",
"version": "0.5.3",
"version": "0.6.0",
"homepage": "http://github.com/kriskowal/q/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"contributors": [
Expand Down
21 changes: 11 additions & 10 deletions q.min.js

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

0 comments on commit e642bca

Please sign in to comment.