Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 25, 2011
1 parent acf68a0 commit 6865dde
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

0.2.0 / 2011-07-25
==================

* Added infinite scroll
* Added delayed job support
* Added configurable redis support [davidwood]
* Added job windowing. Closes #28
* Added `Job#delay(ms)`
* Removed job scrollIntoView
* Removed fancy scrollbar (for infinite scroll / windowing :( )
* Removed "More" button
* Fixed z-index for actions
* Fixed job mapping. Closes #43

0.1.0 / 2011-07-19
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/kue.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports = module.exports = Queue;
* Library version.
*/

exports.version = '0.1.0';
exports.version = '0.2.0';

/**
* Expose `Job`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kue"
, "version": "0.0.4"
, "version": "0.1.0"
, "description": "Feature rich priority job queue backed by redis"
, "keywords": ["redis", "job", "queue", "worker", "redis"]
, "author": "TJ Holowaychuk <tj@learnboost.com>"
Expand Down

0 comments on commit 6865dde

Please sign in to comment.