Releases: slashequip/laravel-segment
v1.5.1
Add expected methods for *Now()
to the contract and fake, thanks to @lukerenfrew for spotting the missing things!
v1.5.0
Added support for immediately dispatching identify and track calls when you have defer enabled, thanks to @TheTomRoelofs.
v1.4.0
v1.3.0
This release adds;
The ability to Segment::fake() during testing in your application. This makes it super easy to determine whether and event was sent of identify call was made.
A new way of sending events to Segment via a new Laravel notification channel.
The Segment service included in the package has been moved to use a contract and whilst this shouldn't be a breaking change for users using the facade, if you use DI to inject the SegmentService class directly, these should be replaced with a reference to the SegmentServiceContract, which is now registered in the service container as the singleton.
v1.2.0
Thanks to @bobbybouwmann this release supports installation in Laravel 10.
v1.1.0
- Add support for Laravel 9.
- Fix for middleware.
v1.0.0
After a transfer of ownership from Octohook to SlashEquip (co-founder of Octohook), and some testing in production, the Laravel Segment package can be released as v1 🎉