Releases: asfktz/autodll-webpack-plugin
Releases · asfktz/autodll-webpack-plugin
0.2.1
v0.2.0
Bug Fix:
Internal:
- [breaking change] Move webpack from
dependencies
topeerDependencies
. @asfktz(https://github.com/asfktz)
Related to #30 - Remove
yarn.lock
from examples. @asfktz
Committers:
- Asaf Katz @asfktz
0.1.0
Bug Fix:
- Multiple AutoDLL's overwrite each other @viankakrisna
- AutoDLL's is not playing nicely with other plugins which integrate with html-webpack-plugin @asfktz
Enhancement:
- [breaking change] AutoDll's
.cache
dir now stores each instance files in it's own seperate subdirectory. @viankakrisna - Context is now defaults to
process.cwd()
@asfktz
Documentation:
- Remove context from examples, use the new default instead @asfktz
Internal:
- #25 Remove unused dependencies @sudo-suhas
- #27 Fix failing tests for createGetPublicPath on windows(path compare) @sudo-suhas
- #26 Use make-dir instead of mkdirp @sudo-suhas
- #35 Run CI tests on multiple node versions in Travis @sudo-suhas
- Setup CI @asfktz
Committers:
- Ade Viankakrisna Fadlil @viankakrisna
- Asaf Katz @asfktz
- Suhas Karanth @sudo-suhas
0.0.8
- #19 Set babel target to node 4 instead of current @sudo-suhas
- #18 Setup pre-commit hook with lint-staged and tests @sudo-suhas
- #14 delete ./lib and add it to gitignore @viankakrisna
Committers:
- Ade Viankakrisna Fadlil @viankakrisna
- Suhas Karanth @sudo-suhas
0.0.7
Bug fix
- AutoDll's ignores
output.publicPath
@asfktz
Related to: #6 Is it possible to set path as an absolute path?
Enhancement
- Absolute Paths are now supported @asfktz
- You can now pass plugins to the Dll compiler (useful for production builds) @drewhamlett
Related to: #4 Support extra plugins in config (such as UglifyJS)
Documentation:
- Docs(readme): Tweaks readme grammar #3 @d3viant0ne
Internal:
- #12 Add eslint, eslint-plugin-react to devDependencies @sudo-suhas
- #10 Fix logger creation when showLogs is false @sudo-suhas
- #11 Use del-cli since del is builtin cmd on windows @sudo-suhas
- #5 Create LICENSE @amilajack
Committers:
- Amila Welihinda @amilajack
- Asaf Katz @asfktz
- Drew Hamlett @drewhamlett
- Joshua Wiens @d3viant0ne
- Suhas Karanth @sudo-suhas
0.0.6
- initial release