summaryrefslogtreecommitdiff
path: root/node_modules/basic-auth/HISTORY.md
diff options
context:
space:
mode:
authorMarvin Borner2018-11-07 22:11:20 +0100
committerMarvin Borner2018-11-07 22:11:20 +0100
commit641ed66837dd4bd45c977978609fb38cbeac9319 (patch)
treeeec4e367844a7059d29aa2aae086e6c064c03380 /node_modules/basic-auth/HISTORY.md
parent954583f3d56fbfb60321725f13ad092e536e3737 (diff)
Didn't remove node_modules correctly..
Diffstat (limited to 'node_modules/basic-auth/HISTORY.md')
-rw-r--r--node_modules/basic-auth/HISTORY.md52
1 files changed, 0 insertions, 52 deletions
diff --git a/node_modules/basic-auth/HISTORY.md b/node_modules/basic-auth/HISTORY.md
deleted file mode 100644
index 2c44a01..0000000
--- a/node_modules/basic-auth/HISTORY.md
+++ /dev/null
@@ -1,52 +0,0 @@
-2.0.1 / 2018-09-19
-==================
-
- * deps: safe-buffer@5.1.2
-
-2.0.0 / 2017-09-12
-==================
-
- * Drop support for Node.js below 0.8
- * Remove `auth(ctx)` signature -- pass in header or `auth(ctx.req)`
- * Use `safe-buffer` for improved Buffer API
-
-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