Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: uniquelyparticular/micro-cors-http-proxy

v1.1.8

03 Jun 19:12
52e1e7f
Compare
Choose a tag to compare

1.1.8 (2019-06-03)

Bug Fixes

  • ensure POST w application/json header > body contains JSON string (0a2d753)

v1.1.7

29 May 18:02
24b1b06
Compare
Choose a tag to compare

1.1.7 (2019-05-29)

Bug Fixes

  • added now version, updated alias (c040273)

v1.1.6

29 May 17:12
2cfdc33
Compare
Choose a tag to compare

1.1.6 (2019-05-29)

Bug Fixes

  • improve format of errorReponse (2c6d750)

v1.1.5

28 May 23:38
67809ca
Compare
Choose a tag to compare

1.1.5 (2019-05-28)

Bug Fixes

  • getOrigin return referer if no origin, fixed errorResponse, destURL (61a7a4e)

v1.1.4

27 May 16:50
f80a27a
Compare
Choose a tag to compare

1.1.4 (2019-05-27)

Bug Fixes

  • upgrade micro, node-fetch, semantic-release + pin dependecies (f6428af)

v1.1.3

25 May 12:03
ece2df8
Compare
Choose a tag to compare

1.1.3 (2019-05-25)

Bug Fixes

v1.1.2

25 May 03:00
5c27825
Compare
Choose a tag to compare

1.1.2 (2019-05-25)

Bug Fixes

  • changed isAuthorized to check origin not referer, added getOrigin (5233ab4)
  • changed PROXY_REFERER_WHITELIST > PROXY_ORIGIN_WHITELIST (ad8d911)
  • updated to fix POST requests when contentType != json (455f6e2)

v1.1.1

24 May 20:55
554f2b1
Compare
Choose a tag to compare

1.1.1 (2019-05-24)

Bug Fixes

  • changed isAuthorized and parseURL to use hostname instead of host (d505179)

v1.1.0

24 May 17:26
2d52ae2
Compare
Choose a tag to compare

1.1.0 (2019-05-24)

Features

  • support HTTP_HEADER values replaced via Mustache templates to env (6641ebc)

v1.0.1

02 May 20:02
35d6304
Compare
Choose a tag to compare

1.0.1 (2019-05-02)

Bug Fixes