v2.15.0
版本发布时间: 2016-09-06 03:37:50
BrowserSync/browser-sync最新发布版本:v3.0.3(2024-09-25 00:17:50)
Updates from 2.14 -> 2.15
- Added:
proxy.proxyReqWs
to allow users to intercept/alter proxied web sockets (this is an api mirror to the underlying http-proxy lib) https://github.com/BrowserSync/browser-sync/commit/277c17cfc0b61fdf3c559370d35d701db43e78b2 - Fixed: protocol-relative URL rewriting now works as expected, which solves issues faced by WooCommerce users https://github.com/BrowserSync/browser-sync/commit/42059dfbf2c97a2a4c22cfd8cc54c250f1ec5fab - so that now this...
<a href="//some-protocol-relative.com/some-path">My Link</a>
is correctly re-written to something like...
<a href="//localhost:3000/some-path">My Link</a>
- Fixed: attempting to use
--https
with anon-https
target no longer fails, and allows some pretty nice workflows https://github.com/BrowserSync/browser-sync/commit/80c091d694d4c943693bd03ad120eb5208b62825
eg:
$ browser-sync start --proxy 'localhost:8000' --https