Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

70 lines (54 loc) · 1.89 KB

Changelog

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

1.0.0 - 2019-01-11

Fixed

  • Update ongenerate to generateBundle

Removed

  • Remove built-in favicon.ico #20

0.6.1 - 2018-12-23

Added

  • Add support for rollup --watch (Release http server on rollup reload)

0.5.0 - 2018-09-18

Added

  • Allow to override path for historyApiFallback option
  • Option openPage

Fixed

  • Fix host option

0.4.2 - 2017-08-25

Added

  • Option https

0.4.1 - 2017-08-16

Added

  • Option headers

Fixed

  • Close the server when a termination signal is encountered

0.4.0 - 2017-07-02

Fixed

  • Various fixes to contentBase handling

0.3.0 - 2017-04-07

Changed

  • Allow to pass array as contentBase

0.2.0 - 2017-04-07

Changed

  • Show console message only once

0.1.0 - 2016-09-29

Added

  • Option open open the project in browser
  • Option historyApiFallback
  • Default green favicon

Changed

  • Option root is now contentBase

0.0.1 - 2016-09-24

Added

  • Initial version