Skip to content

Releases: DavidVujic/python-hiccup

feat: allow passing in inner html without escaping the content

Choose a tag to compare

@DavidVujic DavidVujic released this 07 Sep 16:05

This is useful when rendering HTML entities like ©.

Details in #13 and #12

Co-Authored-By: @lukal-x

fix: add missing project metadata

Choose a tag to compare

@DavidVujic DavidVujic released this 28 Jun 10:31
2535d4d

Details in #11

fix: packaging

Choose a tag to compare

@DavidVujic DavidVujic released this 16 Dec 07:23

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

docs: about PyScript and usage

Choose a tag to compare

@DavidVujic DavidVujic released this 16 Dec 06:38

Details in #10

Update project config

Choose a tag to compare

@DavidVujic DavidVujic released this 15 Dec 16:26
78c01d9

Details in #9

v0.3.0

Choose a tag to compare

@DavidVujic DavidVujic released this 15 Dec 15:56
0591649

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.

Choose a tag to compare

@DavidVujic DavidVujic released this 10 Nov 16:24
4fa5552

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

Details in #6

First release: experimental

Choose a tag to compare

@DavidVujic DavidVujic released this 15 Oct 18:50
9009dc9

First release to PyPI.