This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
Releases: parsedown/laravel
Releases · parsedown/laravel
Customization of Defaults
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
This version releases the following features:
- Documentation improvements
- Laravel Lumen support
- PHPUnit tests
- Travis CI integration
Auto-Discovery
This version releases the auto-discovery feature that comes with Laravel +5.5. It also updates the documentation.