Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

49 lines (33 loc) · 1.21 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • HtmlElement: Added new attribute methods:
    • loading

0.3.0 - 2024-01-13

Added

  • Added Element enum.
  • Added TextElement struct.
  • Added WithChildren trait.
  • HtmlElement: Added new attribute methods:
    • max
    • target
    • value
  • Added docs for HTML elements.
  • Added Visitor trait.
  • Added MutVisitor trait.
  • Added HtmlElementRenderer.

Removed

  • HtmlElement: Removed text_content method in favor of child.
  • HtmlElement: Removed render_to_string method in favor of HtmlElementRenderer::render_to_string.

0.2.0 - 2024-01-06

Changed

  • Changed HtmlElement fields to private.

0.1.0 - 2024-01-06

  • Initial release.