Skip to content

Releases: posthtml/posthtml-shiki

v1.4.0

10 Sep 13:38
Compare
Choose a tag to compare

This release updates shiki to the latest version, which includes new grammars, themes, and languages.

  • chore(deps): bump shiki from 1.16.1 to 1.16.3 e53a63f

v1.3.0...v1.4.0

v1.3.0

30 Jul 07:22
Compare
Choose a tag to compare

New ts-tags grammar, lit support.

  • chore(deps): bump shiki from 1.11.0 to 1.12.0 9473153

v1.2.4...v1.3.0

v1.2.4

23 Jul 07:00
Compare
Choose a tag to compare
  • ci: add node 22 1d215b6
  • build: remove np d96d7b6
  • chore(deps): bump shiki from 1.10.3 to 1.11.0 3b07df7
  • chore(deps): bump posthtml-attrs-parser from 1.1.0 to 1.1.1 2f057fa

v1.2.3...v1.2.4

v1.2.3

09 Jul 08:38
Compare
Choose a tag to compare
  • chore(deps-dev): bump vitest and @vitest/coverage-v8 7abc6b1
  • chore(deps): bump shiki from 1.10.0 to 1.10.3 7da6aed

v1.2.2...v1.2.3

v1.2.2

28 Jun 10:45
Compare
Choose a tag to compare
  • refactor: use biomejs instead of eslint 42775ad
  • refactor: use createHighlighter 13e7db6
  • chore(deps-dev): bump np from 10.0.5 to 10.0.6 c251298
  • chore(deps): bump shiki from 1.7.0 to 1.9.0 e54f6ed

v1.2.1...v1.2.2

v1.2.1

18 Jun 08:06
Compare
Choose a tag to compare
  • chore(deps-dev): bump @stylistic/eslint-plugin from 2.1.0 to 2.2.1 43d3ee4
  • chore(deps-dev): bump eslint from 9.4.0 to 9.5.0 bd29cf5
  • chore(deps): bump shiki from 1.6.3 to 1.7.0 f6f71d3

v1.2.0...v1.2.1

v1.2.0

22 May 16:56
Compare
Choose a tag to compare
  • chore(deps): bump shiki from 1.5.1 to 1.6.0

v1.1.1...v1.2.0

v1.1.1

14 May 08:47
Compare
Choose a tag to compare
  • chore(deps-dev): bump @stylistic/eslint-plugin from 1.8.0 to 2.1.0 380d791
  • chore(deps): bump shiki from 1.4.0 to 1.5.1 45eb14d

v1.1.0...v1.1.1

v1.1.0

07 May 10:47
Compare
Choose a tag to compare

New features

  • added theme: one-light
  • added theme: snazzy-light
  • added languages:
    • Common Lisp
    • Desktop
    • Fennel
    • HTTP
    • Hy
    • Log file
    • Gettext PO
    • Racket
    • Systemd Units

v1.0.0...v1.1.0

v1.0.0

01 May 10:41
Compare
Choose a tag to compare

First stable version 🥳

The plugin is now ESM/CJS hybrid, you can use it via import or require() 👍

v0.2.1...v1.0.0