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