Skip to content

Commit e67e209

Browse files
committed
v1.0.1
fixed bug that additional data collection.
1 parent 3071ce3 commit e67e209

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.1
2+
3+
2015-11-14
4+
5+
- fixed bug that additional data collection.
6+
17
# 1.0.0
28

39
2015-11-12

lib/redmoon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Redmoon.prototype.load = function (cb, key, page, limit) {
120120

121121
// required collection
122122
if (end + self.config.buffer > loadedcount) {
123-
self._nrp.emit([self.config.name, uuid].join(':'), {
123+
self._nrp.emit([self.config.scope, self.config.name, 'request', uuid].join(':'), {
124124
uuid: uuid,
125125
key: key,
126126
topic: self.toTopic(uuid),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redmoon",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": {
55
"name": "egg",
66
"email": "i@egg.pe.kr"

0 commit comments

Comments
 (0)