Skip to content
Shane Osbourne edited this page Feb 26, 2014 · 23 revisions

Release notes for BrowserSync

##0.6.2

  • Critical - Fixed a bug that was introduced in 0.6.1 where modifying response data with both Proxy & Server options would quit after first chunk. fixes: #36 & #87
  • Merged PR #88 to check if the notify option was disabled before trying to displaying it. Thanks to @falzhobel
  • Merged PR #85 to ensure the notify elem can be re-created if an app wipes it out. Thanks to @hugomrdias

##0.6.1

  • Page reloads no longer jump back to the top (scroll position saved in query string) fixes #80.
  • Now uses a version of connect-livereload middleware to make script-injecting more robust.
  • Added in-browser notification when a browser is 'connected'.
  • Fixed a bug that stopped scripts being injected into pages with query strings. fixes #35
  • Added IE 7 & 8 specific middleware to deal with them not sending html in their accept header
  • All sync actions now only check the URL path. fixes #78

##0.6.0

  • Upgraded cl-strings to deal with #73 (now uses chalk) - thanks to @jas
  • added .map to auto-excluded files (deals with chrome automatically requesting .map fils when devtools are open)

##0.5.8

  • Upgraded http-proxy to > 1.0 (internal breaking changes).
  • Added startPath option to allow the auto-opened browser to point to a sub-dir.
  • Added scrollProportionally option to allow scrollTop position to be synced instead. (thanks to @hugoBessaa)
  • Removed the minified client script (removes a build step & easier to work with/hack on)
  • Added versioning to client script to elimate any cache issues on upgrades