Skip to content

Latest commit

 

History

History
111 lines (77 loc) · 2.42 KB

HISTORY.md

File metadata and controls

111 lines (77 loc) · 2.42 KB

3.1.3 / 2018-10-19

others

3.1.1 / 2017-09-09

  • didn't update history for v3.0.0

3.1.0 / 2017-09-09

  • feat: optional custom serialize and deserialize functions (#36)
  • fix typos in readme (#37)
  • update dependencies
  • add node v8 to travis

3.0.0 / 2017-04-17

  • feat: wrap to promise and support async function (#30)

2.1.2 / 2016-08-04

  • update for new hiredis v0.5, update all devdeps

2.1.1 / 2016-05-19

  • republish to NPM

2.1.0 / 2016-05-18

  • update for new redis v2.6, update all deps

2.0.0 / 2016-01-09

  • update for new redis, update all deps, update tests and coverage, update docs

1.0.1 / 2015-08-20

  • make sure ttl is an integer, fixes #9

1.0.0 / 2014-11-17

  • bump redis@0.12

0.1.1 / 2014-06-09

  • bump dependencies

0.1.0 / 2014-02-27

  • update readme
  • simplify redis store

0.0.5 / 2014-02-06

  • add autod, update authors
  • Merge pull request #4 from ktmud/master
  • use setex
  • more resonable debug
  • Merge pull request #3 from nomadster/patch-1
  • allow ttl to be null
  • Fixed prefix: typo

0.0.4 / 2014-02-01

  • fix expires tll, add test. fix maxage typo
  • cookies module uses maxage all lowercase
  • Fix bug where expires is string but should be Date
  • fix bug where expires is string should be Date
  • fix typo

0.0.3 / 2013-12-29

  • refine travis.yml, use cnpmjs
  • fix test, add co to devDependencies
  • fix readme
  • add benchmark test

0.0.2 / 2013-12-29

  • update readme
  • add example

0.0.1 / 2013-12-29

  • complete test, add get maxAge from cookie
  • fix koa-redis
  • add AUTHORS
  • update all badges
  • init redis client
  • Initial commit