- Migrate from npm to pnpm
- Drop highlight.js v10 support
- Rename default branch from master to main
- Update Node.js versions in CI: drop Node.js 18 (EOL), add Node.js 24
- Migrate ESLint configuration to flat config format
- Split CI workflow: separate publish workflow
- Update dev packages version
- Update 3rd libs version
- Fix missing dist in npm package
- Add npmignore
- Migrated implementation to typescript (#31)
- Update dev dependencies version (#9, #10, #12, #13)
- Update dependencies version (#11)
- Add dependabot (#7, #8)
- Add type support (#1) @KyleSmith0905
- Add CI (#5, #6)
- Fix npm audit (#4)
- Change to use const instead of var in samples (#2) @KyleSmith0905
- Fix typos in README.md (#3) @KyleSmith0905
- First release