Version 0.3.0

- Support proxying through proxy (`getProxyForUrl` option, defaulting to
  proxy configuration from the environment variables, see
  https://github.com/Rob--W/proxy-from-env) (#37).
- Update gTLD list.
This commit is contained in:
Rob Wu
2016-02-19 00:47:56 +01:00
parent 97b09d599d
commit e8f0e64168

View File

@@ -1,6 +1,6 @@
{
"name": "cors-anywhere",
"version": "0.2.5",
"version": "0.3.0",
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
"license": "MIT",
"author": "Rob Wu <rob@robwu.nl>",