Releases: ComfortablyCoding/clickup.js
Releases · ComfortablyCoding/clickup.js
v3.0.4
v3.0.3
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
v3.0.1
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
v2.0.2
v2.0.1
- fixes incorrect getFolders endpoint path in spaces route.
v2.0.0
- 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
- add new task endpoints
- 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
- Ignore github folder to reduce package size
- Fix PUT API calls
v1.0.1
- Fixes body option must be a stream.Readable, string or Buffer error when attempting to send objects with json data.