-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
47 lines (33 loc) · 788 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
CHANGES
=======
0.3.0
-----
* Date: 2019-08-07
* refactor code to be RedisQueueList, RedisQueueSet
* refactor RedisQueue to be parent class of RedisQueueList, RedisQueueSet
* import module name is changed to `moonqueue` from `mq`
* Empty exception class name is changed to `EmptyQueueException`
0.2.1
-----
* Date: 2019-04-10
* Add test cases
* Add travis.yml to use travis CI
0.2.0
-----
* Date: 2019-04-08
* Raise Empty exception if queue is empty.
* Change return format from ``pop`` and ``poll_pop``
0.1.2
-----
* Date: 2019-04-08
* Update README.rst with 'how to install'
* Add CHANGES.rst
0.1.1
-----
* Date: 2019-04-05
* Update README.rst with 'how to install'
* Add CHANGES.rst
0.1
---
* Date: 2019-04-05
* Initial version with supporting RedisQueue, RedisPollQueue