Releases: spatie/shiki-php
Releases · spatie/shiki-php
2.2.2
What's Changed
- fix: support string and object for
token.htmlStyle
by @Barbapapazes in #28
Full Changelog: 2.2.1...2.2.2
2.2.1
What's Changed
- fix: create shiki with dual themes by @Barbapapazes in #27
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- feat: support (at least) dual themes by @Barbapapazes in #26
New Contributors
- @Barbapapazes made their first contribution in #26
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- Allow running in vanilla PHP projects by @timacdonald in #25
- Re-add
getAvailableLanguages
,getAvailableThemes
,languageIsAvailable
andthemeIsAvailable
by @s3ththompson in #23
New Contributors
- @timacdonald made their first contribution in #25
- @s3ththompson made their first contribution in #23
Full Changelog: 2.0.0...2.1.0
2.0.0
Upgrading
- The
getAvailableLanguages
,getAvailableThemes
,languageIsAvailable
andthemeIsAvailable
methods have been removed. These are no longer necessary as Shiki 1.0 lazy loads these when necessary.
What's Changed
- feat: upgrade support to shiki v1 by @heywhy in #21
- Close code block by @mxsgx in #15
- Update README.md by @joshbruce in #17
- Fix badges by @erikn69 in #18
- feat: support tj/n by @axelrindle in #20
New Contributors
- @mxsgx made their first contribution in #15
- @joshbruce made their first contribution in #17
- @erikn69 made their first contribution in #18
- @axelrindle made their first contribution in #20
- @heywhy made their first contribution in #21
Full Changelog: 1.3.0...2.0.0
1.3.0
What's Changed
- Allow php7.4 by @jonassiewertsen in #14
New Contributors
- @jonassiewertsen made their first contribution in #14
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Add information to README.md about using NVM by @Drewdan in #10
- Update antlers.tmLanguage.json by @JohnathonKoster in #13
- Allow for user customizable renderer scripts by @mallardduck in #9
New Contributors
- @Drewdan made their first contribution in #10
- @JohnathonKoster made their first contribution in #13
- @mallardduck made their first contribution in #9
Full Changelog: 1.1.7...1.2.0
1.1.7
- fix Node path
1.1.6
- add common locations to look for node