github hypervel/components v0.3.15

8 hours ago

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

Don't miss a new components release

NewReleases is sending notifications on new releases.