Releases: domProjects/codeigniter4-breadcrumb
Releases · domProjects/codeigniter4-breadcrumb
v1.0.1
This version improves the package development and quality assurance workflow without introducing breaking changes.
Included in this release:
- DevKit-based development tooling setup
- PHPUnit test coverage for core breadcrumb behavior
- PHPStan, Psalm, Rector, and PHP-CS-Fixer configuration
- internal typing and code quality improvements
- no public API changes
v1.0.0
Initial stable release.
- Adds a reusable breadcrumb builder for CodeIgniter 4
- Provides ordered breadcrumb items with a single active item
- Includes named templates for default, frontend and backend usage
- Ships with an optional
HasBreadcrumbtrait for controller integration - Compatible with CodeIgniter 4.7.2+