Skip to content

Latest commit

 

History

History
117 lines (53 loc) · 6.17 KB

CHANGELOG.md

File metadata and controls

117 lines (53 loc) · 6.17 KB

Changelog

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

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