Skip to content

Latest commit

 

History

History
144 lines (83 loc) · 3.07 KB

File metadata and controls

144 lines (83 loc) · 3.07 KB

Changelog

v11.0.0 - 2026-04-07

  • The div record gains the class field.

v10.1.1 - 2026-02-01

  • Fixed inline element with attributes is inside a bulleted list not being processed correctly.

v10.1.0 - 2026-01-23

  • Added the inner_text function.

v10.0.0 - 2026-01-19

  • Added support for symbols.

v9.0.0 - 2026-01-14

  • Added support for inserts, deletes, and marks.
  • Added support for nested lists.
  • Added support for ordered lists.
  • Improved support for spans with attributes.

v8.0.0 - 2025-11-28

  • Added support for inline attributes on links and images.
  • Added support for attributes on reference definitions.
  • Added support for span elements with attributes.
  • Added support for autolinks for URLs and email addresses.
  • Added support for nested links and images.
  • Fixed parsing of emphasis markers inside failed link constructs.

v7.1.1 - 2025-11-11

  • Fixed parsing of content after div blocks.

v7.1.0 - 2025-10-13

  • Added support for auto ids for headings that have the same content as previous headings.

v7.0.0 - 2025-10-02

  • Added support for divs.

v6.0.0 - 2025-09-03

  • Added support for smart replacing of hyphens with em/en dashes.
  • Added support for smart replacing of ... with the ellipsis symbol.
  • Added support for block quotes.

v5.0.1 - 2025-08-22

  • Fixed warning on latest gleam_stdlib.

v5.0.0 - 2025-05-09

  • Support for maths.

v4.0.0 - 2025-04-02

  • Added escaping text content.
  • Added NonBreakingSpace inline variant.

v3.0.0 - 2025-04-01

  • Added support for bullet lists without nesting.

v2.2.0 - 2025-03-31

  • The performance of parse and to_html has been greatly improved!

v2.1.0 - 2025-03-24

  • Added support for raw blocks.

v2.0.2 - 2025-03-13

  • Added missing label on paragraph record.

v2.0.1 - 2025-02-11

  • Updated for latest stdlib.

v2.0.0 - 2024-01-08

  • Add support for footnotes.

v1.1.0 - 2024-10-25

  • Add support for thematic breaks.
  • Fix bug where inline elements had leading whitespace.

v1.0.2 - 2024-08-26

  • Fixed a bug in parsing inline line breaks.

v1.0.1 - 2024-08-19

  • Add Support for hard line breaks via \\n.
  • Updated Gleam stdlib and fixed deprecation warning.

v1.0.0 - 2024-05-25

  • Support added for images.
  • Link text is used as reference label when label is empty.
  • Line breaks in links are parsed in accordance with the spec.

v0.6.0 - 2024-05-22

  • Fixed a bug where inline code endings would only be detected at the end of the document.

v0.5.0 - 2024-04-30

  • Support added for inline code with backticks.

v0.4.0 - 2024-04-19

  • Support added for em and strong.

v0.3.1 - 2024-02-15

  • Fixed bug where commas aren't sanitized when creating id attributes.

v0.3.0 - 2024-02-15

  • Support added for arbitrary block attributes.

v0.2.1 - 2023-12-08

  • Fixed a bug where paragraphs containing links could lose some of their content.

v0.2.0 - 2023-12-08

  • Support added for id and class block attributes.

v0.1.0 - 2023-12-07

  • Initial release, with support for headings, paragraphs, links (inline and reference), and code blocks.