- Add Options table
- Add FAQ section
- #38 Fix test script on windows. @sudo-suhas
Related to #9. - Moving from tape to ava. @asfktz
- Integration tests. @asfktz
- Suhas Karanth (@sudo-suhas)
- Asaf Katz (@asfktz)
- Add webpack as
devDependencies
for testing. @asfktz
- Asaf Katz (@asfktz)
- [breaking change] Move webpack from
dependencies
topeerDependencies
. @asfktz
Related to #30 - Remove
yarn.lock
from examples. @asfktz
- Asaf Katz (@asfktz)
- Multiple AutoDLL's overwrite each other @viankakrisna
- AutoDLL's is not playing nicely with other plugins which integrate with html-webpack-plugin @asfktz
- [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
- Remove context from examples, use the new default instead @asfktz
- #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
- Ade Viankakrisna Fadlil (@viankakrisna)
- Asaf Katz (@asfktz)
- Suhas Karanth (@sudo-suhas)
- #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
- Ade Viankakrisna Fadlil (@viankakrisna)
- Suhas Karanth (@sudo-suhas)
- AutoDll's ignores
output.publicPath
@asfktz.
Related to: #6 Is it possible to set path as an absolute path?
- 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)
- Docs(readme): Tweaks readme grammar #3 @d3viant0ne
- #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
- Amila Welihinda (@amilajack)
- Asaf Katz (@asfktz)
- Drew Hamlett (@drewhamlett)
- Joshua Wiens (@d3viant0ne)
- Suhas Karanth (@sudo-suhas)
- initial release