Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 03:35
· 41 commits to main since this release

What's Changed

New Features πŸŽ‰

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 to Hypervel\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

Full Changelog: v0.1.7...v0.2.0