Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.15 KB

History.md

File metadata and controls

71 lines (45 loc) · 1.15 KB

1.3.0 / 2016-10-28

  • feat: loginURLFormatter support context (#19)

1.2.3 / 2016-03-22

  • fix: add context parameter to ignore

1.2.2 / 2015-12-08

  • test: add https protocol test case
  • fix: auto detect protocol from ctx

1.2.1 / 2015-07-16

  • fix typo

1.2.0 / 2015-05-21

  • feat: add ctx in needLogin

1.1.5 / 2015-05-12

  • deps: upgrade copy-to

1.1.4 / 2015-04-26

  • deps: upgrade debug to the latest

1.1.3 / 2014-12-15

  • Merge pull request #5 from koajs/cookie-session-hotfix
  • fix: koa-session don't support key start with '_'

1.1.2 / 2014-10-14

  • fix typo, fix #3

1.1.1 / 2014-09-26

  • Merge pull request #2 from koajs/refactor
  • compatibility: userauth("", options) and improve ctx.session not exists case

1.1.0 / 2014-09-23

  • support options.ignore

1.0.0 / 2014-09-08

  • update badges
  • bump dependencies

0.0.1 / 2014-04-17

  • update readme
  • koa userauth
  • Initial commit