···11# CHANGELOG
2233+## v1.1.0 - 2025/03/29
44+55+- Improve performance of escaping.
66+37## v1.0.1 - 2025/03/28
4859- Fix a bug that would result in the `escape` function crashing on the JS
+1-1
gleam.toml
···11name = "houdini"
22-version = "1.0.1"
22+version = "1.1.0"
33description = "🪄 Fast HTML escaping"
44licences = ["Apache-2.0"]
55repository = { type = "github", user = "giacomocavalieri", repo = "houdini" }