Skip to content

Latest commit

 

History

History
103 lines (54 loc) · 2.96 KB

File metadata and controls

103 lines (54 loc) · 2.96 KB

Changelog

NOTE: this file is automatically generated, please do not edit it manually.

0.16.0 (2025-11-13)

Changed

0.15.0 (2025-09-07)

Changed

0.14.0 (2025-02-11)

Changed

0.13.0 (2024-08-06)

Other

  • 22b7490: Use inko-markdown compatible Markdown

0.12.0 (2024-05-21)

No changes.

0.11.0 (2024-01-24)

Fixed

  • d0690a4: Don't escape text in script and style elements

0.10.0 (2024-01-19)

Added

0.9.0 (2024-01-01)

Added

  • 800388d: Add Builder.append for appending nodes

0.8.1 (2024-01-01)

Changed

  • 46faca9: Refactor adding existing elements and text

0.8.0 (2024-01-01)

Changed

  • 6993775: Refactor producing HTML documents
  • d9f1c24: Rename "then" to "with"

0.7.0 (2023-09-04)

Changed

  • 948fb4a: Return self in Element.text()

0.6.0 (2023-09-01)

Fixed

  • 77bfd8c: Fix newlines for self closing elements

0.5.0 (2023-08-20)

Fixed

  • a97bed4: Further improve pretty formatting

0.4.0 (2023-08-19)

Fixed

  • cfd3a5c: Fix indenting/newlines for consecutive text nodes
  • 1d12760: Don't add redundant newlines to text nodes
  • ad3a1d9: Fix generating XML/HTML for multiple root elements

0.3.0 (2023-08-11)

Added

  • df766b9: Allow generating of HTML fragments
  • 378335f: Add missing heading methods to html.Builder

0.2.0 (2023-08-11)

No changes

0.1.0 (2023-07-21)

No changes