Skip to content

Latest commit

 

History

History
431 lines (158 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

431 lines (158 loc) · 14.1 KB

0.6.4 (2024-11-18)

Bug Fixes

  • should generate unique id with counter when using different syntax (#67) (79a361f)

0.6.3 (2024-11-07)

Bug Fixes

  • generate header anchor for strong/em/del syntax (#64) (ae73f70)

0.6.2 (2024-11-07)

Features

0.6.1 (2024-10-23)

Bug Fixes

  • container syntax should output lowerCase className (#60) (0c4c243)

0.6.0 (2024-10-22)

Features

  • plugin_container: support for GitHub markdown alerts syntax (#58) (3abca5f)

0.5.7 (2024-05-16)

Bug Fixes

  • trim_end when collect title in hast (#44) (219617b)

0.5.6 (2024-05-16)

Bug Fixes

  • trim_end when collect title in mdast (#42) (3c366f7)

0.5.5 (2024-05-04)

Features

  • add auto highlighter plugin and follow some advice from the rust-analyzer (#38) (cb40d47)

0.5.4 (2024-04-28)

0.5.3 (2024-04-28)

Bug Fixes

0.5.2 (2024-04-25)

Bug Fixes

  • only remove md and mdx suffix when normalize link (#27) (5afa2de)

Features

  • plugin_toc: support emphasis such as *Hello world* ***Hello world*** and _Hello world_ (#28) (1317944)

0.5.1 (2024-03-16)

Bug Fixes

  • avoid panic in normalize link plugin (b6f6974)

0.5.0 (2024-03-06)

Features

  • reserve inline code in toc (4b78e6d)

0.4.4 (2024-03-05)

Bug Fixes

0.4.3 (2023-12-04)

Bug Fixes

  • header anchor and toc id is inconsistent (cd949a9)

0.4.2 (2023-11-23)

Bug Fixes

  • image extension support uppercase (fef43d0)
  • plugin_toc: remove extra escape char (581cded)

0.4.1 (2023-10-23)

Bug Fixes

  • anchor missed when link exsited in header (6504df2)

0.4.0 (2023-10-18)

Features

  • support custom header id (f773f37)

0.3.3 (2023-10-10)

Bug Fixes

  • preserve image relative link (10b188a)

0.3.2 (2023-09-24)

Bug Fixes

  • windows path in normalize_link (f021d49)

0.3.1 (2023-09-21)

0.3.0 (2023-09-21)

Features

0.2.8 (2023-09-21)

Bug Fixes

  • filter absolute path in image (a65b3b8)

Features

0.2.7 (2023-09-11)

Bug Fixes

0.2.6 (2023-09-11)

Bug Fixes

Features

0.2.5 (2023-08-27)

Performance Improvements

  • lazy static optimization for regexp (447289c)
  • use mimalloc (984c0cc)

0.2.4 (2023-07-25)

Bug Fixes

  • extract text when header including link node (06063a3)

0.2.3 (2023-07-13)

Bug Fixes

0.2.2 (2023-06-20)

Bug Fixes

  • delete export in mdx output (386ebc1)

0.2.1 (2023-06-01)

Bug Fixes

  • avoid panic when swc parse error (3c5f779)

0.2.0 (2023-05-23)

Features

  • delete code_block plugin (a72fdff)

0.1.8 (2023-05-12)

Bug Fixes

  • panic when hash include . (e092412)

0.1.7 (2023-05-12)

Bug Fixes

0.1.6 (2023-05-10)

Bug Fixes

  • container: should render container type with space correctly (690de1a)

Features

  • remove copy button in code block (9d44cac)

0.1.5 (2023-05-05)

Bug Fixes

0.1.4 (2023-04-24)

Bug Fixes

Features

  • add install and usage in readme (2973e1a)

0.1.3 (2023-04-13)

Bug Fixes

  • jsx element support in container (0f880cf)

0.1.2 (2023-04-11)

Bug Fixes

0.1.1 (2023-04-11)

Bug Fixes

  • handle external image src (bc515fb)

0.1.0 (2023-04-11)

Bug Fixes

  • should render p tag for every line in container (8bc96b5)
  • should wrap container content with p tag (ef34367)
  • skip class name in htm plugin (bc2a3a4)

Features

  • remove default_lang in normalize_link (90fc8c3)
  • support img assets in normalize_link plugin (cb00c66)

Performance Improvements

0.0.2 (2023-04-03)

0.0.1 (2023-03-30)

Bug Fixes

0.0.0 (2023-03-30)

Bug Fixes

  • ci (624d729)
  • container plugin error in mdx expression title (cd6dbe7)

Features

  • add normalize_link plugin (254720a)
  • add plugin_html and export more info to js (6f0c942)
  • init workspace and plugins (6e5b1f2)
  • object form options (84b8680)
  • update ci & add bench (0bad411)