Skip to content

Releases: slashequip/laravel-segment

v1.5.1

02 Sep 11:08
80ccbb2
Compare
Choose a tag to compare

Add expected methods for *Now() to the contract and fake, thanks to @lukerenfrew for spotting the missing things!

v1.5.0

15 Jul 10:39
90d3b55
Compare
Choose a tag to compare

Added support for immediately dispatching identify and track calls when you have defer enabled, thanks to @TheTomRoelofs.

v1.4.0

20 May 20:38
d47264a
Compare
Choose a tag to compare

Adds Laravel 11 support, with thanks to @trippo.

v1.3.0

26 Jul 19:05
61d3f23
Compare
Choose a tag to compare

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

15 Mar 07:01
4a93fad
Compare
Choose a tag to compare

Thanks to @bobbybouwmann this release supports installation in Laravel 10.

v1.1.0

24 Oct 10:03
e3f3040
Compare
Choose a tag to compare
  • Add support for Laravel 9.
  • Fix for middleware.

v1.0.0

16 May 09:18
fcc69be
Compare
Choose a tag to compare

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 🎉