Skip to content

Releases: meseta/htgm

v1.3.1

13 Jan 11:00
Compare
Choose a tag to compare
  • Add Vary header for HTMX requests to avoid accidental caching
  • Add surface to PNG function
  • Add Extras argument for HTMLSprite
  • Update logging suite

v1.3.0: add websocket renderer, multiple session cookie, and sanitize functio…

27 Dec 11:37
Compare
Choose a tag to compare
  • Add support for sessions
  • Add freeform context data
  • Add Websocket renderer support
  • Add multiple session cookie support
  • Add more sanitize functions
  • Fix empty form field handling
  • Fix duplicate header handling
  • Fix should_cache handling

v1.2.0

24 Dec 01:58
Compare
Choose a tag to compare
  • Add form and file upload support
  • Add gzip support for content encoding
  • Support url entities in path and query
  • Add separate Query and Parameter in requests
  • Fixed hang when buffer goes above 65k
  • Fix memory leak for responses

v1.1.1

23 Dec 02:31
Compare
Choose a tag to compare
  • Fix query param handling

v1.1.0

23 Dec 00:18
Compare
Choose a tag to compare
  • Add redirect functionality to HttpServerRenderBase

v1.0.0

22 Dec 06:48
Compare
Choose a tag to compare
  • Initial Release