|
0
|
1 |
Queue (promotion extention)
|
|
|
2 |
The Queue module in its simplest form is just that: a simple queuing
|
|
|
3 |
mechanism. Items added to the Queue are removed via next(). The
|
|
|
4 |
queue-promote module extends the Queue prototype with promote(item),
|
|
|
5 |
remove(item), and indexOf(item) methods.
|
|
|
6 |
|
|
|
7 |
3.0.0
|
|
|
8 |
* queue-base is now part of yui. queue-run was renamed async-queue and both
|
|
|
9 |
it and queue-promote are now independent modules
|
|
|
10 |
|
|
|
11 |
3.0.0 beta 1
|
|
|
12 |
* Overhaul. Broken into queue-base, queue-promote, and queue-run.
|
|
|
13 |
|
|
|
14 |
See the user guide and API docs for more detail.
|
|
|
15 |
|
|
|
16 |
3.0.0 PR2
|
|
|
17 |
No changes
|
|
|
18 |
|
|
|
19 |
3.0.0 PR1
|
|
|
20 |
Initial release
|