Skip to content

Releases: mikeckennedy/jinja_partials

v0.3.0

31 May 17:48

Choose a tag to compare

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

12 Apr 16:52

Choose a tag to compare

Solves #9 requirements.txt details not added to setup.py.

v0.2.0

02 Feb 07:18

Choose a tag to compare

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.