this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

:bookmark: Version 1.1.0

+5 -1
+4
CHANGELOG.md
··· 1 1 # CHANGELOG 2 2 3 + ## v1.1.0 - 2025/03/29 4 + 5 + - Improve performance of escaping. 6 + 3 7 ## v1.0.1 - 2025/03/28 4 8 5 9 - Fix a bug that would result in the `escape` function crashing on the JS
+1 -1
gleam.toml
··· 1 1 name = "houdini" 2 - version = "1.0.1" 2 + version = "1.1.0" 3 3 description = "🪄 Fast HTML escaping" 4 4 licences = ["Apache-2.0"] 5 5 repository = { type = "github", user = "giacomocavalieri", repo = "houdini" }