Skip to content

Latest commit

 

History

History
90 lines (49 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

90 lines (49 loc) · 2.91 KB

Changelog

All notable changes to commonmark-shiki-highlighter will be documented in this file.

2.5.1 - 2025-01-13

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: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.5.0...2.5.1

2.5.0 - 2024-11-12

What's Changed

  • feat: support (at least) dual themes by @Barbapapazes in #13

New Contributors

  • @Barbapapazes made their first contribution in #13

Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.4.0...2.5.0

2.4.0 - 2024-04-11

  • Add a way to throw on exceptions

Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.3.0...2.4.0

2.3.0 - 2024-02-19

  • Change dependency to shiki ^2.0

Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.2.0...2.3.0

2.2.0 - 2024-02-17

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: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.1.1...2.2.0

2.1.1 - 2022-11-28

  • Fixes a potential XSS issue when highlighting fails

Full Changelog: https://github.com/spatie/commonmark-shiki-highlighter/compare/2.1.0...2.1.1

2.1.0 - 2022-01-13

What's Changed

  • 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

2.0.0 - 2021-08-04

  • upgrade to support commonmark 2.0

No changes to our API were made

1.1.1 - 2021-07-11

  • improve deps

1.1.0 - 2021-07-10

  • You can now mark lines as highlighted, added, deleted or focus

1.0.0 - 2021-07-09

  • initial release