betterself icon indicating copy to clipboard operation
betterself copied to clipboard

Update django-webpack-loader to 1.6.0

Open pyup-bot opened this issue 3 years ago • 0 comments

This PR updates django-webpack-loader from 0.6.0 to 1.6.0.

Changelog

1.6.0

- 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

- Added support for Subresource Integrity 
- Bump django from 3.2.7 to 3.2.12
- Fix get_files on readme 
- Use r-prefixed strings in IGNORE
- Fix small typo in README.md 
- Use assertNotEqual instead of assertNotEquals for Python 3.11 compatibility
- Readme revamp

1.4.1

- Fixes 300, failsafe request checking 301

1.4.0

- Bump django from 3.2.4 to 3.2.5 299
- Add issue templates 293
- Add skip_common_chunks functionality 297

1.3.0

- 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

- Added compatibility with `webpack-bundle-tracker1.1.0`
- Removes bower references in project
- Fix jinja configuration example in README.md

1.0.0

- Added support for custom loader classes
- Added compatibility with `webpack-bundle-tracker1.0.0-alpha.1`
- Updated and corrected examples
- Updated Python and Django supported versions on tests
Links
  • PyPI: https://pypi.org/project/django-webpack-loader
  • Changelog: https://pyup.io/changelogs/django-webpack-loader/
  • Repo: https://github.com/django-webpack/django-webpack-loader/tarball/1.6.0

pyup-bot avatar Jun 20 '22 18:06 pyup-bot