Skip to content

Releases: jolicode/harvest-openapi-generator

v2.6.0

05 Dec 18:44
8353a18
Compare
Choose a tag to compare

What's Changed

  • updated the spec according to the current documentation - see #28 and #29

Full Changelog: v2.5.0...v2.6.0

v2.5.0

17 Aug 10:38
ae5d9f0
Compare
Choose a tag to compare

What's Changed

  • updated the spec according to the current documentation #27
  • fixed several definitions #27

Full Changelog: v2.4.0...v2.5.0

v2.4.0

17 Apr 19:41
d767707
Compare
Choose a tag to compare

What's Changed

  • updated deps in #23
  • added the schema for the new invoice message subject and body endpoint in #24
  • fixed the /users/{userId}/teammates patch response example schema in #25
  • Add support for the newly introduced pagination cursors in #26

Full Changelog: v2.3.0...v2.4.0

v2.3.0

12 Nov 16:03
b6116fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Aug 09:55
a05db61
Compare
Choose a tag to compare

What's Changed

  • the design of the documentation pages have changed a bit, so the page title CSS selector expression has been adapted.
  • updated the spec from the online documentation (in #19 and #20):
    • re-added User.telephone as it is now documented
    • added Company.currency_code_display and Company.currency_symbol_display
    • several fields of the User object have disappeared, due to the API changes introduced in March.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

03 Aug 11:22
e3a20b3
Compare
Choose a tag to compare
  • added date_format on the Company model
  • added hours_without_timer and external_reference/account_id in the TaskAssignment model
  • removed overrides for the Expense model, which is now correctly documented

v2.0.0

25 Jan 22:46
37c8857
Compare
Choose a tag to compare
  • switch to OpenAPI 3 schema
  • embed examples extracted from the documentation
  • added the non-documented telephone property of the User model

v1.4.0

18 Jan 09:51
767c06c
Compare
Choose a tag to compare
  • fixed operations alphabetically sort
  • add a way to override missing definitions
  • add the Expense units and total_cost properties, as per jolicode/harvest-php-api#25

v1.3.0

14 May 15:55
aa43b25
Compare
Choose a tag to compare
  • fixed several endpoints naming
  • fixed several endpoints parameters
  • sort operations alphabetically

v1.2.3

25 Feb 18:12
971d1e2
Compare
Choose a tag to compare
  • Added Schemas for the reports endpoints