Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 5a4bdb4

Browse files
committed
Version 2.0.0
Accessible only with: npm install q@future For adventurers only.
1 parent cfcfd7c commit 5a4bdb4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- vim:ts=4:sts=4:sw=4:et:tw=70 -->
22

3-
## 2.0 :warning: BACKWARD INCOMPATIBILITY
3+
## 2.0.0 :warning: BACKWARD INCOMPATIBILITY
44

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

7176
### Promise Constructor
7277

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "q",
3-
"version": "0.9.7",
3+
"version": "2.0.0",
44
"description": "A library for promises (CommonJS/Promises/A,B,D)",
55
"homepage": "https://github.com/kriskowal/q",
66
"author": "Kris Kowal <[email protected]> (https://github.com/kriskowal)",
@@ -42,10 +42,9 @@
4242
},
4343
"devDependencies": {
4444
"jshint": "^2.4.4",
45-
"jasminum": "^0.0.2",
45+
"jasminum": "^2.0.0",
4646
"opener": "^1.3.0",
4747
"promises-aplus-tests": "^1.0.2",
48-
"mr": "^0.15.1",
4948
"istanbul": "^0.2.4",
5049
"matcha": "^0.2.0",
5150
"grunt": "^0.4.1",

0 commit comments

Comments
 (0)