Releases: ohseesoftware/laravel-server-analytics
Releases · ohseesoftware/laravel-server-analytics
v3.2.0
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
3.1.0 (2020-04-07)
Features
v3.0.0
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
2.0.3
Move phpunit to require-dev
v2.0.2
2.0.2 (2019-12-12)
Bug Fixes
- Fix visibility of $response and $request variables on RequestDetails. (18268b1)
v2.0.1
2.0.1 (2019-12-12)
Bug Fixes
- Fix duration returning invalid value. (c430d98)
v2.0.0
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
1.1.0 (2019-12-10)
Features
- Add scopes to Analytics, add AnalyticsRepostiory. (1a7eacb)
- Add tracking of query_params. (a274841)
v1.0.0
1.0.0 (2019-12-09)
Features
- Clean up some documentation in the README. (e281102)
Initial release
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