Commit Graph

294 Commits

Author SHA1 Message Date
Jan Nicklas b613824bf8 Merge pull request #255 from fetch/xhtml
Add xhtml option to make link tags self-closing
2016-03-15 14:48:18 +01:00
Koen Punt f8abc156b5 Add xhtml option to readme and add tests 2016-03-15 13:51:41 +01:00
Jan Nicklas 7af56dbb99 Merge pull request #254 from mistadikay/master
Update changelog
2016-03-15 12:56:07 +01:00
Koen Punt bf5901e5c0 Add xhtml option to make link tags self-closing 2016-03-15 12:37:18 +01:00
mistadikay c4587c1443 add missing changelog from 1.5.0 to 2.10.0 2016-03-15 11:01:20 +07:00
mistadikay 5ca4d1610a rename CHANGES.md to CHANGELOG.md 2016-03-15 11:00:59 +07:00
Jan Nicklas 13e9a2ed2f Update README.md 2016-03-10 11:26:12 +01:00
Jan Nicklas 4a817ab2c3 v2.10.0
switch to jasmine 2 #241
add before-html-generation event #240
Properly throw an error in compiler even when childCompilation is missing #243
Update dependencies
2016-03-10 11:14:18 +01:00
Jan Nicklas 07d410d477 Merge pull request #246 from michael-wolfenden/add-compilation-property-to-templateParams
Add additional compilation property to the templateParam object
2016-03-02 08:37:12 +01:00
Michael Wolfenden 3005cec0f9 Add additional compilation property to the templateParam object 2016-03-02 13:28:26 +10:00
Jan Nicklas f707c98d32 Merge pull request #240 from SimenB/event-before-function-invocation
Add before-html-generation event
2016-02-29 18:51:16 +01:00
Jan Nicklas 183eab1e83 Merge pull request #241 from SimenB/jasmine-2
Upgrade jasmine to 2
2016-02-29 18:50:13 +01:00
Jan Nicklas 24a4ea0df4 Merge pull request #242 from SimenB/travis
Test on alle LTS releases of Node
2016-02-29 18:49:43 +01:00
Jan Nicklas 4d3c7319ed Merge pull request #243 from denis-sokolov/patch-1
Properly throw an error in compiler even when childCompilation is missing
2016-02-29 18:49:32 +01:00
Denis Sokolov 2fd075ff21 Properly throw an error in compiler even when childCompilation is missing
For some errors, no other parameters to the function are even given,
only the error object in `err`.
2016-02-29 18:12:35 +02:00
Simen Bekkhus dbd508027b Test on alle LTS releases of Node 2016-02-28 09:32:57 +01:00
Simen Bekkhus 75175a6297 Upgrade jasmine to 2 2016-02-28 09:30:26 +01:00
Simen Bekkhus 3897896265 Add before-html-generation event
This allows you to add assets to the html when not using
injection
2016-02-27 18:28:41 +01:00
Jan Nicklas 4a69c9a013 Merge pull request #235 from mc-zone/master
Add chunk hash to `assets.chunks`
2016-02-27 02:01:19 +01:00
Jan Nicklas 05b2abde73 Merge pull request #238 from JSteunou/patch-2
Fix regex
2016-02-27 02:00:40 +01:00
mc-zone 313a83115a add test 2016-02-26 20:57:49 +08:00
Jérôme Steunou a21b79aeb1 Fix regex
even if it works without, because catching any character, better to be explicit.
2016-02-26 09:44:04 +01:00
Ma Cheng 0b4d7383ea Add chunk hash to `assets.chunks`
Add chunk hash to `assets.chunks` so can use it in template.
For some version control requirements, chunk hash may be more useful than compilation hash.
For example, if there are two chunks in page, but only one of them is changed, chunk hash is more cache-friendly.
2016-02-23 19:09:18 +08:00
Jan Nicklas 73a5ef7bef Merge pull request #231 from JSteunou/patch-1
Explicit documentation about sub-templating
2016-02-19 16:17:32 +01:00
Jérôme Steunou 19f0eeb0d2 Explicit documentation about sub-templating
Maybe I should split this PR into 2 commits, you will tell me

* there was one comma `;` in the example that made my build crash.
* judging by the hard time people have when using this feature, including myself, there is clearly some miss-understanding #230 #202 #198 #176
2016-02-19 10:54:27 +01:00
Jan Nicklas 713643f84f v2.9.0 Fix favicon path (#185 #208 #215) 2016-02-17 13:17:23 +01:00
Jiri Kolarik b65c39c2f1 fix favicon location 2016-02-17 13:14:31 +01:00
Jan Nicklas e3c7975d78 Remove webpack 2 tests for now 2016-02-16 18:33:13 +01:00
Jan Nicklas 617abd6a4d Update .travis.yml 2016-02-16 08:59:55 +01:00
Jan Nicklas 18b4c4c912 Test webpack 1 and 2 2016-02-16 08:50:16 +01:00
Jan Nicklas 7f81466c14 v2.8.2: Support relative urls on windows (#205) 2016-02-16 08:25:12 +01:00
Jan Nicklas 63e4ad6fc7 Support relative urls on windows (#205) 2016-02-16 08:05:15 +01:00
Jan Nicklas 453975ee0f Improve sorting tests 2016-02-16 07:56:36 +01:00
Jan Nicklas 97cd17083a Merge pull request #217 from jpetitcolas/patch-1
[RFR] Fix typo
2016-02-12 09:33:15 +01:00
Jonathan Petitcolas 07fb7560b6 Fix typo 2016-02-11 15:12:39 +01:00
Jan Nicklas 2ed44aad42 Merge pull request #214 from foglerek/master
Accomodated for change to Loader API in Webpack 2
2016-02-10 13:04:40 +01:00
Alexander Wesolowski 6818eedc2d Accomodated for change to Loader API in Webpack 2
issue#213
2016-02-10 01:23:06 -08:00
Jan Nicklas 99a8d7e4fd v2.8.1: Improve caching - fixes #204 2016-02-03 18:03:22 +01:00
Jan Nicklas 3f38901758 v2.8.0: Add chunk sort mode dependency 2016-02-03 18:00:27 +01:00
Jan Nicklas 5fb1eca651 Merge pull request #187 from SpaceK33z/add-jade-dep
Add jade dev dependency to fix tests
2016-01-28 00:23:36 +01:00
Jan Nicklas 0bdc43f478 Merge pull request #192 from ruehl/dependency-sort
Implemented new chunk sorting mode 'dependency'
2016-01-28 00:08:28 +01:00
Jan Nicklas 6f008c431c Merge pull request #195 from Foxandxss/patch-1
Fix typo in readme
2016-01-27 10:19:56 +01:00
Jesús Rodríguez ea9782d1b9 Fix typo in readme 2016-01-27 10:18:48 +01:00
Jan Nicklas ac60b8e290 Update readme 2016-01-27 09:53:09 +01:00
Christian Ruehl 36c762a834 ChunkSorter now implements all different strategies for sorting chunks available through chunksSortMode parameter. HtmlPlugin rewritten to use extended ChunkSorter. 2016-01-26 20:28:02 +01:00
Christian Rühl 3fedf6ac33 Implemented new chunk sorting mode 'dependency', which attempts to order chunks based on their relation within the dependency tree as devised by Webpack.
Added unit test for new sorting mode.

Fixed a few typos in other unit tests...sorry, couldn't resist ;-)
2016-01-25 15:13:19 +01:00
Jan Nicklas f8de79cce5 Merge pull request #188 from graingert/patch-1
Fix typos and grammar
2016-01-25 02:32:22 +01:00
Thomas Grainger bee33c4081 Fix typos and grammar 2016-01-24 20:51:14 +00:00
Jan Nicklas 78c4e32bb0 Update README.md 2016-01-24 19:31:00 +01:00
Jan Nicklas d49c2207c5 Fix migration guide link 2016-01-24 19:30:22 +01:00