Releases: dotkernel/light
Releases · dotkernel/light
1.4.0
What's Changed
- Issue #61: Increase PHPstan to 6 , then 7, then 8 , then 9 by @Howriq in #63
- Update qodana_code_quality.yml by @arhimede in #64
- update mezzio version in composer by @arhimede in #65
- Update badge for Packagist dependency version by @arhimede in #66
- Update to PHP 8.5 by @arhimede in #68
Full Changelog: 1.3.0...1.4.0
1.3.0 Release
The major change was replacing webpack with Vite.
What's Changed
- Replace webpack with Vite by @bidi47 in #50
- Update title and add PSR-15 on index page by @arhimede in #54
- Delete public/images/app/.DS_Store by @arhimede in #57
- Delete public/.DS_Store by @arhimede in #56
- update gitignore by @arhimede in #55
- updated readme - static modules by @bidi47 in #60
New Contributors
Full Changelog: 1.2.0...1.3.0
1.2.0 Release
What's Changed
Implemented PSR-15-compliant request handlers, which replace request controllers.
Since these files are meant to handle one single action, their names must reflect their responsibility.
For this, we introduced a unified handler naming pattern used across the application:
HTTP Verb + Resource + Action + Extra (optional) + Handler
- Removed dotkernel/dot-controller and replaced with handlers by @MarioRadu in #33
- Update qodana_code_quality.yml by @arhimede in #34
- Issue #36: Removed
test-coverageComposer script by @alexmerlin in #37 - Documentation Remove "Configuration - First Run" by @Howriq in #38
- Run
PHPStanchecks onPHP 8.4as well by @alexmerlin in #40 - Issue #42: Refactored
PageHandlerto reflect naming standard. by @alexmerlin in #43 - Issue #44: Added full config for
dot-errorhandlerby @alexmerlin in #45 - Issue #46: Renamed
PageHandlerFactorytoGetPageViewHandlerFactoryby @alexmerlin in #47
New Contributors
Full Changelog: 1.1.1...1.2.0
1.1.1 Release
What's Changed
- Added documentation link to
README.mdby @arhimede in #26 - Issue #28:
composer.jsoncleanup by @alexmerlin in #29
Full Changelog: 1.1.0...1.1.1
1.1.0 Release
What's Changed
- Issue #12: Restricted
Qodanato supported PHP versions by @alexmerlin in #13 - composer post install script by @MarioRadu in #15
- Updated laminas/laminas-coding-standard to latest version by @MarioRadu in #17
- Issue #18: Fixed broken
LICENSElink inREADME.mdby @alexmerlin in #19 - Issue #10: Increased PHPStan
memory_limitto1Gby @alexmerlin in #20 - Issue #21: Replaced
dotkernel/dot-twigrendererwithmezzio/mezzio-twigrendererby @alexmerlin in #22 - Issue #23: Home page tweaks by @alexmerlin in #24
- Issue #7: Added support for PHP 8.4 by @alexmerlin in #25
Full Changelog: 1.0.1...1.1.0
1.0.1 release
What's Changed
- Update qodana_code_quality.yml by @arhimede in #5
- Replaced Psalm with PHPStan by @MarioRadu in #9
New Contributors
- @MarioRadu made their first contribution in #9
Full Changelog: 1.0.0...1.0.1
1.0.0 Release
What's Changed
- Issue #2: Added project files by @alexmerlin in #3
- Update home.html.twig by @arhimede in #4
New Contributors
- @alexmerlin made their first contribution in #3
- @arhimede made their first contribution in #4
Full Changelog: https://github.com/dotkernel/light/commits/1.0.0