Releases: hypervel/components
Releases · hypervel/components
v0.2.6
What's Changed
Bug fixes 🐛
- fix: fix cron scheduler for non-second level interval by @albertcht in #129
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
New Features 🎉
- feat: implement api-client package by @albertcht in #128
Improvements 🔧
- update phpdoc by @storyn26383 in #120
- feat: enhance make:model command by @ahmed-abdelnaby-fahmy in #123
Bug fixes 🐛
- fix: ensure translator respects context locale changes by @ahmed-abdelnaby-fahmy in #125
Other Changes 🔄
- improve: make return type of Cookie's functions static by @albertcht in #121
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
Bug fixes 🐛
- fix: fix nonce in redirect function in AbstractProvider by @albertcht in #119
- fix: fix getRootUrl in url generator for non-greedy search by @albertcht in #118
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
New Features 🎉
- feat: implement socialite package by @albertcht in #117
Improvements 🔧
- improve: avoid invalid decoded response body in Response of http client by @foremtehan in #116
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
Improvements 🔧
- feat: enhance Request::all() method with selective field filtering by @ahmed-abdelnaby-fahmy in #108
- improve: extract default aliases to facade class by @albertcht in #110
- improve: improve default connection in RedisBroadcaster by @albertcht in #112
Other Changes 🔄
- chore: replace
define
withbind
function in container by @albertcht in #109 - chore: add return type for timeout function in PendingRequest by @foremtehan in #111
New Contributors
- @foremtehan made their first contribution in #111
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
New Features 🎉
- feat: add
has
method in route collector by @aldesrahim in #103
Improvements 🔧
- feat: add make:resource command by @ahmed-abdelnaby-fahmy in #104
- improve: support model factory with configurable locale parameter by @pratikpawar05 in #105
- improve: support assiginging proxy class in createPoolProxy function by @albertcht in #106
Bug fixes 🐛
- fix: fix ValidatorFactory to resolve DatabasePresenceVerifier by @ahmed-abdelnaby-fahmy in #107
New Contributors
- @pratikpawar05 made their first contribution in #105
- @aldesrahim made their first contribution in #103
Full Changelog: v0.2.0...v0.2.1
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
v0.1.7
What's Changed
New Features 🎉
- feat: support explicit bindings in Router by @albertcht in #45
- feat: add coroutine barrier by @albertcht in #63
Improvements 🔧
- improve: cache resolved definitions in RouteDependency to cover routes with arguments by @albertcht in #44
- improve: close redis connection while destroying subscriber by @albertcht in #43
- improve: add new
HasUuids
andHasUlids
traits by @albertcht in #42 - improve: support calling path functions without app container by @albertcht in #55
- improve: improve HasPoolProxy trait by @albertcht in #66
- improve: report exceptions in coroutines by @albertcht in #62
- feat: use native redis for subscribe/psubscribe calls by @albertcht in #58
- improve: add type hints for functions in exception handler by @albertcht in #67
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
Improvements 🔧
- feat: support subscribe command in Redis by @albertcht in #35
- feat: support PHP 8.4 by @albertcht in #34
- improve: adjust phpdocs for facades by @storyn26383 in #39
Bug fixes 🐛
- fix: fix missing setContainer function call in poolable drivers in QueueManager by @albertcht in #31
- fix: fix
queue:listen
command by @albertcht in #37 - fix: fix depenedencies injection in other queue commands by @albertcht in #38
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
New Features 🎉
- feat: implement DataObject in support by @albertcht in #28
Bug fixes 🐛
- fix: Fix issue where different container names resolve to distinct service instances when they should be the same instance by @storyn26383 in #27
New Contributors
- @storyn26383 made their first contribution in #27
Full Changelog: v0.1.4...v0.1.5