# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v0.1.2](https://github.com/dashbitco/lazy_html/tree/v0.1.2) (2025-06-23)

### Fixed

* `LazyHTML.from_tree/1` to preserve attribute name casing inside `<svg>` ([#9](https://github.com/dashbitco/lazy_html/pull/9))

## [v0.1.1](https://github.com/dashbitco/lazy_html/tree/v0.1.1) (2025-05-24)

### Fixed

- Fix `<template>` children being ignored in `LazyHTML.to_html/1`, `LazyHTML.to_tree/1`, `LazyHTML.from_tree/1` ([#5](https://github.com/dashbitco/lazy_html/pull/5))

## [v0.1.0](https://github.com/dashbitco/lazy_html/tree/v0.1.0) (2025-04-04)

Initial release.
