Skip to content

Releases: ohseesoftware/laravel-server-analytics

v3.2.0

24 Oct 19:17
Compare
Choose a tag to compare

3.2.0 (2020-10-24)

Bug Fixes

  • Add code coverage for HasAnalytics trait (ef2ae77)
  • Fix phpcs (e4dccfc)
  • Fix releaserc file (0ab54cd)
  • Try new checkout method (2e598e9)
  • Use github token instead of coveralls token? (3a45ccd)

Features

v3.1.0

07 Apr 02:46
f2b0524
Compare
Choose a tag to compare

3.1.0 (2020-04-07)

Features

v3.0.0

07 Apr 02:03
da14dc6
Compare
Choose a tag to compare

3.0.0 (2020-04-07)

BREAKING CHANGES

  • Move ServerAnalytics to Facades namespace. (#7)
  • Change signature of addPostHook method. (#12)

Move phpunit to require-dev

04 Jan 04:41
e1aa12a
Compare
Choose a tag to compare
2.0.3

Move phpunit to require-dev

v2.0.2

12 Dec 03:40
Compare
Choose a tag to compare

2.0.2 (2019-12-12)

Bug Fixes

  • Fix visibility of $response and $request variables on RequestDetails. (18268b1)

v2.0.1

12 Dec 03:12
Compare
Choose a tag to compare

2.0.1 (2019-12-12)

Bug Fixes

  • Fix duration returning invalid value. (c430d98)

v2.0.0

10 Dec 20:32
Compare
Choose a tag to compare

2.0.0 (2019-12-10)

Features

  • Update README for querying analytics data. (5cb9e15)

BREAKING CHANGES

  • This release changes the signature on the log request method and RequestDetails class.

v1.1.0

10 Dec 19:29
Compare
Choose a tag to compare

1.1.0 (2019-12-10)

Features

  • Add scopes to Analytics, add AnalyticsRepostiory. (1a7eacb)
  • Add tracking of query_params. (a274841)

v1.0.0

09 Dec 02:09
Compare
Choose a tag to compare

1.0.0 (2019-12-09)

Features

  • Clean up some documentation in the README. (e281102)

Initial release

09 Dec 01:46
Compare
Choose a tag to compare

1.0.0

Initial Release

Support for:

  • tracking analytics requests
  • adding relations to requests
  • adding metadata to requests
  • excluding tracking via routes
  • excluding tracking via methods
  • customization via overriding request details