Commit graph

13 commits

Author SHA1 Message Date
ec7a461758 Update axum-core to 0.5.0 2025-01-01 22:09:32 +01:00
353934381b Bump version to 0.1.3 2024-12-21 20:04:46 +01:00
0167d3cea3 Fix html comment rendering
Apparently I just completely forgot to actually include <!-- and -->,
and instead just rendered the comment contents.
2024-12-20 16:51:11 +01:00
ec7bc571b1 Add Rel attr 2024-12-19 18:02:26 +01:00
7b9fae31cd Bump version to 0.1.2 2024-12-14 18:09:50 +01:00
ceefa426f6 Add html::attr 2024-12-14 13:05:56 +01:00
abd0cc6247 Add Attr::set
The name "set" makes more sense compared to "append" than "new". "new"
only exists because originally there was no "append".
2024-12-14 12:37:46 +01:00
e172161b1e Bump version to 0.1.1 2024-12-08 00:24:39 +01:00
4a4225f72c Implement From<&String> for Content 2024-12-08 00:07:28 +01:00
6f0ae129fa Add Element::into_document
It's more convenient in some cases and also makes the example code less
"misleading": Now the string represents a full, correct HTML document.
2024-12-08 00:07:28 +01:00
b377ee2936 Include js helper function in README 2024-12-08 00:07:28 +01:00
57e5e68270 Bump version to 0.1.0 2024-12-02 21:21:18 +01:00
1edd5927c2 Create changelog 2024-12-02 21:11:59 +01:00