Skip to content

Releases: maces/fastapi-htmx

v0.5.0

Choose a tag to compare

@maces maces released this 24 Dec 11:41
  • Added support for Python 3.13
  • Removed support for Python 3.8
  • Fixed a version mismatch between starlette and FastAPI for older FastAPI versions

Happy Holidays 🎄

v0.4.4

Choose a tag to compare

@maces maces released this 18 Sep 22:15

Updated FastAPI version

v0.4.3

Choose a tag to compare

@maces maces released this 12 Jul 17:56

Updated dependencies

v0.4.2

Choose a tag to compare

@maces maces released this 12 Apr 07:01
  • Updated dependencies

v0.4.1

Choose a tag to compare

@maces maces released this 21 Jan 22:19
  • Bump dependencies (mainly FastAPI)
  • Improve badges in Readme

v0.4.0

Choose a tag to compare

@maces maces released this 13 Jan 00:06
  • Added support for multiple template directories
  • Added a global override for the template file extension
  • Improved docs and tests

v0.4.0-rc0

v0.4.0-rc0 Pre-release
Pre-release

Choose a tag to compare

@maces maces released this 13 Jan 00:05
  • Added support for multiple template directories
  • Added a global override for the template file extension
  • Improved docs and tests

v0.3.1

Choose a tag to compare

@maces maces released this 04 Jan 21:51

v0.3.0

Choose a tag to compare

@maces maces released this 11 Nov 12:31
  • Made Extension Python 3.8 compatible
    • That is why this not a patch release
  • Clarifies return behavior of the decorator
  • Simplified fullpage detection and added tests for that
  • Fixed some typos and error in docs