Tags: peerigon/clockodo
Tags
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.
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.
PreviousNext