Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
Accessible only with:

    npm install q@future

For adventurers only.
  • Loading branch information
kriskowal committed Mar 20, 2014
1 parent cfcfd7c commit 5a4bdb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- vim:ts=4:sts=4:sw=4:et:tw=70 -->

## 2.0 :warning: BACKWARD INCOMPATIBILITY
## 2.0.0 :warning: BACKWARD INCOMPATIBILITY

This is an experimental release train, based on a rewrite of Q. The full
interface of version 1 is supported but portions of the interface issue
Expand Down Expand Up @@ -67,6 +67,11 @@ deprecation warnings. Deprecated features will be removed outright in version 3.
- Promises now support vicious cycle detection. If a deferred promise
ultimately depends upon its own resolution, it will be rejected with
the singleton vicious cycle error.
- The methods `Q.push` and `promise.pull` have been added, as well as
`Q.isPortable` for marking local and remote objects as portable across
Q Connection.
- The method `promise.iterate` has been added to request a promise for a remote
iterator.

### Promise Constructor

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q",
"version": "0.9.7",
"version": "2.0.0",
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"homepage": "https://github.com/kriskowal/q",
"author": "Kris Kowal <[email protected]> (https://github.com/kriskowal)",
Expand Down Expand Up @@ -42,10 +42,9 @@
},
"devDependencies": {
"jshint": "^2.4.4",
"jasminum": "^0.0.2",
"jasminum": "^2.0.0",
"opener": "^1.3.0",
"promises-aplus-tests": "^1.0.2",
"mr": "^0.15.1",
"istanbul": "^0.2.4",
"matcha": "^0.2.0",
"grunt": "^0.4.1",
Expand Down

0 comments on commit 5a4bdb4

Please sign in to comment.