Skip to content

Latest commit

 

History

History
162 lines (79 loc) · 10.4 KB

File metadata and controls

162 lines (79 loc) · 10.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Explicitly deny special handling for elements that should not be inside codeblocks

  • Explicitly deny special handling for elements that should not be inside codeblocks (80fd704)

Fixes

  • correct nested list indentation to 2 spaces (fixes #57) (9358ccc)
  • eliminate circular dependency between config and utilities (fixes #74) (3934406)
  • fixed table parsing issue (closes #38, closes #47) (5ac217a)
  • handle mixed-case HTML tags correctly (fixes #63) (9016420)
  • Ignore options overwritten if block element. (fixes #49) (bdc0d09)
  • preserve whitespace and newlines in code blocks (fixes #52, #24) (372be6d)
  • preserve whitespace before inline formatting elements (fixes #61, fixes #34) (ba035e6)
  • Prevent backslash escaping in tables within list items (fixes #60) (f15e482)
  • remove perf functions from browser builds (fixes #58) (d1552fd)
  • trim trailing whitespace while preserving two-space line breaks (c0062b8)

1.3.0 (2022-12-13)

Features

  • Added useInlineLinks option (c318667)
  • Added option to customize custom strike tag. (82cf1e3)

Fixes

  • Can't get text from TextNode in the browser (fixes #40) (feec660)
  • perfStart and perfStop breaking code in the browser (fixes #36 (7d52c92)

1.2.2 (2022-10-26)

Fixes

  • Can't get text from TextNode in the browser (fixes #40) (feec660)
  • perfStart and perfStop breaking code in the browser (fixes #36 (7d52c92)

1.2.0 (2022-04-20)

Features

1.1.3 (2021-10-24)

Fixes

  • Percent-encode Markdown reserved symbols in URLs (#26) (83d4fff)

1.1.2 (2021-09-18)

Fixes

  • upstream: Parser dependency parses invalid nested A improperly (closes #25) (bdc7caa)
  • Correct nesting and other possible issues in child nodes of A tag (closes #25) (dcd6b20)

1.1.1 (2021-08-03)

Fixes

  • Preformatted code block node contents getting trimmed (fixes #20) (af79995)

1.1.0 (2021-07-26)

Features

  • Added preserveIfEmpty translator option to allow triggering translators that do not have children (closes #19) (c3d8829)

Fixes

  • Codeblocks apply markdown formatting to contents (fixes #22) (040f81e)
  • Whitespace not always properly handled (fixes #20 #21) (8c43a22)

1.0.1 (2021-07-13)

Fixes

  • Whitespace between some nodes not properly handled (fixes #16) (a7abf81)

1.0.0 (2021-07-11)

Features

  • Add useLinkReferenceDefinitions option (closes #15) (a7caef1)
  • Improved spacing in and around bold, italic, and strikethrough tags (8198524)
  • Prefer links when possible (closes #17) (613e8bb)

Fixes

  • Ensure html entities are decoded (Fixes #14) (1e59887)
  • Nested text formatting tags can break formatting (fixes #18) (7640e33)

0.1.7 (2021-06-11)

Fixes

  • Allow for leading/trailing spaces in node content (fixes #9) (ff61746)

0.1.6 (2021-03-28)

Fixes

  • tsconfig: Set output target to es2017 to support Node v10+ (Fixes #7) (#8) (dd63205)

0.1.5 (2021-01-03)

0.1.3 (2020-11-28)

Fixes

  • Fixed performance bottleneck (doubled speed) (6d59c27)

0.1.2 (2020-11-28)

Fixes

  • Fixed wrong install instructions in readme (e76df44)

0.1.1 (2020-11-28)

Fixes

  • Fixed broken benchmark file speed stats (d12b702)

0.1.0 (2020-11-28)

Features

  • Added performance enhancements + improved benchmark display (4777441)

0.0.5 - 2020-11-27

  • Released initial version