Django Webpack Loader Versions Save

Transparently use webpack with django

3.1.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-webpack/django-webpack-loader/compare/3.0.1...3.1.0

3.0.1

4 months ago
  • Added skip_common_chunks option to the get_files() template tag.

3.0.0

4 months ago

2.0.1

11 months ago
  • Add support for Django 4.2

2.0.0

11 months ago
  • Update examples to use [email protected] API and keep version parity with it
  • Update Django to 3.2.19
  • Add mocked get_assets method to FakeWebpackLoader for usage in tests

1.8.1

1 year ago
  • Add a FakeWebpackLoader for running tests

1.8.0

1 year ago
  • Add compatibility for Django 4.1 and Python 3.10

1.7.0

1 year ago
  • Bump to 1.7.0 to keep parity with webpack-bundle-tracker

1.6.0

1 year ago
  • Add a setting to configure skip common chunks behaviour globally
  • Bump django from 3.2.12 to 3.2.13
  • Add support for Django 4.0

1.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/django-webpack/django-webpack-loader/compare/1.4.1...1.5.0