All Versions
25
Latest Version
Avg Release Cycle
167 days
Latest Release
-

Changelog History
Page 1

  • v2.0.8 Changes

    • 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
  • v2.0.7 Changes

    • Added Django 3.2 compatibility (Thanks to @jramnai in #751)
  • v2.0.6 Changes

    • โž• Added terser (JS compressor for ES5 and ES6) (Thanks to @felix-last in #696)
    • ๐Ÿšš Moved tests to GitHub Actions: https://github.com/jazzband/django-pipeline/actions (#738)
    • ๐Ÿ›  Fixed deprecation warnings from Django (Thanks to @edelvalle in #731)
  • v2.0.5 Changes

    August 16, 2020
    • 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
  • v2.0.4 Changes

    May 29, 2020
    • โž• 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.
  • v2.0.3 Changes

    May 23, 2020
    • โž• 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.
  • v2.0.2 Changes

    • ๐Ÿ›  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
  • v2.0.1 Changes

    • โž• 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
  • v2.0.0 Changes

    May 23, 2020
    • ๐Ÿ‘ Definitely drop the support of Python 2.
    • โฌ‡๏ธ Drop support for Python 3.5 (not compatible with PEP 498).
    • โœ‚ Remove 'decorator.py' how was used for backward compatibility
      between python 2 and 3 for metaclass inheritance on PipelineFormMedia.
    • Replace 'format' by 'fstring' (PEP 498: Literal String Interpolation).
    • โœ‚ Remove of old imports form 'django.utils.six' and these fixes (1.7.0).
    • โœ‚ Remove tests of uncovered versions of Python and Django.
    • โœ… Replace tests for Pypy by Pypy3.
    • Explicitly specify when files are read / write in binary mode.
    • โœ… Set opening files for tests to deal with universal newlines.
    • ๐Ÿ“š Upgrade documentation version to 2.0 to follow the project version.
  • v1.7.0 Changes

    December 28, 2019

    Release the last major version of django-pipeline working on Python 2.

    • Thank you for all the modifications made since version 1.6.14 , which we cannot quote.
    • Apply an optimization for compilation. Thank to @blankser
    • Edit setup.py to follow the recommendation of the documentation. Thank to @shaneikennedy
    • โž• Add tests for Django 3.0 and Python 3.8
    • Add alternatives imports for django.utils.six , who has been removed in Django 3.0