Releases: laravelista/Ekko
Releases · laravelista/Ekko
Implements DeferrableProvider interface
PHP 8 & Laravel 8 support
Changes:
- Drops support for PHP 7.
- Drops support for Laravel versions lower than version 8.
- Adds Psalm for static analysis (Level 2).
Laravel 6 support
Global helpers change
- Updates readme.
- Removes global_helpers config option.
- Helpers need to be manually enabled in the service provider for laravel.
Backward Laravel Compatibility
Makes the service provider for Laravel backward compatible with at least version 5.7.
Best version ever
New features in v3
- Framework agnostic
- Can be modified for any custom application
- Currently supported frameworks: Laravel (PRs are welcome!)
- Global helper functions disabled by default
- Supports default output value
- Backward compatible with v1 & v2
- Fully tested using table driven testing (data providers in PHPUnit)
New major version
Changed this repository from a Laravel package to a PHP function for marking navigation items active.
Features
- Single function
- Five lines of code
- Framework agnostic
- Supports wildcards & arrays
- Documented
- Tested
Starting with version 2.0.0
, there is no backward compatibility with the previous releases.
See the README for usage details.
New snake case function names
Thanks to @foo99 for making this happen.