For more general information, view the readme.
Releases are added to the github release page.
- Add option for rel="preload" in JS/CSS tags #203
- Add option for extension appending in the url files #135
- Fixes RemovedInDjango41Warning #290
- Applies IGNORE setting before checking assets #286
- Removed type from link and script tags per #152
NOTE: Skipped version 1.2.0 to match webpack-bundle-tracker
version
- Added compatibility with
[email protected]
- Removes bower references in project
- Fix jinja configuration example in README.md
- Added support for custom loader classes
- Added compatibility with
[email protected]
- Updated and corrected examples
- Updated Python and Django supported versions on tests
- Added support for 'Access-Control-Allow-Origin' header
- Read stats file with unicode support
- Cleaned up exceptions
- Updated and corrected docs
- Added ability to access the webpack asset path information from application
- Fixed potential crash when formatting errors
- Added django 1.11 to test suite
- Added ability to compile webpack to gzip bundles
- Added poll interval option (time to wait between polling the stats file)
- Added timeout (maximum wait-time before throwing an Exception)
- Added django 1.10 to test suite
- Added Makefile for easier development
- Added ability timeout when waiting for webpack to compile a bundle
- Added ability to add attrs to render_bundle tag
- documented webpack_static tag
- breaking 💥: new CACHE setting which when set to true makes the loader cache the contents of the stats files in memory. If set to True, server will restart every time the stats file contents change or it'll keep serving old, cached URLs. CACHE defaults to not DEBUG by default.
- Fixed Exception
- Added django 1.9 to test suite
- Fix unicode errors
- mark safe template tags
- fix webpack exceptions
- add custom exception for WebpackLoaderBadStatsError
- breaking 💥: revised django settings configuration syntax
- webpack loader can now consume the output of multiple stats files in the same project
- add
get_files
template tag
- first documented release