django-webpack/django-webpack-loader (django-webpack-loader)
### [`v3.1.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#311----2024-08-30)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/3.1.0...3.1.1)
- Add support for Django 5.1
### [`v3.1.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#310----2024-04-04)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/3.0.1...3.1.0)
Support `webpack_asset` template tag to render transformed assets URL: `{% webpack_asset 'path/to/original/file' %} == "/static/assets/resource-3c9e4020d3e3c7a09c68.txt"`
### [`v3.0.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#301----2024-01-16)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/3.0.0...3.0.1)
Added `skip_common_chunks` option to the `get_files()` template tag.
### [`v3.0.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#300----2023-12-19)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/2.0.1...3.0.0)
- Fix support for `publicPath: auto` in Webpack config, check updated examples at https://github.com/django-webpack/django-webpack-loader/tree/master/examples
- Add support for Python 3.12
- Add support for Django 5.0
### [`v2.0.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#201----2023-06-14)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/2.0.0...2.0.1)
- Add support for Django 4.2
### [`v2.0.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#200----2023-05-22)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.8.1...2.0.0)
- Update examples to use `webpack-bundle-tracker@2.0.0` API and keep version parity with it
- Update Django to 3.2.19
- Add mocked `get_assets` method to `FakeWebpackLoader` for usage in tests
### [`v1.8.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#181----2023-02-06)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.8.0...1.8.1)
- Add a `FakeWebpackLoader` for running tests
### [`v1.8.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#180----2022-12-09)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.7.0...1.8.0)
- Add compatibility for Django 4.1 and Python 3.10
### [`v1.7.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#170----2022-11-14)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.6.0...1.7.0)
- Bump django to 3.2.15
### [`v1.6.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#160----2022-06-20)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.5.0...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
### [`v1.5.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#150----2022-03-25)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.4.1...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
### [`v1.4.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#141----2021-10-04)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.4.0...1.4.1)
- Fixes [#300](https://redirect.github.com/django-webpack/django-webpack-loader/issues/300), failsafe request checking [#301](https://redirect.github.com/django-webpack/django-webpack-loader/issues/301)
### [`v1.4.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#140----2021-09-24)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.3.0...1.4.0)
- Bump django from 3.2.4 to 3.2.5 [#299](https://redirect.github.com/django-webpack/django-webpack-loader/issues/299)
- Add issue templates [#293](https://redirect.github.com/django-webpack/django-webpack-loader/issues/293)
- Add skip_common_chunks functionality [#297](https://redirect.github.com/django-webpack/django-webpack-loader/issues/297)
### [`v1.3.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#130----2021-08-30)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.1.0...1.3.0)
- Add option for rel="preload" in JS/CSS tags [#203](https://redirect.github.com/django-webpack/django-webpack-loader/issues/203)
- Add option for extension appending in the url files [#135](https://redirect.github.com/django-webpack/django-webpack-loader/issues/135)
- Fixes RemovedInDjango41Warning [#290](https://redirect.github.com/django-webpack/django-webpack-loader/issues/290)
- Applies IGNORE setting before checking assets [#286](https://redirect.github.com/django-webpack/django-webpack-loader/issues/286)
- Removed type from link and script tags per [#152](https://redirect.github.com/django-webpack/django-webpack-loader/issues/152)
NOTE: Skipped version 1.2.0 to match `webpack-bundle-tracker` version
### [`v1.1.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#110----2021-06-18)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.0.0...1.1.0)
- Added compatibility with `webpack-bundle-tracker@1.1.0`
- Removes bower references in project
- Fix jinja configuration example in README.md
### [`v1.0.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#100----2021-05-12)
[Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/0.7.0...1.0.0)
- Added support for custom loader classes
- Added compatibility with `webpack-bundle-tracker@1.0.0-alpha.1`
- Updated and corrected examples
- Updated Python and Django supported versions on tests
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^0.7.0
->^3.0.0
Release Notes
django-webpack/django-webpack-loader (django-webpack-loader)
### [`v3.1.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#311----2024-08-30) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/3.1.0...3.1.1) - Add support for Django 5.1 ### [`v3.1.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#310----2024-04-04) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/3.0.1...3.1.0) Support `webpack_asset` template tag to render transformed assets URL: `{% webpack_asset 'path/to/original/file' %} == "/static/assets/resource-3c9e4020d3e3c7a09c68.txt"` ### [`v3.0.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#301----2024-01-16) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/3.0.0...3.0.1) Added `skip_common_chunks` option to the `get_files()` template tag. ### [`v3.0.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#300----2023-12-19) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/2.0.1...3.0.0) - Fix support for `publicPath: auto` in Webpack config, check updated examples at https://github.com/django-webpack/django-webpack-loader/tree/master/examples - Add support for Python 3.12 - Add support for Django 5.0 ### [`v2.0.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#201----2023-06-14) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/2.0.0...2.0.1) - Add support for Django 4.2 ### [`v2.0.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#200----2023-05-22) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.8.1...2.0.0) - Update examples to use `webpack-bundle-tracker@2.0.0` API and keep version parity with it - Update Django to 3.2.19 - Add mocked `get_assets` method to `FakeWebpackLoader` for usage in tests ### [`v1.8.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#181----2023-02-06) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.8.0...1.8.1) - Add a `FakeWebpackLoader` for running tests ### [`v1.8.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#180----2022-12-09) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.7.0...1.8.0) - Add compatibility for Django 4.1 and Python 3.10 ### [`v1.7.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#170----2022-11-14) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.6.0...1.7.0) - Bump django to 3.2.15 ### [`v1.6.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#160----2022-06-20) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.5.0...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 ### [`v1.5.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#150----2022-03-25) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.4.1...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 ### [`v1.4.1`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#141----2021-10-04) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.4.0...1.4.1) - Fixes [#300](https://redirect.github.com/django-webpack/django-webpack-loader/issues/300), failsafe request checking [#301](https://redirect.github.com/django-webpack/django-webpack-loader/issues/301) ### [`v1.4.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#140----2021-09-24) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.3.0...1.4.0) - Bump django from 3.2.4 to 3.2.5 [#299](https://redirect.github.com/django-webpack/django-webpack-loader/issues/299) - Add issue templates [#293](https://redirect.github.com/django-webpack/django-webpack-loader/issues/293) - Add skip_common_chunks functionality [#297](https://redirect.github.com/django-webpack/django-webpack-loader/issues/297) ### [`v1.3.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#130----2021-08-30) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.1.0...1.3.0) - Add option for rel="preload" in JS/CSS tags [#203](https://redirect.github.com/django-webpack/django-webpack-loader/issues/203) - Add option for extension appending in the url files [#135](https://redirect.github.com/django-webpack/django-webpack-loader/issues/135) - Fixes RemovedInDjango41Warning [#290](https://redirect.github.com/django-webpack/django-webpack-loader/issues/290) - Applies IGNORE setting before checking assets [#286](https://redirect.github.com/django-webpack/django-webpack-loader/issues/286) - Removed type from link and script tags per [#152](https://redirect.github.com/django-webpack/django-webpack-loader/issues/152) NOTE: Skipped version 1.2.0 to match `webpack-bundle-tracker` version ### [`v1.1.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#110----2021-06-18) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/1.0.0...1.1.0) - Added compatibility with `webpack-bundle-tracker@1.1.0` - Removes bower references in project - Fix jinja configuration example in README.md ### [`v1.0.0`](https://redirect.github.com/django-webpack/django-webpack-loader/blob/HEAD/CHANGELOG.md#100----2021-05-12) [Compare Source](https://redirect.github.com/django-webpack/django-webpack-loader/compare/0.7.0...1.0.0) - Added support for custom loader classes - Added compatibility with `webpack-bundle-tracker@1.0.0-alpha.1` - Updated and corrected examples - Updated Python and Django supported versions on testsConfiguration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.