Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

62 lines (49 loc) · 2.39 KB

Changelog

Version 1.6.0

Released 2024-08-21

  • Adds support for rendering multiple blocks (PR #34).

Version 1.5.0

Released 2024-07-06

  • Removes support for Jinja macros. This feature introduced a bug that breaks some complex templates. See discussion on Issue #21.

Version 1.4.1

Released 2024-07-03

  • Fixes regression: dictionary access (PR #33).

Version 1.4.0

Released 2024-06-30

  • Adds support for Jinja macros (PR #30).

Version 1.3.0

Released 2024-01-29

  • Adds support for Litestar (PR #26).
  • Drops support for Python 3.7.

Version 1.2.1

Released 2023-10-26

  • Adds missing py.typed marker file to wheels.

Version 1.2.0

Released 2023-10-22

  • Adds support for Quart>=0.19.0 (PR #22).
  • Adds py.typed marker file as per PEP 561.

Version 1.1.0

Released 2023-09-30

  • Fixes tests for Sanic on Python 3.7
  • Improves FastAPI support by returning a Response object instead of string (PR #16).

Version 1.0.0

Released 2023-08-30

  • Adds support for Sanic (PR #14).
  • Improves FastAPI documentation (PR #4).
  • Fixes tests dependencies (PR #9).
  • Fixes Flask/Quart signal name typo (PR #10).
  • Fixes test for BlockNotFoundError (PR #12).
  • Adds GitHub actions for pre-commits and tests (PR #13).

Version 0.3.0

Released 2022-09-18

  • Adds support for FastAPI (PR #2).

Version 0.2.0

Released 2022-09-10

  • Adds support for Quart (PR #1).

Version 0.1.1

Released 2022-09-08

  • Fixes bug with async support.

Version 0.1.0

Released 2022-09-04

  • First release of Jinja2 Fragments.
  • Includes support for Flask.