Commit Graph

105 Commits

Author SHA1 Message Date
Jan Nicklas 672f34bc98 Release 2.30.1 2017-07-31 16:47:29 +02:00
Jan Nicklas 09a96f5500 Release 2.30 2017-07-31 11:15:07 +02:00
Jan Nicklas 2cc10df68f Release 2.29.0 2017-06-25 01:23:51 +02:00
Rabbit 9665c63362 Add support for webpack 3(#707) 2017-06-24 23:29:56 +02:00
Jan Nicklas ef1915a4ee Update urls 2017-02-01 08:47:58 +01:00
Jan Nicklas 73a01bdcaf Release 2.28.0 2017-01-29 14:48:23 +01:00
Jan Nicklas 9bdb6189ea Release 2.27.1 2017-01-29 14:46:14 +01:00
Jan Nicklas 61ec618c53 Release 2.27.0 2017-01-29 14:43:49 +01:00
Mike Evans d22c23066a Allows events to add no-value attributes 2017-01-03 22:22:30 +01:00
Jan Nicklas 90c6b90279 Add yarn lock file 2016-12-31 00:28:26 +01:00
Jan Nicklas f3abe9f6ae Update dependencies 2016-12-31 00:17:23 +01:00
Jan Nicklas be5d67af5b Release 2.25.0 2016-12-30 20:13:25 +01:00
Simen Bekkhus 8fbee6a732 Allow webpack 2 rc (#526) 2016-12-21 14:31:55 +01:00
Jan Nicklas 03320747dc Release 2.24.1 2016-10-31 08:56:36 +01:00
Jan Nicklas 1a2e2b3e94 Release 2.24.0 2016-10-21 10:11:17 +02:00
Jonny Buchanan 4e9582556f Update peerDependencies to support use with Webpack 2 beta and npm2 2016-09-10 09:34:08 +10:00
Jan Nicklas 263b5b6bde Update dependencies 2016-08-12 09:36:22 +02:00
Jan Nicklas 8fbbf69e50 Update dependencies 2016-07-02 12:51:07 +02:00
Jan Nicklas 2f2c88bbdb Update dependencies and integration tests 2016-07-02 12:30:16 +02:00
Jan Nicklas c6b45b314e Better error handling (#354)
Add some docs
2016-07-02 12:17:11 +02:00
Jan Nicklas 86badc3d6e Add documentation for `html-webpack-plugin-alter-asset-tags` 2016-06-10 14:11:01 +02:00
Jan Nicklas c54273563a Exclude chunks works now even if combined with dependency sort 2016-06-09 23:04:19 +02:00
Jan Nicklas c229fcbab2 Add html-webpack-plugin-alter-chunks event 2016-05-30 11:59:17 +02:00
Jan Nicklas 3a10699319 Update dependencies 2016-05-29 13:12:39 +02:00
Jan Nicklas 390635a519 Release 2.17.0 2016-05-13 13:43:19 +02:00
Jan Nicklas 0952b3a810 Release v2.16.2 2016-05-13 11:46:16 +02:00
Jan Nicklas 3e751b7046 Release 2.16.1 2016-05-02 18:08:04 +02:00
Jan Nicklas 0a9d8e8417 Update dependencies 2016-04-25 19:16:19 +02:00
Jan Nicklas bfed3a29cc Add support for dynamic filenames 2016-04-18 13:00:48 +02:00
Jan Nicklas a009406838 Write changelog 2016-03-29 18:32:23 +02:00
Jan Nicklas def0703e71 Add inline tests for webpack 2 2016-03-23 11:13:38 +01:00
Jan Nicklas f616f2e22f Add inlining 2016-03-23 10:07:26 +01:00
Jan Nicklas a04434a225 Add unit tests for absolute file names 2016-03-23 09:20:34 +01:00
Jan Nicklas 9066ad2ad3 Merge pull request #263 from ampedandwired/feature/recompilation-tests
Add caching tests
2016-03-21 12:02:09 +01:00
Jan Nicklas 58681c3bdb Release v2.12.0 2016-03-20 15:40:12 +01:00
Jan Nicklas 890353b6e4 Add caching tests 2016-03-20 15:34:59 +01:00
Jan Nicklas 75adbcb066 Release 2.11.0 2016-03-20 14:14:26 +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
Simen Bekkhus 75175a6297 Upgrade jasmine to 2 2016-02-28 09:30:26 +01:00
Jan Nicklas 713643f84f v2.9.0 Fix favicon path (#185 #208 #215) 2016-02-17 13:17:23 +01:00
Jan Nicklas 7f81466c14 v2.8.2: Support relative urls on windows (#205) 2016-02-16 08:25:12 +01: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
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 70df65d9e5 Add support for require in js templates 2016-01-24 19:07:09 +01:00
Kees Kluskens 01d7dd602d Add jade dev dependency to fix tests
3 tests failed without this dependency.
2016-01-22 00:12:27 +01:00
Jan Nicklas 8eb8c86be4 Fix relative windows path 2016-01-20 16:51:07 +01:00
Jan Nicklas bf48112fa9 Use semistandard code style 2016-01-20 16:50:16 +01:00
Jan Nicklas d5c4e08457 Minor refactoring because of #179
Release 2.6.5
2016-01-19 14:52:25 +01:00