2.0.0 (2019-09-05)
⚠ BREAKING CHANGES
- minimum require Node.js version is
8.9.0 - the
extractCommentsoption istrueby default - the
cacheoption istrueby default - the
paralleloption istrueby default - using the
extractComments.conditionoption withtruevalue extract onlysomecomments - the
sourceMapoption now defaults to depending on thedevtoolWebpack option
Bug Fixes
- do not run parallel mode when you have only one file (#134) (8b88b39)
- make
extractCommentsAPI more consistent (#129) (37d2df0) - parallel on wsl (#138) (0537591)