Skip to content

Releases: phikiphp/phiki

v2.2.0

01 Apr 15:59
24375db

Choose a tag to compare

What's Changed

Warning

This release includes a change to Phiki's own dependencies that could have an impact on your project.

If you relied on Phiki to install the league/commonmark package as part its dependency chain, you should explicitly require it as part of your project's own dependencies after upgrading to v2.2.0. We have moved league/commonmark to the suggests key instead to allow people who do not need league/commonmark to install the package more simply.

Full Changelog: v2.1.1...v2.2.0

v2.1.1

18 Mar 20:24
546c7d6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

20 Jan 21:27
b160205

Choose a tag to compare

What's Changed

  • Add inline diff annotations with gutter symbols by @SRWieZ in #125

Full Changelog: v2.0.5...v2.1.0

v2.0.5

04 Nov 20:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

22 Sep 08:37
160785c

Choose a tag to compare

What's Changed

  • Fix tokenization of codes containing UTF-8 characters by @nimah79 in #122

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

19 Sep 11:51
fe51fe6

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

17 Sep 18:32
6d73510

Choose a tag to compare

What's Changed

  • Verify blade.compiler is available before registering the component namespace by @rodrigopedra in #120

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

08 Sep 16:55
acde7e7

Choose a tag to compare

Added

Full Changelog: v2.0.0...v2.0.1

v2.0.0-beta7

28 Aug 18:21
461f6dd

Choose a tag to compare

This is the seventh beta release for Phiki v2.0.

If you are upgrading from Phiki v1.0, please consult the upgrade guide for information about breaking changes to Phiki's public API.

Added

Changed

  • Changed CommonMark extension to fallback to txt grammar when the chosen grammar isn't registered.

v2.0.0-beta6

28 Aug 14:39

Choose a tag to compare

This is the sixth beta release for Phiki v2.0.

If you are upgrading from Phiki v1.0, please consult the upgrade guide for information about breaking changes to Phiki's public API.

Added

  • Added additional aliases for the Grammar::Txt grammar – plaintext, text, plain.