Releases: spatie/commonmark-shiki-highlighter
Releases · spatie/commonmark-shiki-highlighter
2.5.1
What's Changed
- Fix: Make parameter nullable to fix PHP 8.4 deprecation notice by @nicoverbruggen in #14
New Contributors
- @nicoverbruggen made their first contribution in #14
Full Changelog: 2.5.0...2.5.1
2.5.0
What's Changed
- feat: support (at least) dual themes by @Barbapapazes in #13
New Contributors
- @Barbapapazes made their first contribution in #13
Full Changelog: 2.4.0...2.5.0
2.4.0
- Add a way to throw on exceptions
Full Changelog: 2.3.0...2.4.0
2.3.0
- Change dependency to shiki-php ^2.0
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Add line break by @maximal in #8
- Update README.md by @joshbruce in #9
- Allow Symfony 7.x by @thecaliskan in #11
- feat: allow creating extension with instantiated
Shiki
object by @kbond in #12
New Contributors
- @maximal made their first contribution in #8
- @joshbruce made their first contribution in #9
- @thecaliskan made their first contribution in #11
- @kbond made their first contribution in #12
Full Changelog: 2.1.1...2.2.0
2.1.1
- Fixes a potential XSS issue when highlighting fails
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Allow symfony 6
- Update README.md by @alexanderglueck in #6
Full Changelog: 2.0.0...2.1.0
2.0.0
- upgrade to support commonmark 2.0
1.1.1
- improve deps