10000 Tags · peerigon/clockodo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: peerigon/clockodo

Tags

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

v24.1.0

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

# [24.1.0](v24.0.0...v24.1.0) (2025-03-07)

### Features

* Add year filter for holidays-quota query ([#149](#149)) ([5a643a0](5a643a0))

v25.0.0-beta.2

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

# [25.0.0-beta.2](v25.0.0-beta.1...v25.0.0-beta.2) (2025-02-08)

### chore

* Add @peerigon/configs for linting ([b71843c](b71843c))
* 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.

v25.0.0-beta.1

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

# [25.0.0-beta.1](v24.0.0...v25.0.0-beta.1) (2025-02-07)

### chore

* Refactor and update ([#161](#161)) ([859e894](859e894))

### 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

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

# [24.0.0](v23.5.1...v24.0.0) (2025-02-07)

### chore

* Update dev dependencies ([#157](#157)) ([8254189](8254189))

### 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

Toggle v23.5.1's commit message
chore(release): 23.5.1 [skip ci]

## [23.5.1](v23.5.0...v23.5.1) (2023-12-05)

### Bug Fixes

* set default holidayscount and target hours ([b1d0bfb](b1d0bfb))
* set default holidayscount and target hours ([#153](#153)) ([98c5f15](98c5f15))
0