yarn browser-sync 2.15.0

latest releases: 3.0.2, 3.0.1, 3.0.0...
7 years ago

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) 277c17c
  • Fixed: protocol-relative URL rewriting now works as expected, which solves issues faced by WooCommerce users 42059df - 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 a non-https target no longer fails, and allows some pretty nice workflows 80c091d

eg:

$ browser-sync start --proxy 'localhost:8000' --https

Don't miss a new browser-sync release

NewReleases is sending notifications on new releases.