Skip to content

Releases: peerigon/clockodo

v23.5.1

05 Dec 11:15
Compare
Choose a tag to compare

23.5.1 (2023-12-05)

Bug Fixes

  • set default holidayscount and target hours (b1d0bfb)
  • set default holidayscount and target hours (#153) (98c5f15)

v23.5.0

04 Dec 13:34
Compare
Choose a tag to compare

23.5.0 (2023-12-04)

Features

  • added users default holidaycount and targethours (2439f40)
  • added users default holidaycount and targethours (#137) (e96713d)

v23.4.0

04 Dec 11:32
Compare
Choose a tag to compare

23.4.0 (2023-12-04)

Features

v23.3.0

29 Nov 10:31
Compare
Choose a tag to compare

23.3.0 (2023-11-29)

Features

v23.2.0

29 Nov 10:19
Compare
Choose a tag to compare

23.2.0 (2023-11-29)

Features

v23.1.0

29 Nov 08:10
Compare
Choose a tag to compare

23.1.0 (2023-11-29)

Features

  • Add surcharge model and api request handlers (#124) (4447bc2)

v23.0.0

21 Nov 10:13
Compare
Choose a tag to compare

23.0.0 (2023-11-21)

Bug Fixes

  • Rename HolidaysQuota and HolidaysCarryover (#145) (16543bf)

BREAKING CHANGES

  • We've renamed HolidayscarryRow to HolidaysCarryover and HolidaysquotaRow to HolidaysQuota and adjusted all method names accordingly to make the naming more consistent.

v22.2.0

06 Nov 13:44
Compare
Choose a tag to compare

22.2.0 (2023-11-06)

Features

  • Use v3 API for services and lumpsum services (#131) (1a8ba9d)

v22.1.0

06 Nov 08:47
Compare
Choose a tag to compare

22.1.0 (2023-11-06)

Features

  • Add testData property to targethoursRow (#140) (9c2e511)

v22.0.0

24 Oct 15:21
Compare
Choose a tag to compare

22.0.0 (2023-10-24)

Features

  • Replace deactivate... with delete... (67e0b33)

BREAKING CHANGES

  • There are no deactivate... methods anymore. In order to deactivate a customer, project, ..., you need to call edit... with active: false.