All Notable changes to ixudra/toggl
will be documented in this file
- Incorrect default offset for detailed reports
- detailedBetween() method for detailed reports between two dates
- v3 support for detailed reports
- Added offset parameter for detailed reports
- Updated package to support v9 of Toggle URL - v8 is no longer supported
- Updated README with new documentation
clients()
now collects all projects within a workspace, original implementation can be found inuserClients()
projects()
now collects all projects within a workspace, original implementation can be found inuserProjects()
tags()
now collects all projects within a workspace, original implementation can be found inuserTags()
tasks()
now collects all projects within a workspace, original implementation can be found inuserTasks()
- Added options to
workspaceProjects()
method
- Updated Toggl API URL for reports methods
- Additional workspace methods
- Updated Toggl API URL
- Updated Toggl API URL
- Laravel auto discover
- Updated composer to improve Laravel 6 compatibility
- Minor README fixes
- detailedToday and detailedYesterday methods
- detailedReports methods
- summaryToday method
- summaryYesterday method
- projectTasks method
- workspaces method
- README
- workspaceProjects method
- Method name collision in traits
- README