Releases: sommalia/moco-wrapper
Releases · sommalia/moco-wrapper
Release 0.11.2
0.11.1
0.11.0
- Added support of project destruction
- Added extended service period parameters to project expenses
- Added creating project expeneses with files
- Added seconds parameter to activity update for more detailed logging
- Added purchase drafts
- Renamed labels to tags
- Moved file handling into its own helper class
0.10.1
0.10.0
- ListResponses and PagedListResponses now behave like lists
- Changed how api routes are processed
- In the old versions the objector has a map of all routes that are available and how the may back to objects
- Now each model declares the routes by itself and which object will be returned
- In this release the old map, and the old methods are still present, they will be removed in a future release
- Changed the timesheet endpoint of the invoice model to timesheet_pdf for clearer distinction between timesheet_pdf and the new method timesheet_activities
- Renamed HourlyRates model to AccountHourlyRates
- Added verify method to Session model
- Implemented AccountInternalHourlyRates model
- Added getall method to ProjectPaymentSchedule model
- Added more optional parameters to other methods
0.9.0
- Reworked response classes
- Split ListingResponse into 2 separate classes
- ListResponse for unpaged response data
- PageListResponse for paginated response data
- Renamend JsonRespons to ObjectResponse
- Implemented taggings endpoint
- Added clickup remote service
- Cleaned up tests
Disclaimer: The way, and the naming of most of the Response classes changed, please check if you can work with this version before updating. If you cannot continue with the old version 0.8.1.