v0.2.0
What's Changed
New Features π
- feat: implement Hypervel's migration class by @albertcht in #68
- feature: implement new translation package by @albertcht in #76
- feat: implement validation package by @albertcht in #98
- feat: add make:controller command by @ahmed-abdelnaby-fahmy in #101
Improvements π§
- improve: support starting web server without .env file by @albertcht in #72
- improve: add missing paths functions by @albertcht in #75
- improve: improve error message when request context is not set by @albertcht in #81
- improve: improve component consistency by @albertcht in #79
- improve: make Hypervel's translation compatible with Hyperf's translation by @albertcht in #85
- feat: add make:middleware command by @ahmed-abdelnaby-fahmy in #97
- improve: be compatible with different default value of zscan in new redis version by @albertcht in #94
Bug fixes π
- fix: support nested uploaded files in http kernel by @albertcht in #80
- fix: fix method signature of validate function in request by @albertcht in #84
- fix: fix incoherent behavior in exception handler by @albertcht in #93
- fix: fix facade accessor of session by @albertcht in #95
- fix: pass middleware parameters in aliased middleware by @albertcht in #96
Breaking Changes
- remove Hyperf's validation and translation packages
- rename
Hypervel\Auth\Contracts\FactoryContract
toHypervel\Auth\Contracts\Factory
Please upgrade your application skeleton(hypervel/hypervel) to 0.2.0 for this release with necessary adjustments by the upgrade guideline.
New Contributors
- @ahmed-abdelnaby-fahmy made their first contribution in #97
Full Changelog: v0.1.7...v0.2.0