All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2025-11-14)
-
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)
- 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)
- 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)
- 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)
- Added table support (faaebe8)
1.1.3 (2021-10-24)
1.1.2 (2021-09-18)
- 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)
1.1.0 (2021-07-26)
- Added
preserveIfEmptytranslator option to allow triggering translators that do not have children (closes #19) (c3d8829)
- Codeblocks apply markdown formatting to contents (fixes #22) (040f81e)
- Whitespace not always properly handled (fixes #20 #21) (8c43a22)
1.0.1 (2021-07-13)
1.0.0 (2021-07-11)
- Add useLinkReferenceDefinitions option (closes #15) (a7caef1)
- Improved spacing in and around bold, italic, and strikethrough tags (8198524)
- Prefer links when possible (closes #17) (613e8bb)
- Ensure html entities are decoded (Fixes #14) (1e59887)
- Nested text formatting tags can break formatting (fixes #18) (7640e33)
0.1.7 (2021-06-11)
0.1.6 (2021-03-28)
0.1.5 (2021-01-03)
0.1.3 (2020-11-28)
- Fixed performance bottleneck (doubled speed) (6d59c27)
0.1.2 (2020-11-28)
- Fixed wrong install instructions in readme (e76df44)
0.1.1 (2020-11-28)
- Fixed broken benchmark file speed stats (d12b702)
0.1.0 (2020-11-28)
- Added performance enhancements + improved benchmark display (4777441)
0.0.5 - 2020-11-27
- Released initial version