Skip to content

Releases: spatie/shiki-php

2.4.0

Choose a tag to compare

@freekmurze freekmurze released this 27 Apr 14:28
b8b0ca3

What's Changed

Full Changelog: 2.3.3...2.4.0

2.3.3

Choose a tag to compare

@freekmurze freekmurze released this 01 Feb 09:30
9d50ff4

What's Changed

  • Fix: Support large code blocks by passing input via stdin instead of command-line arguments (#36) by @drewrichards

This fixes the proc_open(): posix_spawn() failed: Argument list too long error that occurred when highlighting large code blocks.

2.3.2

Choose a tag to compare

@freekmurze freekmurze released this 21 Feb 14:17
a2e78a9

What's Changed

New Contributors

Full Changelog: 2.3.1...2.3.2

2.3.1

Choose a tag to compare

@freekmurze freekmurze released this 18 Feb 13:19
24b4dcc

What's Changed

  • fix: restore blade grammar file by @heywhy in #31

Full Changelog: 2.3.0...2.3.1

2.3.0

Choose a tag to compare

@freekmurze freekmurze released this 10 Feb 15:41
5091917

What's Changed

Full Changelog: 2.2.2...2.3.0

2.2.2

Choose a tag to compare

@riasvdv riasvdv released this 06 Nov 09:52
05cbdd7

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

Choose a tag to compare

@riasvdv riasvdv released this 05 Nov 10:52
fab7828

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

Choose a tag to compare

@riasvdv riasvdv released this 05 Nov 10:17
45db989

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

Choose a tag to compare

@riasvdv riasvdv released this 29 Sep 17:24
dc2305e

What's Changed

  • Allow running in vanilla PHP projects by @timacdonald in #25
  • Re-add getAvailableLanguages, getAvailableThemes, languageIsAvailable and themeIsAvailable by @s3ththompson in #23

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@riasvdv riasvdv released this 19 Feb 09:03
b4bd542

Upgrading

  • The getAvailableLanguages, getAvailableThemes, languageIsAvailable and themeIsAvailable methods have been removed. These are no longer necessary as Shiki 1.0 lazy loads these when necessary.

What's Changed

New Contributors

Full Changelog: 1.3.0...2.0.0