Skip to content

Releases: tyler-johnson/couchdb-auth-proxy

v1.1.3

16 May 23:09
Compare
Choose a tag to compare

1.1.3 (2017-05-16)

Bug Fixes

  • Object.values doesn’t exist in old node versions (48df127)
  • remove incoming auth proxy headers (99a7d06), closes #7

v1.1.2

15 Sep 01:08
Compare
Choose a tag to compare

1.1.2 (2016-09-15)

Bug Fixes

  • add eslint no-shadow rule (8594f73)
  • move via header to proxyRes event (843388c)

v1.1.1

07 Sep 23:59
Compare
Choose a tag to compare

1.1.1 (2016-09-07)

Bug Fixes

  • handle info injection when info is empty (93be44d)

v1.1.0

28 Aug 02:16
Compare
Choose a tag to compare

1.1.0 (2016-08-28)

Bug Fixes

  • next method support optional, node server compatible (fe8f58f)
  • readme improvements (1057158)
  • update description (d170324)

Features

  • add info option to inject JSON info root response (7fb5603)

v1.0.0

03 Aug 23:37
Compare
Choose a tag to compare

1.0.0 (2016-08-03)

Bug Fixes

  • add default target to readme (d005b47)
  • correct examples in readme (261946a)
  • forgot next method in readme example (9f316b2)
  • more readme typos (279ac8a)

Features