Skip to content

Releases: peerigon/clockodo

v25.2.1

04 Aug 21:38

Choose a tag to compare

25.2.1 (2025-08-04)

Bug Fixes

  • deps: bump axios from 1.10.0 to 1.11.0 (#251) (f63ccaf)
  • deps: bump form-data from 4.0.1 to 4.0.4 (#250) (931e03b)

v25.2.0

26 May 07:39

Choose a tag to compare

25.2.0 (2025-05-26)

Features

  • deps: bump @faker-js/faker from 9.7.0 to 9.8.0 (#218) (a68f8b9)

v25.1.0

07 May 07:42

Choose a tag to compare

25.1.0 (2025-05-07)

Features

v25.0.0

07 Mar 20:56

Choose a tag to compare

25.0.0 (2025-03-07)

chore

  • Add @peerigon/configs for linting (b71843c)
  • Refactor and update (#161) (859e894)
  • 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.
  • 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.

v25.0.0-beta.3

07 Mar 20:49

Choose a tag to compare

v25.0.0-beta.3 Pre-release
Pre-release

25.0.0-beta.3 (2025-03-07)

Features

v24.2.0

07 Mar 20:34

Choose a tag to compare

24.2.0 (2025-03-07)

Features

v24.1.0

07 Mar 20:32

Choose a tag to compare

24.1.0 (2025-03-07)

Features

  • Add year filter for holidays-quota query (#149) (5a643a0)

v25.0.0-beta.2

08 Feb 23:54

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

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

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 :)