Skip to content

Files

Latest commit

 

History

History
67 lines (40 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

67 lines (40 loc) · 3.63 KB

2.3.1 (2024-10-10)

Bug Fixes

  • 🐛 update dependencies (7ba5c49)

2.3.0 (2024-05-30)

Features

  • 🎸 load tsx and all its dependencies (a74b7e6)

2.2.0 (2024-05-25)

Features

  • 🎸 handle unknown langauge as c-like (56ab917)
  • 🎸 lowercase language name (5d1fa7f)
  • 🎸 resolve aliases (0bdec66)

2.1.0 (2024-05-24)

Bug Fixes

Features

  • 🎸 add language aliases (936d374)
  • 🎸 load languages async (f3963f4)

2.0.1 (2024-05-23)

Bug Fixes

  • 🐛 disable Prism's worker thread message parsing (afed73f)

2.0.0 (2024-05-21)

Features

BREAKING CHANGES

  • 🧨 bump major

1.0.0 (2024-05-21)

Bug Fixes

  • 🐛 bump highlight.js dependency (8424f8f)
  • 🐛 upgrade json-joy dependency (141a731)

Features

  • 🎸 add asynchronous coloring through worker (13bd4bc)
  • 🎸 add parsing to AST (f58dc27)
  • 🎸 add up adjacent text nodes (35a5089)
  • 🎸 build initial version (4a6b3da)
  • 🎸 expand scope list (6212bbc)
  • 🎸 load worker across origins (b121f2a)
  • 🎸 make scope normalization as in original (914d577)
  • 🎸 normalize token AST (941881f)
  • 🎸 return AST when highlighting (a108d79)
  • 🎸 switch Hightlight.js for Prism (1273b87)