Skip to content

Latest commit

 

History

History
153 lines (67 loc) · 5.69 KB

CHANGELOG.md

File metadata and controls

153 lines (67 loc) · 5.69 KB

Change Log

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

2.3.2 (2023-11-09)

Performance Improvements

2.3.1 (2023-11-06)

Bug Fixes

  • resolve build errors and rewrite tests using jest (bc5c772)

2.3.0 (2023-10-31)

Features

2.2.2 (2023-03-29)

Bug Fixes

  • don't import primjs toolbar and copy-to-clipboard plugins (1bab898)

2.2.1 (2023-03-29)

Bug Fixes

  • toolbar and copy-to-clipboard plugin not work (30356e7), closes #20

2.2.0 (2023-01-12)

Features

  • build-in line-numbers module (09b49fb)

2.1.3 (2022-06-26)

Bug Fixes

  • missing type dependencies (3fcdcaf)

Performance Improvements

  • compatible with rehype-parse@8 (232c354)

2.1.2 (2022-04-07)

Performance Improvements

  • add support for different package versions (6341ea5)

2.1.1 (2022-03-21)

Bug Fixes

  • syntax error of esm dynamic import plugins(#14) (43166de)

2.1.0 (2022-03-20)

Features

2.0.0 (2022-03-20)

⚠ BREAKING CHANGES

  • rehype-prism@2 need unified@10. if you want to use unified@9, please install rehype-prism@1

Features

1.0.2 (2022-03-11)

Bug Fixes

  • peer deps syntax error (5b4fad9), closes #7

1.0.1 (2022-03-10)

Bug Fixes

  • cannot find lib/src/index (c1bc782), closes #5

1.0.0 (2021-07-17)

⚠ BREAKING CHANGES

  • This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required. And remove preLangClass option.

Features

  • prismjs plugins support (40ba951), closes #3

Code Refactoring

  • rewrite by typescript and esm only (7ea69f0)

0.1.1 (2019-03-05)

Bug Fixes

0.1.0 (2018-12-15)

Features

  • copy the language- class to the
     tag (a192d57)

0.0.2 (2018-11-27)

0.0.1 (2018-11-27)

Features