Releases

v3.0.4 5/17/2024

What's Changed

Full Changelog: https://github.com/ComfortablyCoding/clickup.js/compare/v3.0.3...v3.0.4

v3.0.3 2/14/2024

What's Changed

Full Changelog: https://github.com/ComfortablyCoding/clickup.js/compare/v3.0.2...v3.0.3

v3.0.2 6/8/2022

What's Changed

New Contributors

Full Changelog: https://github.com/ComfortablyCoding/clickup.js/compare/v3.0.1...v3.0.2

v3.0.1 12/16/2021

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 3/14/2021

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

v2.0.2 3/10/2021

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

v2.0.1 1/13/2021

  • fixes incorrect getFolders endpoint path in spaces route.

v2.0.0 1/3/2021

  • 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 11/3/2020

  • Ignore github folder to reduce package size
  • Fix PUT API calls

v1.0.1 9/21/2020

  • Fixes body option must be a stream.Readable, string or Buffer error when attempting to send objects with json data.

1.0.0 9/21/2020