All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Method
CreateTimeEntryForAnotherUserAsync
toClockifyClient
- Method
FindProjectByIdAsync
toClockifyClient
- Method
FindAllTimeEntriesForProjectAsync
toClockifyClient
- Property
ClientId
andClientName
to theTimeEntryDtoImpl
(PR #20)
- Support for query parameter in
FindAllWorkspacesAsync()
(PR #17)
- Support for deleting and updating tasks. (PR #16)
Note
field to ProjectRequest and ProjectDtoImpl (PR #15)FindAllHydratedTimeEntriesForUserAsync
method to client (PR #12)
- JsonSerializer to Json.Net
EstimateRequest
should now work properly.
Estimate
deserialization (PR #10)
SetActiveWorkspaceFor
is now obsolete due to removal from experimentalDeleteWorkspaceAsync
is now obsolete because of removal SetActiveWorkspaceFor endpoint from API.
LongRunning
isUserSettingsDto
is now a bool as it should be (Issue #8)
projectRequired
andconsiderDurationFormat
were mixed- Clockify api requires ISO-8601 format for dates otherwise PM part 12-24 will be lost
- Change paramater name in
DeleteTimeEntryAsync
to timeEntryId
- DataOffset formating in
FindAllTimeEntriesForUserAsync()
- Support for POST /users/{userId}/activeWorkspace/{workspaceId}
- Updated RestSharp
- Code to stopped using obselete methods.
- Removed Q&A dependencies
- Support for all endpoints form https://clockify.me/developers-api
- Workspace support
- User support
- Client support
- Projects support
- Tag support
- Task support
- Time Entry support
- Template support