There was an error while loading. Please reload this page.
1 parent 6d3e2b3 commit 1b7dd34Copy full SHA for 1b7dd34
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## [v0.1.4](https://github.com/dashbitco/lazy_html/tree/v0.1.4) (2025-08-04)
8
+
9
+### Added
10
11
+- Added `LazyHTML.html_escape/1` ([#14](https://github.com/dashbitco/lazy_html/pull/14))
12
13
## [v0.1.3](https://github.com/dashbitco/lazy_html/tree/v0.1.3) (2025-06-26)
14
15
### Added
mix.exs
@@ -3,7 +3,7 @@ defmodule LazyHTML.MixProject do
3
@lexbor_version "2.4.0"
- @version "0.1.4-dev"
+ @version "0.1.4"
@description "Efficient parsing and querying of HTML documents"
@github_url "https://github.com/dashbitco/lazy_html"
0 commit comments