Skip to content

Tags: peerigon/clockodo

Tags

v27.0.1

Toggle v27.0.1's commit message
chore(release): 27.0.1 [skip ci]

## [27.0.1](v27.0.0...v27.0.1) (2026-01-14)

### Bug Fixes

* bump qs from 6.14.0 to 6.14.1 ([#313](#313)) ([0539def](0539def))

v27.0.0

Toggle v27.0.0's commit message
chore(release): 27.0.0 [skip ci]

# [27.0.0](v26.0.0...v27.0.0) (2025-11-03)

### chore

* Update dependencies and modernize TypeScript ([407d503](407d503))
* Update dependencies and modernize TypeScript ([#286](#286)) ([861300f](861300f))

### BREAKING CHANGES

* Uses ES2023 as TypeScript target. Also updates
@faker-js to next major version `10.1.0`.

Update dependencies including @faker-js/faker, p-limit, vitest, and
@peerigon/configs to latest versions. Upgrade TypeScript target from
ES2022 to ES2023 to support modern JavaScript features. Replace
Array.sort() with toSorted() method for immutable sorting.
* Uses ES2023 as TypeScript target.

Update dependencies including @faker-js/faker, p-limit, vitest,
and @peerigon/configs to latest versions. Upgrade TypeScript
target from ES2022 to ES2023 to support modern JavaScript
features. Replace Array.sort() with toSorted() method
for immutable sorting.

v26.0.0

Toggle v26.0.0's commit message
chore(release): 26.0.0 [skip ci]

# [26.0.0](v25.2.2...v26.0.0) (2025-10-20)

### chore

* **deps:** bump map-obj from 5.0.2 to 6.0.0 ([#272](#272)) ([cb16006](cb16006))

### BREAKING CHANGES

* **deps:** Requires Node 20 because of map-obj update

v25.2.2

Toggle v25.2.2's commit message
chore(release): 25.2.2 [skip ci]

## [25.2.2](v25.2.1...v25.2.2) (2025-09-22)

### Bug Fixes

* **deps:** bump axios from 1.11.0 to 1.12.0 ([#266](#266)) ([a126245](a126245))

v25.2.1

Toggle v25.2.1's commit message
chore(release): 25.2.1 [skip ci]

## [25.2.1](v25.2.0...v25.2.1) (2025-08-04)

### Bug Fixes

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

v25.2.0

Toggle v25.2.0's commit message
chore(release): 25.2.0 [skip ci]

# [25.2.0](v25.1.0...v25.2.0) (2025-05-26)

### Features

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

v25.1.0

Toggle v25.1.0's commit message
chore(release): 25.1.0 [skip ci]

# [25.1.0](v25.0.0...v25.1.0) (2025-05-07)

### Features

* bump axios from 1.8.4 to 1.9.0 ([#210](#210)) ([3e58782](3e58782))

v25.0.0

Toggle v25.0.0's commit message
chore(release): 25.0.0 [skip ci]

# [25.0.0](v24.2.0...v25.0.0) (2025-03-07)

### chore

* Add @peerigon/configs for linting ([b71843c](b71843c))
* Refactor and update ([#161](#161)) ([859e894](859e894))
* Switch TypeScript lib option to "es2021" ([faa5b7c](faa5b7c))
* Use TypeScript config from @peerigon/configs ([b8aa1be](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

Toggle v25.0.0-beta.3's commit message
chore(release): 25.0.0-beta.3 [skip ci]

# [25.0.0-beta.3](v25.0.0-beta.2...v25.0.0-beta.3) (2025-03-07)

### Features

* Add user scope filter ([#148](#148)) ([8ec4895](8ec4895))
* Add year filter for holidays-quota query ([#149](#149)) ([5a643a0](5a643a0))

v24.2.0

Toggle v24.2.0's commit message
chore(release): 24.2.0 [skip ci]

# [24.2.0](v24.1.0...v24.2.0) (2025-03-07)

### Features

* Add user scope filter ([#148](#148)) ([8ec4895](8ec4895))