Skip to content

Latest commit

 

History

History
233 lines (137 loc) · 7.92 KB

CHANGELOG.md

File metadata and controls

233 lines (137 loc) · 7.92 KB

Change Log

Unreleased

Added

  • Support for Rollup 1.0.0 #42

Changed

  • Breaking: Dropped support for Rollup < 1.0.0
  • Breaking: Dropped support for Node < 8.0.0
  • Watcher no longer relies on Karma’s run_start event. #41
  • Upgraded dependencies.

Fixed

  • Watcher only rebundles changed files and their dependents. #28
  • Each entry file has its bundle cache.

6.1.2 - 2019-01-02

Changed

  • Constrained Rollup peer dependency to < 1.0.0

6.1.1 - 2018-11-28

Fixed

  • File watcher no longer crashes on browser reconnect. @lephyrus #40

6.1.0 - 2018-10-17

Added

Fixed

6.0.1 - 2018-08-14

Changed

  • Update readme.

6.0.0 - 2018-04-29

Changed

  • Breaking: Dropped support for Node < 6.0.0

5.1.1 - 2018-01-08

Fixed

  • Patched sourcemap deprecation warning.

5.1.0 - 2018-01-08

Added

5.0.3 - 2018-01-05

Changed

  • Upgraded Chokidar dependency.

5.0.2 - 2017-11-15

Changed

  • Error logs now show stack traces when possible.

5.0.1 - 2017-08-24

Fixed

  • Hotfix peer dependency within Travis CI config (for Node 6).

5.0.0 - 2017-08-24

Changed

  • Breaking: Rollup 0.47.x and below is no longer supported.
  • Breaking: Rollup is now a peer dependency.
  • Breaking: Requires different Karma configuration.

Fixed

  • The file watcher has been re-built stronger, better, and faster. #17

4.0.4 - 2017-08-22

Changed

  • Is there an echo in here? Update dependency versions. Require Rollup 0.45 – 0.47. #24

4.0.3 - 2017-08-11

Changed

  • Update dependency versions. Allow Rollup >= v0.45.

4.0.2 - 2017-07-30

Changed

  • Update dependency versions. Require Rollup v0.45. #21

4.0.1 - 2017-07-14

Fixed

4.0.0 - 2017-04-04

Added

Changed

  • Breaking: Dropped support for Node 0.12.

3.0.3 - 2017-01-03

Changed

  • Added callback to fs.utimes to silence deprecation warning. @FezVrasta #18

3.0.2 - 2016-12-29

Changed

  • Updated rollup-plugin-buble dev dependency to latest version.

Fixed

  • Add missing comma to example karma configuration.

3.0.1 - 2016-12-03

Fixed

  • Revised CHANGELOG grammar for clarity.
  • Inconsistent .eslintrc.json indentation fixed.
  • Update example to exclude src/ files from browser.

3.0.0 - 2016-12-02

A special thanks to @klaascuvelier who originally authored this repository, and has passed the torch to @jlmakes to keep things in tidy working order.

Added

  • File changes now properly re-bundle all watched dependencies. @brianmhunt #3 #11
  • Generated bundles are now cached for faster re-bundling. #10
  • Error log output has been improved for readability.

Changed

  • Breaking: The 2.0.0 change that split preprocessor options has been reverted.
  • Rollup dependency range changed to anything < 1.0.0. #12 #13
  • Travis CI now tests in Node 0.12, 4 and 6.
  • Updated karma-jasmine to latest major version.

Fixed

  • Test script now uses explicit path to Karma binary.

Removed

  • Preprocessor no longer sets a default bundle format.

2.0.2 - 2016-05-13

Changed

  • Rollup dependency version updated. #9
  • Updated karma-phantomjs-launcher to latest major version. #9
  • Replaced phantomjs with phantomjs-prebuild. #9

Fixed

  • Corrected typo preventing Rollup errors outputting to the karma error log. #7

2.0.1 - 2016-01-11

Added

  • Rollup errors are now output to the karma error log. #5
  • Rollup dependency version updated.

2.0.0 - 2015-12-14

Changed

  • Breaking: Preprocessor options have been split into 2 separate objects, rollup and bundle.

1.0.0 - 2015-12-09

Hello heart World