Releases: DavidVujic/python-hiccup
Releases · DavidVujic/python-hiccup
Release list
feat: allow passing in inner html without escaping the content
fix: add missing project metadata
Details in #11
fix: packaging
fix: removing newlines in config, asserting packaging works as expected (metadata-version 2.4)
docs: about PyScript and usage
Update project config
v0.3.0
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.
The <script> tag needs a closing tag (</script>), otherwise the HTML will not be rendered correctly.
Details in #6
First release: experimental
First release to PyPI.