v2.0.0
ComfortablyCoding
released this
03 Jan 17:52
·
15 commits
to master
since this release
- 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)