Releases: peerigon/clockodo
Releases · peerigon/clockodo
v23.5.1
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
23.5.0 (2023-12-04)
Features
- added users default holidaycount and targethours (2439f40)
- added users default holidaycount and targethours (#137) (e96713d)
v23.1.0
23.1.0 (2023-11-29)
Features
- Add surcharge model and api request handlers (#124) (4447bc2)
v23.0.0
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
22.2.0 (2023-11-06)
Features
- Use v3 API for services and lumpsum services (#131) (1a8ba9d)
v22.1.0
22.1.0 (2023-11-06)
Features
- Add testData property to targethoursRow (#140) (9c2e511)
v22.0.0
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
.