Skip to content

Releases: peerigon/clockodo

v13.1.0

20 Jun 18:52
Compare
Choose a tag to compare

13.1.0 (2022-06-20)

Bug Fixes

  • Deprecate NO_WORKTIME_REGULATIONS_ID (4e3d487)

Features

  • Add nonbusinessgroupsId to user (d794d26)
  • Add createNonbusinessDaysMocks() (167c080)

v13.0.0

09 Jun 13:52
Compare
Choose a tag to compare

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

08 Jun 17:00
Compare
Choose a tag to compare
v13.0.0-beta.1 Pre-release
Pre-release

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

03 May 08:16
Compare
Choose a tag to compare

12.1.0 (2022-05-03)

Features

  • Expose access and nonbusinessday models (e499f95)

v12.0.0

19 Apr 09:20
Compare
Choose a tag to compare

12.0.0 (2022-04-19)

Features

  • Use v2 routes for customers and projects (f5d8b43)

BREAKING CHANGES

  • projects has been removed from the Customer type

v12.0.0-beta.1

12 Apr 09:24
Compare
Choose a tag to compare
v12.0.0-beta.1 Pre-release
Pre-release

12.0.0-beta.1 (2022-04-12)

Features

  • Use v2 routes for customers and projects (f5d8b43)

BREAKING CHANGES

  • projects has been removed from the Customer type

v11.0.0

07 Apr 17:16
Compare
Choose a tag to compare

11.0.0 (2022-04-07)

  • Merge pull request #82 from peerigon/missing-api-endpoints (1ba235b), closes #82

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.

v10.3.1

02 Apr 17:08
Compare
Choose a tag to compare

10.3.1 (2022-04-02)

Bug Fixes

  • Replace deprecated faker functions (33d3ed6)

v10.3.0

02 Apr 16:58
Compare
Choose a tag to compare

10.3.0 (2022-04-02)

Features

v10.2.0

30 Mar 12:58
Compare
Choose a tag to compare

10.2.0 (2022-03-30)

Features