Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Releases: parsedown/laravel

Customization of Defaults

02 Sep 04:23
Compare
Choose a tag to compare

This version delivers the following changes:

  • Sets the minimum version of PHP to 7.2.3.
  • Adds a second argument to the parsedown() helper and to the @parsedown Blade directive to inline-parse the first argument.
  • Allows usage of the parsedown() helper without arguments. It should return a singleton instance of Parsedown for free usage.
  • Configures Parsedown singleton based on a config file that can be published and changed. The documentation was updated to show the possible options.

Lumen Support

23 Aug 05:21
Compare
Choose a tag to compare

This version releases the following features:

  • Documentation improvements
  • Laravel Lumen support
  • PHPUnit tests
  • Travis CI integration

Auto-Discovery

19 Jul 04:26
Compare
Choose a tag to compare

This version releases the auto-discovery feature that comes with Laravel +5.5. It also updates the documentation.