Skip to content

Latest commit

 

History

History
126 lines (81 loc) · 3.3 KB

History.md

File metadata and controls

126 lines (81 loc) · 3.3 KB

2.2.0 / 2023-05-29

others

2.1.0 / 2018-11-15

features

fixes

2.0.1 / 2018-04-12

features

fixes

1.4.3 / 2017-10-19

fixes

1.4.2 / 2017-08-25

fixes

others

1.4.1 / 2017-07-25

  • fix: package.json to reduce vulnerabilities (#25)

1.4.0 / 2017-02-15

  • feat: add next parameter to redirectHandler (#21)

1.3.1 / 2017-02-14

  • fix: request twice when ignore is reg (#20)

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