Releases: peerigon/clockodo
Releases · peerigon/clockodo
v13.1.0
v13.0.0
13.0.0 (2022-06-09)
chore
-
Update dependencies (645afaa)
-
Drop CommonJS support (2227583)
-
Drop official Node v12 support (97381ac)
-
Remove deprecated cache feature (512d749)
BREAKING CHANGES
- Dropped CommonJS support. This module is now published as an ES Module. There will be no CJS build anymore.
- Dropped official Node v12 support. It may still work, though.
- The cache plugin has been removed. It has been deprecated for quite some time now and will be discontinued.
- These updates include breaking changes of upstream dependencies. There's a low risk of a breaking change in one of these.
v13.0.0-beta.1
13.0.0-beta.1 (2022-06-08)
chore
-
Update dependencies (645afaa)
-
Drop CommonJS support (2227583)
-
Drop official Node v12 support (97381ac)
-
Remove deprecated cache feature (512d749)
BREAKING CHANGES
- Dropped CommonJS support. This module is now published as an ES Module. There will be no CJS build anymore.
- Dropped official Node v12 support. It may still work, though.
- The cache plugin has been removed. It has been deprecated for quite some time now and will be discontinued.
- These updates include breaking changes of upstream dependencies. There's a low risk of a breaking change in one of these.
v12.1.0
v12.0.0
v12.0.0-beta.1
12.0.0-beta.1 (2022-04-12)
Features
- Use v2 routes for customers and projects (f5d8b43)
BREAKING CHANGES
projects
has been removed from theCustomer
type
v11.0.0
11.0.0 (2022-04-07)
BREAKING CHANGES
- We removed all task related endpoints and also
getSearchTexts()
since these were deprecated for quite a while now. - Fixed some incorrect return typings. You might see type errors in your TypeScript project.