| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add %{?sle15_python_module_pythons}
- update to 3.0.1:
* Added `skip_common_chunks` option to the `get_files()`
template tag.
- update to 3.0.0: * Fix support for `publicPath: auto` in Webpack config * Add support for Python 3.12 * Add support for Django 5.0
- update to 2.0.1: * Add support for Django 4.2
- update to 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
- update to 1.8.1: * Add a `FakeWebpackLoader` for running tests
- update to 1.8.0:
* Add compatibility for Django 4.1 and Python 3.10
- update to 1.7.0:
* Bump django to 3.2.15
- update to 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
- update to 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
- update to 1.4.1:
* Fixes #300, failsafe request checking #301
- update to 1.4.0:
* Bump django from 3.2.4 to 3.2.5 #299
* Add issue templates #293
* Add skip_common_chunks functionality #297
- update to 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
- update to 1.1.0:
* Added compatibility with `webpack-bundle-tracker@1.1.0`
* Removes bower references in project
* Fix jinja configuration example in README.md
- update to 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
- do not require unittest2 for build, tests are currently not run
- Update to 0.7.0: * Added support for custom loader classes
- Use noun phrase in descriptions.
- Init, 0.6.0
- Update to 0.7.0: * Added support for custom loader classes