Skip to content

Commit 59ef4be

Browse files
author
Alys Brooks
committed
# 0.0.15 (2023-03-20 / c0a2d53)
## Added ## Fixed - Correctly handle boolean attributes (false values are removed rather than being set to "false") ## Changed
1 parent c0a2d53 commit 59ef4be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.0.15 (2023-03-20 / c0a2d53)
22

33
## Added
44

@@ -15,4 +15,4 @@
1515
- Initial implementation
1616
- fragment support
1717
- component support (fn? in first vector position)
18-
- unsafe-html support
18+
- unsafe-html support

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ overhead when doing cross-platform development.
2323
To 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

2929
or 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

0 commit comments

Comments
 (0)