Skip to content

Releases: django-webpack/django-webpack-loader

1.5.0

06 Apr 17:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.5.0

1.4.1

04 Oct 16:08
Compare
Choose a tag to compare
  • Fixes #300, failsafe request checking #301

1.4.0

24 Sep 19:14
Compare
Choose a tag to compare
  • Bump django from 3.2.4 to 3.2.5 #299
  • Add issue templates #293
  • Add skip_common_chunks functionality #297

1.3.0

30 Aug 22:51
Compare
Choose a tag to compare
  • 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

1.1.0

14 Jul 21:07
ee5a5c6
Compare
Choose a tag to compare
  • Added compatibility with [email protected]
  • Removes bower references in project
  • Fix jinja configuration example in README.md

1.0.0

12 May 19:56
0e519d1
Compare
Choose a tag to compare
  • Added support for custom loader classes
  • Added compatibility with [email protected]
  • Updated and corrected examples
  • Updated Python and Django supported versions on tests

0.7.0

24 Feb 12:24
Compare
Choose a tag to compare

Added support for custom loader classes: https://github.com/owais/django-webpack-loader/#loader_class

0.5.0

20 May 06:08
Compare
Choose a tag to compare
Release version 0.5.0

0.3.2

24 Jul 09:38
Compare
Choose a tag to compare

Added a new attrs option to render_budnle tag and documented webpack_static tag

0.3.0

21 Feb 10:41
Compare
Choose a tag to compare

New class based loader implementation

  • Potentially Breaking Changes

    This release 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.