Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.04 KB

File metadata and controls

45 lines (29 loc) · 1.04 KB

Change Log

1.1.0 (2026/02/28)

  • 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

1.0.6 (2024/11/10)

  • Update dev packages version

1.0.5 (2023/06/18)

  • Update 3rd libs version

1.0.4 (2023/12/24)

  • Fix missing dist in npm package

1.0.3 (2023/12/24)

  • Add npmignore

1.0.2 (2023/12/23)

  • Migrated implementation to typescript (#31)

0.2.0 (2023/06/17)

  • 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

0.1.0 (2020/10/16)

  • First release