Skip to content

Latest commit

 

History

History
97 lines (74 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

97 lines (74 loc) · 2.42 KB

Changelog

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

[1.1.0] - 2020-11-01

Added

  • Add onListening hook #69 @filoxo
  • Show error message when port is in use #60 @jaeh

[1.0.4] - 2020-08-28

Added

  • Add mimeTypes option #58 @GerardRodes

Fixed

  • Allow opening the browser even when verbose mode is disabled #64 @Richienb

[1.0.3] - 2020-07-21

Fixed

  • Fix path.normalize error on Windows

[1.0.2] - 2020-07-17

Fixed

  • Fix path traversal issue

[1.0.1] - 2019-01-27

Added

  • Add Intellisense support #34

Fixed

  • Set minimum version for mime package

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