All notable changes to commonmark-shiki-highlighter
will be documented in this file.
- Fix: Make parameter nullable to fix PHP 8.4 deprecation notice by @nicoverbruggen in #14
- @nicoverbruggen made their first contribution in #14
Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.5.0...2.5.1
- feat: support (at least) dual themes by @Barbapapazes in #13
- @Barbapapazes made their first contribution in #13
Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.4.0...2.5.0
- Add a way to throw on exceptions
Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.3.0...2.4.0
- Change dependency to shiki ^2.0
Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.2.0...2.3.0
- 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
- @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: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.1.1...2.2.0
- Fixes a potential XSS issue when highlighting fails
Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.1.0...2.1.1
- Allow symfony 6
- Update README.md by @alexanderglueck in #6
Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.0.0...2.1.0
- upgrade to support commonmark 2.0
No changes to our API were made
- improve deps
- You can now mark lines as
highlighted
,added
,deleted
orfocus
- initial release