Skip to content

Releases: librarianphp/parsed

Version 1.0.1

07 May 12:46
9eb816f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

Version 1.0

01 May 09:17
6189514
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.7...1.0.0

Version 0.3.7

16 Mar 13:44
Compare
Choose a tag to compare

Updated dependencies.

Version 0.3.6

14 Dec 16:15
Compare
Choose a tag to compare

Fixed problems introduced by the update to newer commonmark, updated PHP CS Fixer and code style accordingly.

Version 0.3.5

14 Dec 14:03
07e1165
Compare
Choose a tag to compare

Bumped commonmark dependency to new version.

Version 0.3.4

10 May 11:58
Compare
Choose a tag to compare

Updated package name since moving to librarianphp/parsed.

Version 0.3.3

05 May 08:15
Compare
Choose a tag to compare

Version 0.3.3 fixes a bug in ContentParser that wouldn't allow for parsing markdown when a front matter was not set within the content object.

Version 0.3.2

30 Apr 16:41
Compare
Choose a tag to compare

Fixed bug in youtube embed.

Version 0.3.1

30 Apr 16:29
Compare
Choose a tag to compare

Updated Youtube embed.

Version 0.3.0

29 Apr 10:06
Compare
Choose a tag to compare

This version might cause a few backwards compatibility breaks, mostly in tests because the new parsed html comes with line breaks. I'm moving away from erusev's markdown parser to league/commonmark, since that offers extended markdown support (inline code, for instance, wasn't supported by the former dependency).

  • moved to league/commonmark for markdown parsing
  • adjusted video and audio tags to remove hardcoded media directories
  • updated readme to include more examples, and how to create custom tag parser