Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 881 Bytes

HISTORY.md

File metadata and controls

45 lines (30 loc) · 881 Bytes

1.2.0 / 2017-03-02

  • Add auth.middleware custom express middleware

1.1.0 / 2016-11-18

  • Add auth.parse for low-level string parsing

1.0.4 / 2016-05-10

  • Improve error message when req argument is not an object
  • Improve error message when req missing headers property

1.0.3 / 2015-07-01

  • Fix regression accepting a Koa context

1.0.2 / 2015-06-12

  • Improve error message when req argument missing
  • perf: enable strict mode
  • perf: hoist regular expression
  • perf: parse with regular expressions
  • perf: remove argument reassignment

1.0.1 / 2015-05-04

  • Update readme

1.0.0 / 2014-07-01

  • Support empty password
  • Support empty username

0.0.1 / 2013-11-30

  • Initial release