-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: jantimon/html-webpack-plugin
base: e2c6990e94b298ff66bcd885c9a03a78221479f6
head repository: jantimon/html-webpack-plugin
compare: eb73905d4a0f031ded7a7d235d3fb2c761267cc0
Commits on Apr 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 75eef88 - Browse repository at this point
Copy the full SHA 75eef88View commit details
Commits on Apr 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5ef3e3a - Browse repository at this point
Copy the full SHA 5ef3e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ddd64e - Browse repository at this point
Copy the full SHA 3ddd64eView commit details
Commits on May 1, 2018
-
Add -loader suffix to handlerbars
It's no longer allowed to omit the '-loader' suffix when using loaders. You need to specify 'handlebars-loader' instead of 'handlebars', see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed
Configuration menu - View commit details
-
Copy full SHA for a3ef514 - Browse repository at this point
Copy the full SHA a3ef514View commit details
Commits on May 3, 2018
-
Update README with Tapable.hooks example (#941)
Webpack v4 deprecates the use of `Tapable.plugin()`. This plugin was updated to use `Tapable.hooks`, but the example in the README was not.
Configuration menu - View commit details
-
Copy full SHA for b4312f9 - Browse repository at this point
Copy the full SHA b4312f9View commit details
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3b9cd76 - Browse repository at this point
Copy the full SHA 3b9cd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77eb303 - Browse repository at this point
Copy the full SHA 77eb303View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae52f5e - Browse repository at this point
Copy the full SHA ae52f5eView commit details
Commits on May 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3c51d2c - Browse repository at this point
Copy the full SHA 3c51d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b55838 - Browse repository at this point
Copy the full SHA 1b55838View commit details
Commits on Jun 3, 2018
-
fix(loader): switch to loaderUtils.getOptions
BREAKING CHANGE: switch to loaderUtils getOptions
Configuration menu - View commit details
-
Copy full SHA for a0a0f0d - Browse repository at this point
Copy the full SHA a0a0f0dView commit details -
fix(chunksorter): Don't sort chunks by default
BREAKING CHANGE: Chunks aren't sorted anymore by default
Configuration menu - View commit details
-
Copy full SHA for 22fb03f - Browse repository at this point
Copy the full SHA 22fb03fView commit details -
fix: Remove compilation.getStats() call for performance reasons
BREAKING CHANGE: Template variable webpack was removed
Configuration menu - View commit details
-
Copy full SHA for 7005a55 - Browse repository at this point
Copy the full SHA 7005a55View commit details -
refactor: Drop support for Webpack 1-3 to use Webpack 4 apis
BREAKING CHANGE: Dropped support for Webpack 1 - 3
Configuration menu - View commit details
-
Copy full SHA for 47efdea - Browse repository at this point
Copy the full SHA 47efdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b94e043 - Browse repository at this point
Copy the full SHA b94e043View commit details -
feat: support ES6 template string in default loader
Only transpile EJS style `<%= name %>`, Close #950 BREAKING CHANGE: Template strings inside templates are now disabled by default
Configuration menu - View commit details
-
Copy full SHA for d6b65dd - Browse repository at this point
Copy the full SHA d6b65ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6a165 - Browse repository at this point
Copy the full SHA ee6a165View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b8d2d - Browse repository at this point
Copy the full SHA a6b8d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae6f48 - Browse repository at this point
Copy the full SHA 6ae6f48View commit details -
BREAKING CHANGE: Remove selfClosingTag attribute
Configuration menu - View commit details
-
Copy full SHA for 5d3d8e4 - Browse repository at this point
Copy the full SHA 5d3d8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3bf49 - Browse repository at this point
Copy the full SHA cc3bf49View commit details -
feat: Remove type="text/javascript" from injected script tags
See https://www.w3.org/TR/html5/scripting-1.html#attr-script-type “The default, which is used if the attribute is absent, is "text/javascript"” BREAKING CHANGE: The mimetype information "text/javascript" is removed from all generated script tags
Configuration menu - View commit details
-
Copy full SHA for b46bf67 - Browse repository at this point
Copy the full SHA b46bf67View commit details -
feat: Simplify <meta> element and charset attribute
See https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Obsolete_things_to_avoid BREAKING CHANGE: The default meta utf-8 declaration was changed to <meta charset="utf-8"/>
Configuration menu - View commit details
-
Copy full SHA for 55313be - Browse repository at this point
Copy the full SHA 55313beView commit details -
refactor: Change the structure of the internal assets object
Adapt structure in preparation for the webpack 4 entry api BREAKING CHANGE: The assets object which is used for the template parameters and inside hooks was changed. The chunks property was removed and the js and css property was converted from a string into an object `{ entryName: string, path: string}`
Configuration menu - View commit details
-
Copy full SHA for 37db086 - Browse repository at this point
Copy the full SHA 37db086View commit details -
feat: Use webpack 4 entries api to extract asset information
BREAKING CHANGES: Pass the entry point names to the custom sort function instead of chunk objects. Removed the alter`htmlWebpackPluginAlterChunks` hook. Changed the structure of the `assets` argument for all hooks.
Configuration menu - View commit details
-
Copy full SHA for 342867e - Browse repository at this point
Copy the full SHA 342867eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6dec4b - Browse repository at this point
Copy the full SHA b6dec4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1063b04 - Browse repository at this point
Copy the full SHA 1063b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2439012 - Browse repository at this point
Copy the full SHA 2439012View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f0f5a - Browse repository at this point
Copy the full SHA c6f0f5aView commit details
Commits on Jun 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d4bc4c5 - Browse repository at this point
Copy the full SHA d4bc4c5View commit details
Commits on Jun 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8440e4e - Browse repository at this point
Copy the full SHA 8440e4eView commit details
Commits on Jun 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f29ae88 - Browse repository at this point
Copy the full SHA f29ae88View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc07a3 - Browse repository at this point
Copy the full SHA bbc07a3View commit details
Commits on Jul 8, 2018
-
feat(hooks): Provide static getHook method for access to all html-web…
…pack-plugin hooks (#995) BREAKING CHANGE: The html-webpack-plugin doesn't add its hooks to the compilation object anymore
Configuration menu - View commit details
-
Copy full SHA for 82b34a1 - Browse repository at this point
Copy the full SHA 82b34a1View commit details
Commits on Jul 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ae1f435 - Browse repository at this point
Copy the full SHA ae1f435View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ec407 - Browse repository at this point
Copy the full SHA d7ec407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 302e39e - Browse repository at this point
Copy the full SHA 302e39eView commit details
Commits on Jul 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dfe1d10 - Browse repository at this point
Copy the full SHA dfe1d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebcd17 - Browse repository at this point
Copy the full SHA 0ebcd17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1422664 - Browse repository at this point
Copy the full SHA 1422664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c3e72 - Browse repository at this point
Copy the full SHA 27c3e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2123d2a - Browse repository at this point
Copy the full SHA 2123d2aView commit details
Commits on Jul 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 34d905d - Browse repository at this point
Copy the full SHA 34d905dView commit details
Commits on Jul 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c1c50b2 - Browse repository at this point
Copy the full SHA c1c50b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef1502 - Browse repository at this point
Copy the full SHA cef1502View commit details
Commits on Aug 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e9cd13e - Browse repository at this point
Copy the full SHA e9cd13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55abb36 - Browse repository at this point
Copy the full SHA 55abb36View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8233a - Browse repository at this point
Copy the full SHA ae8233aView commit details
Commits on Aug 27, 2018
-
refactor: Changed hook names and arguments - the hook order is 'befor…
…eAssetTagGeneration', 'alterAssetTags', 'alterAssetTagGroups', 'afterTemplateExecution', 'beforeEmit', 'afterEmit' BREAKING CHANGE: Renamed beforeHtmlGeneration hook to beforeAssetTagGeneration BREAKING CHANGE: Renamed beforeHtmlProcessing hook to alterAssetTags BREAKING CHANGE: Renamed afterHtmlProcessing hook to beforeEmit
Configuration menu - View commit details
-
Copy full SHA for 14b4456 - Browse repository at this point
Copy the full SHA 14b4456View commit details -
Configuration menu - View commit details
-
Copy full SHA for aede8c1 - Browse repository at this point
Copy the full SHA aede8c1View commit details
There are no files selected for viewing