All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support for Laravel 9
- Refactored ManagedLayoutSections trait
- A new CommandManagedSections trait
- Support for PHP 8.0.x
- Support for Managing blade sections in Blade Components.
- Common trait for shared functionality.
- How ControllerManagesSections checks for updated sections.
- Bump Laravel version to drop 5.5 and add 8.0.
- Bump PHP version to 7.2
- Bump composer to support Laravel 7.x
- Bump minimum Laravel 5 version to 5.5 from 5.4
- Bump composer to support Laravel 6.x
- Bug with
ControllerManagesSections
trait sections not overwriting. - OCD issue with initial versions not actualy matching SemVer.
- Code style consistency - ran PHPCBF with PSR12.
- Add Eloquent
CollectionPaginator
trait. - Docs for the
CollectionPaginator
trait.
- Added Illuminate requirements for
CollectionPaginator
. - Renamed
CollectionPaginator
'sbootPaginateAnyCollection
tobootCollectionPaginator
.
- Set the laravel component requirements.
- Docs for the
CommandOutputPrefix
trait. - Docs for the
ControllerManagesSections
trait. - Create a
bootManagesSections
method.
CommandOutputPrefix
for easy command prefixing.ControllerManagesSections
for setting Blade section data within controllers.