Releases: mikeckennedy/jinja_partials
Releases · mikeckennedy/jinja_partials
v0.3.0
Jinja_Partials Release Notes
Since 285d147 (15 commits)
🚀 New Features
- PartialsJinjaExtension: Added a declarative Jinja2 extension for easy integration of partials
and templates. Thank you @jenisys! - Versioning: Enhanced the
__all__import list to include version information, making it
easier to manage updates.
🔧 Improvements
- Code Cleanup: Cleaned up code and fixed lint warnings on test files.
- Workspace Setup: Added a workspace in Visual Studio Code for better type checking and
navigation.
📚 Documentation
- Added new environment feature and how to use it with Flask.
🔒 Security
- No security-related changes were made during this release.
🏗️ Infrastructure
- No infrastructure improvements or changes were made in this release.
v0.2.1
v0.2.0
This release adds a register_environment(environment) method to allow using partials with Jinja outside of a web framework like Flask. See #4 for details. Thank you to @sam-kleiner for this feature.