Skip to content

Latest commit

 

History

History
244 lines (168 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

244 lines (168 loc) · 11.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.12 (2025-02-26)

  • 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)

2.3.11 (2025-01-13)

  • fix(math): should handle the eatAndInterruptPreviousSibling manually (ef96d32)
  • improve(inline-math): the inline dollars should take high processing priority so the delimiter bound (3dba582)

2.3.10 (2025-01-09)

  • chore: fix nx dependencies (d11d405)
  • 🔧 chore: fix github ci (41cbf39)
  • 🔧 chore: upgrade devDependencies to resolve warnings (a04bc0b)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.9 (2024-12-05)

  • 🐛 fix(inline-math): the delimiter could be adjacent to a punctuation character (a6071be)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.8 (2024-12-03)

  • 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)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.7 (2024-11-06)

  • 🐛 fix(inline-math): the inline syntax wihtout backticks could be interruptted by emphasis/strong (c347f97)
  • ✅ test: fix tests (dd9c762)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.6 (2024-10-23)

  • 🐛 fix(tokenizer-inline-math): the dollar syntax should meet the opener and closer conditions (aef429b)
  • ✅ test(tokenizer-inline-math): add tests (078ba02)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.5 (2024-10-06)

  • ⬆️ 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)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.4 (2024-09-29)

  • ⬆️ chore: upgrade devDependencies (2c0d2bb)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.3 (2024-09-20)

  • ⬆️ 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)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.2 (2024-06-17)

Bug Fixes

  • 🐛 index out of boundary while try to find autolink (ec77dce)

Performance Improvements

  • 🔧 update script (1920b76)
  • ⬆️ upgrade devDependencies (0561cfc)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.1 (2024-01-30)

Bug Fixes

  • don't incorrectly encode a url which has been encoded (#26) (b9f6b2d), closes #23 #23

Performance Improvements

  • 🎨 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)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.0 (2023-09-18)

Features

  • ✨ add method 'collectInlineNodes' (4f80ba4)

Performance Improvements

  • 🔥 remove 'tsconfig.json's in sub packages (1e6a8b3)
  • ⬆️ upgrade devDependencies (0097a04)

2.2.0 (2023-08-21)

Features

  • ✨ export async methods for mutate ast (b52e30e)

Performance Improvements

2.1.5 (2023-05-13)

Performance Improvements

  • 🔧 don't sourcemaps into tarball (fc37aa8)
  • 🔧 fix npm script (3e09973)
  • 📝 update CHANGELOG (ec2893f)
  • 📝 update CHANGELOGs (c51b283)
  • 🔧 update lerna config publish sub packages independent & remove gitmoji-changelog (bdb8a70)
  • ⬆️ upgrade dependencies (aa83988)