Skip to content

v0.3.15

Choose a tag to compare

@github-actions github-actions released this 22 Dec 06:22
· 299 commits to main since this release

What's Changed

New Features πŸŽ‰

  • feat: add Str::from() and Str::fromAll() helpers by @binaryfire in #291
  • feat: port addToMiddlewarePriorityBefore and addToMiddlewarePriorityAfter methods from Laravel by @binaryfire in #296
  • feat: port useOrigin method 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 Cors service 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 after DispatcherFactory construction by @binaryfire in #301
  • fix: ConfigFactory and ProviderConfig config merging by @binaryfire in #298

Other Changes πŸ”„

  • chore: update phpdocs of Validator and DB facades by @binaryfire in #297
  • fix: rename Laravel Telescope to Hypervel Telescope in dashboard header by @binaryfire in #299

Full Changelog: v0.3.14...v0.3.15