Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

61 lines (33 loc) · 1.42 KB

Changelog

All notable changes to rollup-plugin-livereload will be documented in this file.

2.0.0 - 2020-08-28

Removed

  • Dropped support for Node.js below v8.3

Changed

  • Will automatically find an available port if the requested one is in use. (#23) @appsforartists

1.3.0 - 2020-04-28

Changed

  • Fix codesandbox support

[1.2.0] - 2020-03-19

Added

  • Add support for IE8 (#43) @thgh

Changed

  • Only keep 1 server instance running (#33) @rixo

[1.1.0] - 2020-03-19

Added

  • Add support for codesandbox.io (#37) @jakobrosenberg

[1.0.4] - 2019-10-05

Changed

  • Update livereload to 0.8.0 || ^0.8.2

[1.0.0] - 2019-01-27

Changed

  • Add support for Rollup 1 @yohangz

0.0.1 - 2016-09-24

Added

  • Initial version