Skip to content

Releases: ComfortablyCoding/clickup.js

v3.0.4

17 May 01:12
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fix (client): array parameters should be name and value pairs. #22

v2.0.1

13 Jan 01:09
fb41db2
Compare
Choose a tag to compare
  • fixes incorrect getFolders endpoint path in spaces route.

v2.0.0

03 Jan 17:52
afe927b
Compare
Choose a tag to compare
  • abstracts token to env variable in tests
  • add badges to readme
  • change POST and PUT body param to data for consistency
  • add clickupjs and wrapper-api to keywords
  • make baseUrl and headers dynamic values in client
  • add got options to client class, read about Got options
  • add test for got options
  • add http tests
  • chore(package.json): update dependencies (#13)
  • update endpoints to latest (#14)
    • add new task endpoints
      • get tasks time in status
      • get bulk tasks time in status
    • add new list endpoints
      • add task to list
      • remove task from list
  • change addAttachment to take a fileSettings param to increase ease of use (BREAKING CHANGE)
    • pathToFile and fileName have been condensed into one param. To migrate change your projects to use the supported fileSettings param.
  • fixed deleteDependency, removed data param as it is not required. param options are required as per Clickup API.
  • fix Tasks to indicate client is private (#15)
  • docs update to latest (#16)

v1.0.3

03 Nov 14:56
98db975
Compare
Choose a tag to compare
  • Ignore github folder to reduce package size
  • Fix PUT API calls

v1.0.1

21 Sep 02:42
189f22f
Compare
Choose a tag to compare
  • Fixes body option must be a stream.Readable, string or Buffer error when attempting to send objects with json data.