2.3.1 (2024-10-10)
- 🐛 update dependencies (7ba5c49)
2.3.0 (2024-05-30)
- 🎸 load tsx and all its dependencies (a74b7e6)
2.2.0 (2024-05-25)
- 🎸 handle unknown langauge as c-like (56ab917)
- 🎸 lowercase language name (5d1fa7f)
- 🎸 resolve aliases (0bdec66)
2.1.0 (2024-05-24)
- remove test import (0cb6101)
2.0.1 (2024-05-23)
- 🐛 disable Prism's worker thread message parsing (afed73f)
2.0.0 (2024-05-21)
- 🎸 bump major (4598fa6)
- 🧨 bump major
- 🎸 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)