- inner requests are now made using a standard HTTP request header, and no longer uses ?develop query parameter. Proxies must support Vary.
- separation between configuration of routes and requests
- and other api changes...
- Dom.executable defaults to /usr/bin/chromium
- Dom.executable can be set to a custom value. Otherwise, when null, it uses available chromium or google-chrome in that order.
Support "manual" modes.
Drops browser-pool in favor of a simpler pooling solution.
Switch to new headless chrome.
Fix ManualRequest handler. Now expects an object with url and headers: { host }, or an absolute url.
- Plugins can now change headers of page response.
- Use that to fix languages plugin.
Revert partially the change in ManualRequest. Supports an absolute url, or an object with headers: {host}, or an object with { url, body }.
equivs keeps meta node when the name is listed in the equivs
option array.
equivs: better support for comma-separated fields, and for arrays of headers.