UNPKG

2.48 kBMarkdownView Raw
1
23.1.3 / 2018-10-19
3==================
4
5**others**
6 * [[`703dc7c`](http://github.com/koajs/koa-redis/commit/703dc7c8776b677cc9a53dcaab8eacaa45c671ef)] - chore: use package.files (dead-horse <<dead_horse@qq.com>>)
7 * [[`16222f7`](http://github.com/koajs/koa-redis/commit/16222f78594a5d86560d78f83f866e4cc680c4b5)] - chore: added node@10.x to travis.yml (niftylettuce <<niftylettuce@gmail.com>>)
8 * [[`059476b`](http://github.com/koajs/koa-redis/commit/059476b3cad85ae42625024798fa9dfb18e70262)] - deps: remove hiredis (#48) (snadn <<snadn@snadn.cn>>)
9
103.1.1 / 2017-09-09
11==================
12
13 * didn't update history for v3.0.0
14
153.1.0 / 2017-09-09
16==================
17
18 * feat: optional custom serialize and deserialize functions (#36)
19 * fix typos in readme (#37)
20 * update dependencies
21 * add node v8 to travis
22
233.0.0 / 2017-04-17
24==================
25
26 * feat: wrap to promise and support async function (#30)
27
282.1.2 / 2016-08-04
29==================
30
31 * update for new hiredis v0.5, update all devdeps
32
332.1.1 / 2016-05-19
34==================
35
36 * republish to NPM
37
382.1.0 / 2016-05-18
39==================
40
41 * update for new redis v2.6, update all deps
42
432.0.0 / 2016-01-09
44==================
45
46 * update for new redis, update all deps, update tests and coverage, update docs
47
481.0.1 / 2015-08-20
49==================
50
51 * make sure ttl is an integer, fixes #9
52
531.0.0 / 2014-11-17
54==================
55
56 * bump redis@0.12
57
580.1.1 / 2014-06-09
59==================
60
61 * bump dependencies
62
630.1.0 / 2014-02-27
64==================
65
66 * update readme
67 * simplify redis store
68
690.0.5 / 2014-02-06
70==================
71
72 * add autod, update authors
73 * Merge pull request #4 from ktmud/master
74 * use setex
75 * more resonable debug
76 * Merge pull request #3 from nomadster/patch-1
77 * allow ttl to be null
78 * Fixed prefix: typo
79
800.0.4 / 2014-02-01
81==================
82
83 * fix expires tll, add test. fix maxage typo
84 * cookies module uses maxage all lowercase
85 * Fix bug where expires is string but should be Date
86 * fix bug where expires is string should be Date
87 * fix typo
88
890.0.3 / 2013-12-29
90==================
91
92 * refine travis.yml, use cnpmjs
93 * fix test, add co to devDependencies
94 * fix readme
95 * add benchmark test
96
970.0.2 / 2013-12-29
98==================
99
100 * update readme
101 * add example
102
1030.0.1 / 2013-12-29
104==================
105
106 * complete test, add get maxAge from cookie
107 * fix koa-redis
108 * add AUTHORS
109 * update all badges
110 * init redis client
111 * Initial commit