Skip to content

Releases: peerigon/clockodo

v25.0.0-beta.2

08 Feb 23:54
Compare
Choose a tag to compare
v25.0.0-beta.2 Pre-release
Pre-release

25.0.0-beta.2 (2025-02-08)

chore

  • Add @peerigon/configs for linting (b71843c)
  • Switch TypeScript lib option to "es2021" (faa5b7c)
  • Use TypeScript config from @peerigon/configs (b8aa1be)

BREAKING CHANGES

  • The TypeScript target has now been set to ES2022. The package must be transpiled for older runtimes.
  • editCustomer() and editLumpsumService() return a type now instead of implicit any
  • Throw TypeError instead of Error where appropiate
  • We expect String.prototype.replaceAll to be present. According to MDN, that's baseline.

v25.0.0-beta.1

07 Feb 23:27
Compare
Choose a tag to compare
v25.0.0-beta.1 Pre-release
Pre-release

25.0.0-beta.1 (2025-02-07)

chore

BREAKING CHANGES

  • Changed api config method to a setter and getter property
  • Removed Axios options from api methods. We plan to remove Axios in the future. You can pass headers instead of Axios options as third parameter to post, put and delete now.
  • Updated TypeScript which might affect the generated code.
  • Updated Faker and mocks. This will change the produced mock data in case you snapshotted it.

v24.0.0

07 Feb 13:24
Compare
Choose a tag to compare

24.0.0 (2025-02-07)

chore

BREAKING CHANGES

  • Dropped official Node 16 support. We don't know of an actual breaking change, but you're on your own now :)

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.