|
1 | | -# [24.2.0](https://github.com/peerigon/clockodo/compare/v24.1.0...v24.2.0) (2025-03-07) |
| 1 | +# [25.0.0-beta.3](https://github.com/peerigon/clockodo/compare/v25.0.0-beta.2...v25.0.0-beta.3) (2025-03-07) |
| 2 | + |
| 3 | +### Features |
2 | 4 |
|
| 5 | +- Add user scope filter ([#148](https://github.com/peerigon/clockodo/issues/148)) ([8ec4895](https://github.com/peerigon/clockodo/commit/8ec48953f0b75ebc06d4f7320f323de099252a38)) |
| 6 | +- Add year filter for holidays-quota query ([#149](https://github.com/peerigon/clockodo/issues/149)) ([5a643a0](https://github.com/peerigon/clockodo/commit/5a643a0cd107147074707342d57556525058c48b)) |
| 7 | + |
| 8 | +# [24.2.0](https://github.com/peerigon/clockodo/compare/v24.1.0...v24.2.0) (2025-03-07) |
3 | 9 |
|
4 | 10 | ### Features |
5 | 11 |
|
6 | | -* Add user scope filter ([#148](https://github.com/peerigon/clockodo/issues/148)) ([8ec4895](https://github.com/peerigon/clockodo/commit/8ec48953f0b75ebc06d4f7320f323de099252a38)) |
| 12 | +- Add user scope filter ([#148](https://github.com/peerigon/clockodo/issues/148)) ([8ec4895](https://github.com/peerigon/clockodo/commit/8ec48953f0b75ebc06d4f7320f323de099252a38)) |
7 | 13 |
|
8 | 14 | # [24.1.0](https://github.com/peerigon/clockodo/compare/v24.0.0...v24.1.0) (2025-03-07) |
9 | 15 |
|
10 | | - |
11 | 16 | ### Features |
12 | 17 |
|
13 | | -* Add year filter for holidays-quota query ([#149](https://github.com/peerigon/clockodo/issues/149)) ([5a643a0](https://github.com/peerigon/clockodo/commit/5a643a0cd107147074707342d57556525058c48b)) |
| 18 | +- Add year filter for holidays-quota query ([#149](https://github.com/peerigon/clockodo/issues/149)) ([5a643a0](https://github.com/peerigon/clockodo/commit/5a643a0cd107147074707342d57556525058c48b)) |
14 | 19 |
|
15 | | -# [24.0.0](https://github.com/peerigon/clockodo/compare/v23.5.1...v24.0.0) (2025-02-07) |
| 20 | +# [25.0.0-beta.2](https://github.com/peerigon/clockodo/compare/v25.0.0-beta.1...v25.0.0-beta.2) (2025-02-08) |
| 21 | + |
| 22 | +### chore |
| 23 | + |
| 24 | +- Add @peerigon/configs for linting ([b71843c](https://github.com/peerigon/clockodo/commit/b71843cc6c75cc0097b45de6e06ab33fe41b000e)) |
| 25 | +- Switch TypeScript lib option to "es2021" ([faa5b7c](https://github.com/peerigon/clockodo/commit/faa5b7c36f640e6ee58f48bdd97dc38bc11fb701)) |
| 26 | +- Use TypeScript config from @peerigon/configs ([b8aa1be](https://github.com/peerigon/clockodo/commit/b8aa1becbedca98482887944077bd48bc632091e)) |
| 27 | + |
| 28 | +### BREAKING CHANGES |
16 | 29 |
|
| 30 | +- The TypeScript target has now been set to ES2022. The package must be transpiled for older runtimes. |
| 31 | +- editCustomer() and editLumpsumService() return a type now instead of implicit any |
| 32 | +- Throw TypeError instead of Error where appropiate |
| 33 | +- We expect String.prototype.replaceAll to be present. According to MDN, that's baseline. |
| 34 | + |
| 35 | +# [25.0.0-beta.1](https://github.com/peerigon/clockodo/compare/v24.0.0...v25.0.0-beta.1) (2025-02-07) |
17 | 36 |
|
18 | 37 | ### chore |
19 | 38 |
|
20 | | -* Update dev dependencies ([#157](https://github.com/peerigon/clockodo/issues/157)) ([8254189](https://github.com/peerigon/clockodo/commit/8254189c50d4bc9c7a964b89bd558c424610594b)) |
| 39 | +- Refactor and update ([#161](https://github.com/peerigon/clockodo/issues/161)) ([859e894](https://github.com/peerigon/clockodo/commit/859e894737c9791735e2ef1314b618314c517453)) |
| 40 | + |
| 41 | +### BREAKING CHANGES |
| 42 | + |
| 43 | +- Changed `api` `config` method to a setter and getter property |
| 44 | +- 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. |
| 45 | +- Updated TypeScript which might affect the generated code. |
| 46 | +- Updated Faker and mocks. This will change the produced mock data in case you snapshotted it. |
21 | 47 |
|
| 48 | +# [24.0.0](https://github.com/peerigon/clockodo/compare/v23.5.1...v24.0.0) (2025-02-07) |
| 49 | + |
| 50 | +### chore |
| 51 | + |
| 52 | +- Update dev dependencies ([#157](https://github.com/peerigon/clockodo/issues/157)) ([8254189](https://github.com/peerigon/clockodo/commit/8254189c50d4bc9c7a964b89bd558c424610594b)) |
22 | 53 |
|
23 | 54 | ### BREAKING CHANGES |
24 | 55 |
|
25 | | -* Dropped official Node 16 support. We don't know of an actual breaking change, but you're on your own now :) |
| 56 | +- Dropped official Node 16 support. We don't know of an actual breaking change, but you're on your own now :) |
26 | 57 |
|
27 | 58 | ## [23.5.1](https://github.com/peerigon/clockodo/compare/v23.5.0...v23.5.1) (2023-12-05) |
28 | 59 |
|
29 | | - |
30 | 60 | ### Bug Fixes |
31 | 61 |
|
32 | | -* set default holidayscount and target hours ([b1d0bfb](https://github.com/peerigon/clockodo/commit/b1d0bfbfd52c056a2dcde549bfe2c9ff9bd84e0e)) |
33 | | -* set default holidayscount and target hours ([#153](https://github.com/peerigon/clockodo/issues/153)) ([98c5f15](https://github.com/peerigon/clockodo/commit/98c5f15ce90d667b303ca9e447349a9424ab91a3)) |
| 62 | +- set default holidayscount and target hours ([b1d0bfb](https://github.com/peerigon/clockodo/commit/b1d0bfbfd52c056a2dcde549bfe2c9ff9bd84e0e)) |
| 63 | +- set default holidayscount and target hours ([#153](https://github.com/peerigon/clockodo/issues/153)) ([98c5f15](https://github.com/peerigon/clockodo/commit/98c5f15ce90d667b303ca9e447349a9424ab91a3)) |
34 | 64 |
|
35 | 65 | # [23.5.0](https://github.com/peerigon/clockodo/compare/v23.4.0...v23.5.0) (2023-12-04) |
36 | 66 |
|
37 | | - |
38 | 67 | ### Features |
39 | 68 |
|
40 | | -* added users default holidaycount and targethours ([2439f40](https://github.com/peerigon/clockodo/commit/2439f4035c8ac0f84691fc385093726791ab5986)) |
41 | | -* added users default holidaycount and targethours ([#137](https://github.com/peerigon/clockodo/issues/137)) ([e96713d](https://github.com/peerigon/clockodo/commit/e96713d9b6354b6d724761f1e93656d86afce157)) |
| 69 | +- added users default holidaycount and targethours ([2439f40](https://github.com/peerigon/clockodo/commit/2439f4035c8ac0f84691fc385093726791ab5986)) |
| 70 | +- added users default holidaycount and targethours ([#137](https://github.com/peerigon/clockodo/issues/137)) ([e96713d](https://github.com/peerigon/clockodo/commit/e96713d9b6354b6d724761f1e93656d86afce157)) |
42 | 71 |
|
43 | 72 | # [23.4.0](https://github.com/peerigon/clockodo/compare/v23.3.0...v23.4.0) (2023-12-04) |
44 | 73 |
|
45 | | - |
46 | 74 | ### Features |
47 | 75 |
|
48 | | -* update absences api to v2 ([#152](https://github.com/peerigon/clockodo/issues/152)) ([997a5eb](https://github.com/peerigon/clockodo/commit/997a5ebfd6e0c52f1f040f4a1b5572ef0c01d3bc)) |
| 76 | +- update absences api to v2 ([#152](https://github.com/peerigon/clockodo/issues/152)) ([997a5eb](https://github.com/peerigon/clockodo/commit/997a5ebfd6e0c52f1f040f4a1b5572ef0c01d3bc)) |
49 | 77 |
|
50 | 78 | # [23.3.0](https://github.com/peerigon/clockodo/compare/v23.2.0...v23.3.0) (2023-11-29) |
51 | 79 |
|
|
0 commit comments