Releases: bckohan/django-render-static
Releases · bckohan/django-render-static
v3.1.3
- Fixed Switch to furo theme on rtd
- Fixed Support python 3.13
What's Changed
- test against django 5.1 rc1 by @bckohan in #162
- update CI: 5.1rc1 -> 5.1 by @bckohan in #163
- V3.1.3 by @bckohan in #166
- replace Black badge with ruff badge by @bckohan in #167
Full Changelog: v3.1.2...v3.1.3
v3.1.2
- Fixed BatchLoaders should not try to load pycache files.
- Fixed pycache dirs should be ignored during batch rendering.
- Implemented Support a no-render copy operation where the path may be a template.
What's Changed
Full Changelog: v3.0.1...v3.1.2
v3.0.1
v3.0.0
🚨🚨 Major Release 🚨🚨
There are some import paths that must be updated. See the migration guide for details.
- Implemented Move tests into top level directory.
- Implemented Remove wrapped dependency required mishegoss and replace with jinja2 module level imports
- Implemented Allow context import path to also point to a module.
- Implemented Remove imports in init.py
- Implemented Switch to ruff for formatting and linting
- Fixed Support django-typer version 2.1
What's Changed
Full Changelog: v2.2.1...v3.0.0
v2.2.1
v2.2.1
- Fixed Custom URL converts may expect reversal kwargs to be of a given type.
- Fixed Switch README and CONTRIBUTING to markdown.
What's Changed
Full Changelog: v2.2.0...v2.2.1
v2.2.0
renderstatic command is now a TyperCommand. Tab shell completions are now supported!
What's Changed
Full Changelog: v2.1.3...v2.2.0