Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Latest commit

 

History

History
172 lines (100 loc) · 9.29 KB

CHANGELOG.md

File metadata and controls

172 lines (100 loc) · 9.29 KB

Change Log

v2.6.0 (2020-04-08)

Full Changelog

Merged pull requests:

  • Fail build and exit child processes on unhandledRejection or disconnect #100 (uzi88)

v2.5.0 (2020-04-03)

Full Changelog

Merged pull requests:

  • Handle config function return promise of config object array #84 (chesan)
  • Give more time to workers to finish the process #89 (byara)
  • Signal fail worker process exit and finish idle process #99 (uzi88)

v2.3.0 (2018-02-26)

Full Changelog

Merged pull requests:

v2.2.0 (2017-09-19)

Full Changelog

Implemented enhancements:

  • On complete hook #39
  • Webpack 2 config export as function #34
  • watch mode done callback #55 (natedanner)

Merged pull requests:

v2.1.0 (2017-07-28)

Full Changelog

Merged pull requests:

v2.0.0 (2017-06-28)

Full Changelog

Closed issues:

  • freezed on parallel-webpack run on circleci #41
  • [Webpack 2] Using --optimize-minimize argument with parallel-webpack #40
  • some childprocesses don't get killed when quitting #33

Merged pull requests:

v1.6.1 (2017-01-20)

Full Changelog

Fixed bugs:

  • After ctrl+c build/watch restarts #29

v1.6.0 (2016-12-16)

Full Changelog

Implemented enhancements:

  • Don't have options propagation to worker-farm expect: 'maxConcurrentWorkers' and 'maxRetries' #25
  • EventEmitter memory leak warnings #22
  • Please use a changelog #15
  • [name] logging #14

Fixed bugs:

  • Don't forget call process.removeListener. #24

Closed issues:

  • Pass config directly to Node API #21
  • [Question] Does it work with webpack dev server or middleware ? #18

Merged pull requests:

  • Implement options propagation to worker-farm. Add schema json validation. #28 (wKich)
  • Add calls process.removeListener #27 (wKich)

v1.5.0 (2016-06-14)

Full Changelog

Merged pull requests:

v1.4.0 (2016-05-10)

Full Changelog

Implemented enhancements:

  • Add timestamp for continously rebuilds with the watcher in the console output #12
  • Add documentation for configurable configurations #6
  • various fixes for programmatic output (mostly) #10 (boneskull)

Closed issues:

  • Add config extension interpretation for ".babel.js", ".coffee", etc #13

v1.3.1 (2016-02-16)

Full Changelog

Closed issues:

  • Watcher for 'npm start' gives wrong statistics about build time #7

Merged pull requests:

  • Use timing stats directly from Webpack #9 (lime)
  • Use global parseInt instead of Number.parseInt #8 (lime)

v1.3.0 (2016-01-26)

Full Changelog

v1.2.0 (2016-01-11)

Full Changelog

Implemented enhancements:

  • Can you support --bail and --json flags? #2

v1.1.0 (2016-01-01)

Full Changelog

Fixed bugs:

  • Adjust documentation regarding createVariants baseOptions parameter #4

Closed issues:

  • using babel-loader #3

v1.0.0 (2015-12-15)

* This Change Log was automatically generated by github_changelog_generator