All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- chore: disable noPropertyAccessFromIndexSignature (44721e7)
- chore: fix nx dependencies (d11d405)
- chore: upgrade devDependencies (1a67242)
- 🔖 release: publish v2.3.10 (a36b4dd)
- 🔖 release: publish v2.3.11 (dcc0a95)
- 🔖 release: publish v2.3.8 (c4ddb8b)
- 🔖 release: publish v2.3.9 (d125df1)
- 🐛 fix(inline-math): the delimiter could be adjacent to a punctuation character (a6071be)
- 🔧 chore: fix github ci (41cbf39)
- 🔧 chore: upgrade devDependencies to resolve warnings (a04bc0b)
- fix(math): should handle the eatAndInterruptPreviousSibling manually (ef96d32)
- improve(inline-math): the inline dollars should take high processing priority so the delimiter bound (3dba582)
- improve(inlineMath): support more than one dollar sign as delimiter (bf17c33)
- fix(math): should handle the eatAndInterruptPreviousSibling manually (ef96d32)
- improve(inline-math): the inline dollars should take high processing priority so the delimiter bound (3dba582)
- chore: fix nx dependencies (d11d405)
- 🔧 chore: fix github ci (41cbf39)
- 🔧 chore: upgrade devDependencies to resolve warnings (a04bc0b)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- 🐛 fix(inline-math): the delimiter could be adjacent to a punctuation character (a6071be)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- improve(inlineMath): support more than one dollar sign as delimiter (bf17c33)
- 🔖 release: publish v2.3.7 (ba79410)
- 🐛 fix(inline-math): the inline syntax wihtout backticks could be interruptted by emphasis/strong (c347f97)
- ✅ test: fix tests (dd9c762)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- 🐛 fix(inline-math): the inline syntax wihtout backticks could be interruptted by emphasis/strong (c347f97)
- ✅ test: fix tests (dd9c762)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- 🐛 fix(tokenizer-inline-math): the dollar syntax should meet the opener and closer conditions (aef429b)
- ✅ test(tokenizer-inline-math): add tests (078ba02)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- ⬆️ chore: upgrade devDependencies (2c0d2bb)
- ⬆️ chore: upgrade devDependencies (018efef)
- ⬆️ chore: upgrade devDependencies & update scripts (b504f00)
- 🔖 release: publish v2.3.3 (be6d159)
- 🔖 release: publish v2.3.4 (ac66f62)
- 🔥 improve: remove @yozora/template-tokenizer (c794fe8)
- 🔧 chore: fix build error (06f839d)
- 🔧 chore: fix lint (224e248)
- 🔧 chore: fix nx config (139b132)
- 🔧 chore: fix nx config (b8c4d73)
- 🔧 chore: fix nx config (38c2325)
- 🔧 chore: prefer @guanghechen/eslint-config (67a7d37)
- 🔧 chore: upgrade devDependencies (e509173)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- ⬆️ chore: upgrade devDependencies (2c0d2bb)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- ⬆️ chore: upgrade devDependencies (018efef)
- 🔥 improve: remove @yozora/template-tokenizer (c794fe8)
- 🔧 chore: fix build error (06f839d)
- 🔧 chore: fix lint (224e248)
- 🔧 chore: fix nx config (b8c4d73)
- 🔧 chore: fix nx config (38c2325)
- 🔧 chore: prefer @guanghechen/eslint-config (67a7d37)
- 🔧 chore: upgrade devDependencies (e509173)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.3.2 (2024-06-17)
- 🐛 index out of boundary while try to find autolink (ec77dce)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.3.1 (2024-01-30)
- 🎨 support new parser option 'formatUrl' to resolve urls in the ast (#24) (a2c5ac8)
- 🔧 fix npm script (7072094)
- 🔧 use nx to simplify running commands on the monorepo (#25) (377a126)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.3.0 (2023-09-18)
- ✨ add method 'collectInlineNodes' (4f80ba4)
2.2.0 (2023-08-21)
- ✨ export async methods for mutate ast (b52e30e)