Skip to content

Releases: ComfortablyCoding/clickup.js

v4.0.2

16 Feb 22:42

Choose a tag to compare

Please refer to the CHANGELOG for any relevant details.

v4.0.1

24 Nov 01:29

Choose a tag to compare

Please refer to the CHANGELOG for any relevant details.

v4.0.0

24 Nov 01:22

Choose a tag to compare

Please refer to the CHANGELOG for any relevant details.

v3.0.4

17 May 01:12

Choose a tag to compare

What's Changed

  • fix(teams): startTimeEntry does not require timerId by @Edsol in #41

Full Changelog: v3.0.3...v3.0.4

v3.0.3

14 Feb 02:36
ada9820

Choose a tag to compare

What's Changed

  • fix(buildParams) array values without [] suffixed keys are not transformed to LHS format by @Edsol in #39

Full Changelog: v3.0.2...v3.0.3

v3.0.2

08 Jun 00:21
f4d12e4

Choose a tag to compare

What's Changed

  • fix missing slash in delete function by @Edsol in #31

New Contributors

  • @Edsol made their first contribution in #31

Full Changelog: v3.0.1...v3.0.2

v3.0.1

16 Dec 06:03
a5520b6

Choose a tag to compare

This release comes with the following changes

  • refactor codebase to be cleaner
  • updates tests for better coverage of package
  • updates docs to use nuxt content hosted on netlify

v2.1.0

14 Mar 17:51
b3fa89d

Choose a tag to compare

  • replace HTTP tests with stubs (#23)
  • cleanup readme (#24)
  • update dependencies (#25)

v2.0.2

10 Mar 03:48
7a227e0

Choose a tag to compare

  • fix (client): array parameters should be name and value pairs. #22

v2.0.1

13 Jan 01:09
fb41db2

Choose a tag to compare

  • fixes incorrect getFolders endpoint path in spaces route.