Releases: yllumi/ci4-pages
Releases Β· yllumi/ci4-pages
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
What's Changed
- chore: start add unit test and initialize github action by @samsonasik in #6
- chore: Fix cs per github action feedback by @samsonasik in #7
- chore: remove version definition in composer.json by @samsonasik in #8
- refactor: enable PHPStan for code analyze by @samsonasik in #9
- refactor: use parent::handle() call on PageRouter, use page based route only on fallback by @samsonasik in #10
- refactor: enable Rector for code analyze and increase PHPStan to level 6 by @samsonasik in #11
- Fix non string value default page on PageRouter::pageBasedRoute() by @samsonasik in #12
- chore: enable PHPStan level 9 by @samsonasik in #13
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Add spark command to create a new page
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- feat: enable Services auto discovery by @samsonasik in #5
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Page-based routing now uses a strategy of overriding the Router class.
- Simplified usage by adapting the auto route (improved) from CodeIgniter 4.
- Page-based routing can now be used alongside manual routes and auto routes (improved).
- Fix LICENSE Copyright by @samsonasik in #1
- Add php requirement to composer.json by @samsonasik in #2
- chore: Apply CodeIgniter Coding Standard by @samsonasik in #3
New Contributors
- @samsonasik made their first contribution in #1
Full Changelog: v0.1.4...v1.0.0