Skip to content

Releases: jazzband/django-pipeline

3.1.0

11 May 12:26
Compare
Choose a tag to compare
  • Replace deprecated .warn method with .warning
  • Update sourcemap paths when concatenating source files
  • Ensure correct compiler error styling and strip ANSI escape sequences

3.0.0

15 Jan 14:29
14b6d2c
Compare
Choose a tag to compare
  • Use Pypy 3.10
  • Drop support for Python 3.7
  • Drop support for Django 2
  • Add Python 3.12 support
  • Add Django 4.2 support
  • Add Django 5.0 support

2.1.0

09 Mar 14:54
3d828d2
Compare
Choose a tag to compare
  • Update README.rst and add Pipeline overview image.
  • Add TypeScript compiler support.
  • Drop support for manifesto package.
  • Add support for Python 3.11 and Django 4.1

2.0.9

09 Mar 14:53
Compare
Choose a tag to compare
  • Fixed some typos in the docs.
  • Fixed string type of errors reported from compilers and compressors.
  • Updated github actions matrix for host and django support.
  • Updated github actions configuration to use modern versions of third-party actions.
  • Improved the packager to copy files to (S3) storage if it does not exist (#502).

2.0.8

10 Jan 19:06
Compare
Choose a tag to compare
  • Added Django 4.0 compatibility. Thanks to @kevinmarsh (#760)
  • Add tests for Django 4.0, Python 3.9 and Python 3.10. Thank to @kevinmarsh (#739)
  • Introduce CODE_OF_CONDUCT.md for the project. Thank to @hugovk (#758)
  • Add precision in the documentation for PipelineCachedStorage. Thank to @gatsinski (#739)
  • Drop support for slimit compressor (#765) due to package not released an official version for Python 3 and not any new package release from 2013.
  • Edit github actions matrix: django 3.2.9 support python 3.10, remove python 4.0 (doesn't exist) and exclude pypy-3.8 for django-main.
  • Add .pre-commit-config.yaml. Thanks to @hugovk (#762)
  • Update package.json due to CoffeeScript on NPM has moved to "coffeescript"
  • Update setup.py with Django 4.0 and Python 3.10

2.0.7

21 Oct 16:10
Compare
Choose a tag to compare
  • Added Django 3.2 compatibility.

2.0.6

18 Jan 19:04
e7acf03
Compare
Choose a tag to compare
  • Add support for Terser.
  • Fix django warnings.

2.0.5

16 Aug 20:45
f004181
Compare
Choose a tag to compare
  • Adding Django 3.1 compatibility.
  • CachedStaticFilesStorage is removed from Django. Add a check
    of the current version to prevent error while importing. Thank to @vmsp
  • Context in django.template.base is removed from Django and
    not used anymore in django-pipeline.
  • Fixing widgets tests of django-pipeline due to Media.render_js change in
    Django. More information in Django ticket #31892

2.0.4

29 May 17:15
d767ac3
Compare
Choose a tag to compare
  • Adding css-html-js-minify support to compress JS and CSS.
  • Update compressors documentation with css-html-js-minify.
  • Create tests for css-html-js-minify compressor.
  • Optimization by grouping the tests yuglify compressor.

2.0.3

23 May 10:01
Compare
Choose a tag to compare
  • Add subclass of ManifestStaticFilesStorage. Thank to @jhpinson
  • Change the documentation to use PipelineManifestStorage in configuration
    instead of PipelineCachedStorage now deprecated.
  • Change import MutableMapping from collections.abc. Thank to @colons
  • Fix Middleware to properly decode HTML. Thank to @gatsinski
  • Keep mimetypes as str. Thank to @benspaulding
  • Based on #642 add 'NonPackagingPipelineManifestStorage' and update
    the documentation: storages.rst. Thank to @kronion
  • Remove futures from pipeline setup.py requirements.