Skip to content

Releases: DavidVujic/python-hiccup

feat: allow passing in inner html without escaping the content

07 Sep 16:05

Choose a tag to compare

This is useful when rendering HTML entities like ©.

Details in #13 and #12

Co-Authored-By: @lukal-x

fix: add missing project metadata

28 Jun 10:31
2535d4d

Choose a tag to compare

fix: packaging

16 Dec 07:23

Choose a tag to compare

fix: removing newlines in config, asserting packaging works as expected (metadata-version 2.4)

docs: about PyScript and usage

16 Dec 06:38

Choose a tag to compare

Update project config

15 Dec 16:26
78c01d9

Choose a tag to compare

v0.3.0

15 Dec 15:56
0591649

Choose a tag to compare

fix(content): allow defining inner content without any wrapping html tags, with the ordering kept as written in hiccup.

Details in #8

fix: script tags with explicit closing tag.

10 Nov 16:24
4fa5552

Choose a tag to compare

The <script> tag needs a closing tag (</script>), otherwise the HTML will not be rendered correctly.

Details in #6

First release: experimental

15 Oct 18:50
9009dc9

Choose a tag to compare

First release to PyPI.