File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 0.0.15 (2023-03-20 / c0a2d53)
22
33## Added
44
1515- Initial implementation
1616- fragment support
1717- component support (fn? in first vector position)
18- - unsafe-html support
18+ - unsafe-html support
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ overhead when doing cross-platform development.
2323To use the latest release, add the following to your ` deps.edn ` ([ Clojure CLI] ( https://clojure.org/guides/deps_and_cli ) )
2424
2525```
26- com.lambdaisland/hiccup {:mvn/version "0.0.4 "}
26+ com.lambdaisland/hiccup {:mvn/version "0.0.15 "}
2727```
2828
2929or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
3030
3131```
32- [com.lambdaisland/hiccup "0.0.4 "]
32+ [com.lambdaisland/hiccup "0.0.15 "]
3333```
3434<!-- /installation -->
3535
You can’t perform that action at this time.
0 commit comments