What's Changed
New Features 🎉
- feat: add
Str::from()andStr::fromAll()helpers by @binaryfire in #291 - feat: port
addToMiddlewarePriorityBeforeandaddToMiddlewarePriorityAftermethods from Laravel by @binaryfire in #296 - feat: port
useOriginmethod from Laravel by @binaryfire in #300 - feat: add decodeUsing method in Response of http client by @albertcht in #302
Improvements 🔧
- fix: fix timezone validation test for tzdata 2025+ by @binaryfire in #287
- feat: path helper early-boot support & config merge fix by @binaryfire in #290
- feat: support middleware exclusions from groups via without_middleware by @binaryfire in #295
- improve: add extensibility methods to Session and Sanctum middleware by @binaryfire in #292
- improve: make
Corsservice overridable in HandleCors middleware by @binaryfire in #293
Bug fixes 🐛
- fix: Store broadcast channels on BroadcastManager to ensure coroutine-safe authorization by @binaryfire in #286
- fix: exclude CSRF verification from broadcast auth routes by @binaryfire in #294
- fix:
loadRoutesFrom()not loading routes added afterDispatcherFactoryconstruction by @binaryfire in #301 - fix:
ConfigFactoryandProviderConfigconfig merging by @binaryfire in #298
Other Changes 🔄
- chore: update phpdocs of Validator and DB facades by @binaryfire in #297
- fix: rename
Laravel TelescopetoHypervel Telescopein dashboard header by @binaryfire in #299
Full Changelog: v0.3.14...v0.3.15