Releases: uniquelyparticular/micro-cors-http-proxy
Releases · uniquelyparticular/micro-cors-http-proxy
v1.1.8
1.1.8 (2019-06-03)
Bug Fixes
- ensure POST w application/json header > body contains JSON string (0a2d753)
v1.1.7
1.1.7 (2019-05-29)
Bug Fixes
- added now version, updated alias (c040273)
v1.1.6
1.1.6 (2019-05-29)
Bug Fixes
- improve format of errorReponse (2c6d750)
v1.1.5
1.1.5 (2019-05-28)
Bug Fixes
- getOrigin return referer if no origin, fixed errorResponse, destURL (61a7a4e)
v1.1.4
1.1.4 (2019-05-27)
Bug Fixes
- upgrade micro, node-fetch, semantic-release + pin dependecies (f6428af)
v1.1.3
1.1.3 (2019-05-25)
Bug Fixes
v1.1.2
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
1.1.1 (2019-05-24)
Bug Fixes
- changed isAuthorized and parseURL to use hostname instead of host (d505179)
v1.1.0
1.1.0 (2019-05-24)
Features
- support HTTP_HEADER values replaced via Mustache templates to env (6641ebc)
v1.0.1
1.0.1 (2019-05-02)
Bug Fixes