Releases: jolicode/harvest-php-api
Releases · jolicode/harvest-php-api
v3.0.0
- upgrade to
janephp/open-api5.3 - updated the SDK based on the latest spec updates:
- add the ability to filter time entries by
task_id - several new "report" endpoints
- support for
rounded_hoursin theTimeEntrymodel
- add the ability to filter time entries by
v2.1.0
- updated the OpenAPI definition file
- added the "company update" endpoint
- updated the endpoints documentation according to Harvest's API doc
- added the
Companyweekly_capacityattribute - added the
Invoicerecurring_invoice_idattribute
v2.0.0
- Upgrade Jane to 4.5 https://github.com/janephp/janephp/releases/tag/v4.5.3, the new generated classes have better PHPDoc
- Generate PSR-18 client instead of HttPlug client
- Support for cost and billable rates
- Removed the telephone property from the user model
- Added statement_key in the Client properties
v1.1.1
- added support for cost and billable rates
- external_reference ids are strings, not integers
v1.1.0
- add support for HTTPlug 2
v1.0.2
- support null values for nested objects or values (jane-openapi strict mode false)
- changed
quantitytypes tofloatinstead ofinteger
v1.0.1
Fixed the deleteTimeEntryExternalReference endpoint operationId
v1.0.0
- initial release