Releases: lambdaisland/hiccup
Releases · lambdaisland/hiccup
v0.14.67
Added
- Added support for using multimethods as tags in hiccup expressions
v0.13.64
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
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.10.51
Added
- Add
wrap-render
, a middleware for rendering HTML with content negotiation
v0.9.48
Added
- Support custom attribute prefixes that use dashes
v0.8.45
Added
- Support custom attribute prefixes that use dashes
v0.6.39
Changed
- switch to
com.lambdaisland/garden