3.2.0 - Add support for options.corsImg
Now supports passing an optional options
member corsImg
that proxies all images through a service proxy.
You configure this option with an object that supplies the proxy handler's url
, the method
(e.g. 'GET'
or 'POST'
), a headers
collection, and a POST payload data
. For the headers and the url, an instance of the exact string '#{cors}'
will be replaced by the original url to be fetched.
What's Changed
- Fix typo by @nadavspi in #155
- Add corsImg support hand merged from tsayen#329
New Contributors
- @nadavspi made their first contribution in #155
- @eachmawzwr first contribution in copied from tsayen#329
Full Changelog: v3.1.6...v3.2.0