v2.6.0 (2020-04-08)
Merged pull requests:
v2.5.0 (2020-04-03)
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)
Merged pull requests:
- Bump webpack peer dependency #78 (efegurkan)
- injected Stats.presetToOptions to parse { stats: String } into Object #73 (oleg-andreyev)
- update lodash.endswith require #72 (oleg-andreyev)
- Add issue_template #69 (efegurkan)
- docs(README): add npm version badge #64 (alan-agius4)
- Fix pull request links in CHANGELOG.md #62 (valscion)
- Incomplete replacement fix #61 (Luixo)
v2.2.0 (2017-09-19)
Implemented enhancements:
- On complete hook #39
- Webpack 2 config export as function #34
- watch mode done callback #55 (natedanner)
Merged pull requests:
- Update package.json to support webpack 3.1.0 #59 (clowNay)
- Remove coveralls from circle-ci, disable colors #53 (efegurkan)
- Add coverage support #50 (efegurkan)
v2.1.0 (2017-07-28)
Merged pull requests:
- travis and circle-ci integrations #49 (efegurkan)
- support config as export function v2 #48 (Robbilie)
- Adjust basic example #47 (Robbilie)
- Pass watch options to the compiler #46 (BenoitZugmeyer)
- Implement tests #44 (efegurkan)
v2.0.0 (2017-06-28)
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:
- Moved webpack to peerDependencies #42 (gandazgul)
- make parallel-webpack work with webpack@^2.2.0 #32 (anilanar)
v1.6.1 (2017-01-20)
Fixed bugs:
- After ctrl+c build/watch restarts #29
v1.6.0 (2016-12-16)
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)
Merged pull requests:
- Fix typo from statics to statistics #16 (nickpresta)
v1.4.0 (2016-05-10)
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)
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)
v1.2.0 (2016-01-11)
Implemented enhancements:
- Can you support --bail and --json flags? #2
v1.1.0 (2016-01-01)
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