Releases: asfktz/autodll-webpack-plugin
Releases · asfktz/autodll-webpack-plugin
0.4.0
Special thanks to @mhheise & @faceyspacey for their work on the webpack 4 support ❤️
Features
- webpack 4 support #106
Breaking Changes
- Removed support for webpack 3 and below. if you need it, use
0.3.8
instead
Committers:
- Matt Heise @mhheise
- James Gillmore @faceyspacey
0.3.9
Bug fix
Internal
- Remove
mkdirp
. #96 @wtgtybhertgeghgtwtg - Replace
merge
utility with spread syntax. #97 @wtgtybhertgeghgtwtg - Replace
concat
utility with spread syntax. #98 @wtgtybhertgeghgtwtg - Replace
keys
utility andlodash/keys
withObject.keys
. #100 @wtgtybhertgeghgtwtg
0.3.8
0.3.7
0.3.6
Bug fix
#88 Keep absolute path if needed @ngotchac
Internal
#82 Fix integration test script on Windows @sudo-suhas
#83 Propagate process exit code in integration test script @sudo-suhas
#84 Setup appveyor config @sudo-suhas
#86 Remove unused dependencies @sudo-suhas
0.3.5
0.3.4
0.3.3
0.3.2
0.3.0
Bug fix
- Fix 404 erros when full publicUrls are used (like
https://localhost:3000/
): #66, #61 @tryggvigy
Features
- Cache will now invalidate on
package.json
change @asfktz - Experiential
config
option to extend the DLL config @asfktz
Internal
- General Refactoring
- Fix test script on windows @sudo-suhas
- Integration tests @asfktz
- publicUrl defaults to
/
@asfktz - Moving from tape to ava. @asfktz
Committers:
- Tryggvi Gylfason @tryggvigy
- Suhas Karanth @sudo-suhas
- Asaf Katz @asfktz