Skip to content

Releases: jolicode/harvest-php-api

v3.0.0

21 Feb 01:44
fc9d47f

Choose a tag to compare

  • upgrade to janephp/open-api 5.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_hours in the TimeEntry model

v2.1.0

14 Jan 09:08
08bb697

Choose a tag to compare

  • updated the OpenAPI definition file
  • added the "company update" endpoint
  • updated the endpoints documentation according to Harvest's API doc
  • added the Company weekly_capacity attribute
  • added the Invoice recurring_invoice_id attribute

v2.0.0

28 Oct 13:59
26cd4eb

Choose a tag to compare

  • 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

06 May 11:29
6bfa3b5

Choose a tag to compare

  • added support for cost and billable rates
  • external_reference ids are strings, not integers

v1.1.0

01 Apr 15:27
0c0164a

Choose a tag to compare

  • add support for HTTPlug 2

v1.0.2

24 Jan 12:53
af75bca

Choose a tag to compare

  • support null values for nested objects or values (jane-openapi strict mode false)
  • changed quantity types to float instead of integer

v1.0.1

22 Jan 19:40
18dd39e

Choose a tag to compare

Fixed the deleteTimeEntryExternalReference endpoint operationId

v1.0.0

21 Jan 12:04
aba7251

Choose a tag to compare

  • initial release