tag:github.com,2008:https://github.com/BLSQ/django-webpack-loader/releases Tags from django-webpack-loader 2020-01-13T20:57:18Z tag:github.com,2008:Repository/283706967/0.7.0 2020-01-13T20:57:18Z 0.7.0: Add custom LOADER_CLASS support (#210) <p>Add custom LOADER_CLASS support (<a class="issue-link js-issue-link" href="https://github.com/django-webpack/django-webpack-loader/pull/210">django-webpack#210</a>)</p> <p>`LOADER_CLASS` on the `WEBPACK_CONFIG` setting is now where the loader class <br />is defined. To retain backward compatibility and to keep getting started <br />simple, this defaults to the existing WebpackLoader class.</p> <p>`WebpackLoader._load_assets` has been renamed to `WebpackLoader.load_assets`. <br />This keeps the API extendable when creating custom webpack loaders.</p> <p>Documentation has been updated to include how to extend the WebpackLoader <br />using the `LOADER_CLASS`.</p> rhyneav tag:github.com,2008:Repository/283706967/0.6.0 2018-02-23T05:09:05Z 0.6.0 owais tag:github.com,2008:Repository/283706967/0.5.0 2017-05-18T12:00:14Z 0.5.0 owais tag:github.com,2008:Repository/283706967/0.4.0 2016-10-26T15:12:41Z 0.4.0 owais tag:github.com,2008:Repository/283706967/0.3.3 2016-07-24T19:41:34Z 0.3.3: Merge pull request #66 from owais/tiemouts <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/django-webpack/django-webpack-loader/pull/66">django-webpack#66</a> from owais/tiemouts</p> <p>Added ability timeout when waiting for webpack to compile a bundle</p> owais tag:github.com,2008:Repository/283706967/0.3.2 2016-07-24T09:35:21Z 0.3.2 owais tag:github.com,2008:Repository/283706967/0.3.1 2016-07-24T09:17:15Z 0.3.1 owais tag:github.com,2008:Repository/283706967/0.3.0 2016-02-21T10:24:01Z 0.3.0: Experimental new loader <p>Experimental new loader</p> <p>New class based loader implementation</p> <p>* Potentially Breaking Changes</p> <p> This commit introduces a new `CACHE` setting which when set to true makes the loader cache the contents of the stats files in memory. This means if set to True, the server will have to be restarted every time the stats file contents change or it'll keep serving old, cached URLs. `CACHE` defaults to `not DEBUG` by default.</p> owais tag:github.com,2008:Repository/283706967/0.2.3 2015-12-03T23:10:29Z 0.2.3 owais tag:github.com,2008:Repository/283706967/0.2.0 2015-09-10T09:22:19Z 0.2.0 owais