Skip to content

Releases: RealOrangeOne/django-sri

Version 0.7.0

12 Sep 08:19
5430a0a
Compare
Choose a tag to compare

This release is all about improving performance.

What's Changed

Full Changelog: 0.6.0...0.7.0

Version 0.6.0

12 May 15:06
34f4f61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

Release 0.5.0

05 Sep 08:11
4c0f2d8
Compare
Choose a tag to compare
  • Ensure the post-processed file integrity is used when using manifest staticfiles storage

Release 0.4.0

10 Jul 15:15
ad9124c
Compare
Choose a tag to compare
  • Replace APIs to use pathlib rather than strings
  • Use Django's caching framework to centralise caching
  • Add support for Python 3.10 and Django 4.0
  • Validate operating on Windows / macOS
  • Change algorithm argument to be an enum

Release 0.3.0

15 Dec 16:15
b03ca97
Compare
Choose a tag to compare
  • Reuse Django's staticfiles finder to resolve files, rather than custom implementation (fixes #61)
  • Ship wheels 🎉
  • Run CI for Python 3.9 and Django 3.1

Version 0.2.0

04 May 10:49
92dbe30
Compare
Choose a tag to compare

Massive API overhaul and cleanup (#6 )

Version 0.1.2

02 May 19:18
7318a39
Compare
Choose a tag to compare
  • Actually fix packaging issues. For real this time 🤞

Version 0.1.1

02 May 19:00
8f3d4d5
Compare
Choose a tag to compare
  • Fix packaging issues
  • Add PEP564 marker
  • Expose sri_integrity method to module to make isolated importing easier

Version 0.1.0 - Initial Release

02 May 17:59
83cb68f
Compare
Choose a tag to compare
Bump version to 0.1.0

Initial version

02 May 16:07
50571e5
Compare
Choose a tag to compare
Initial version Pre-release
Pre-release

Initial Version