Skip to content

Releases: maglnet/MaglMarkdown

1.10.0

24 Jan 20:48
a32c05c
Compare
Choose a tag to compare

Allows newer commonmark versions.

php 8.1 compatibility

30 Nov 23:30
27c32ae
Compare
Choose a tag to compare
Merge pull request #16 from Koen1999/php81

Added support for laminas-cache v3 and PHP 8.1

1.8.0 - switch to laminas framework

30 Jun 08:42
7e28555
Compare
Choose a tag to compare
switch to laminas framework (#14)

php 8 compatibility

04 May 16:01
2730281
Compare
Choose a tag to compare
upgrade to php 8 / phpunit 9 (#11)

* upgrade to php 8 / phpunit 9

1.6.0

30 May 14:20
Compare
Choose a tag to compare
  • allow setting of parsedown options

1.5.0: ZF3 compatibility

18 Oct 19:35
Compare
Choose a tag to compare
  • now compatible with ZF3
  • still compatible with current ZF2 LTS-Version 2.4
  • dropping support for ZF Versions <= 2.4

1.4.0: remove unused dependencies

15 Aug 22:41
Compare
Choose a tag to compare
  • removing unused dependencies
  • smaller installation size if not using the whole zf2

1.3.0

09 Jan 00:20
Compare
Choose a tag to compare
  • added thephpleague/commonmark parser

1.2.0

23 Nov 00:12
Compare
Choose a tag to compare
  • added @erusev parsedown-extra adapter

1.1.0

11 May 21:03
Compare
Choose a tag to compare
  • new caching layer to cache rendered markdown #4
  • added an markdown adapter that uses the Github API to render gfm #5
    • don't forget to add an access_token to not hit the rate_limit to soon
    • you should enable caching for this
  • possibility to pass options to MichelfPHPMarkdownAdapter
  • possibility to pass options to MichelfPHPMarkdownExtraAdapter