Skip to content

Releases: lambdaisland/hiccup

v0.14.67

03 Feb 14:39

Choose a tag to compare

Added

  • Added support for using multimethods as tags in hiccup expressions

v0.13.64

29 Jan 10:29

Choose a tag to compare

Changed

  • Normalize spacing in style attr with multiple properties.
    Where before the generated style attr might have "\n" or " ",
    these are all now a simple " ", e.g. in-between multiple CSS properties.

v0.12.59

29 Jan 10:25

Choose a tag to compare

Added

  • Add multimethod convert-attr-value to support custom rendering per attribute key
  • Add support for setting lambdaisland.hiccup.kebab-prefixes via a system
    property (comma or space separated)
  • Add HTMX extension prefixes to the default set: hx-, ws-, sse-

v0.11.55

23 Jan 07:54

Choose a tag to compare

Added

Fixed

Changed

v0.10.51

05 Sep 06:25

Choose a tag to compare

Added

  • Add wrap-render, a middleware for rendering HTML with content negotiation

v0.9.48

18 Jun 15:17

Choose a tag to compare

Added

  • Support custom attribute prefixes that use dashes

v0.8.45

18 Jun 15:14

Choose a tag to compare

Added

  • Support custom attribute prefixes that use dashes

v0.7.42

17 Mar 08:03

Choose a tag to compare

Changed

  • bump garden

v0.6.39

17 Mar 07:57

Choose a tag to compare

Changed

  • switch to com.lambdaisland/garden