This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Releases: dubisdev/todoist-rest-client
Releases · dubisdev/todoist-rest-client
todoist-rest-client v.4.0.0
BREAKING CHANGES
- This version uses the native fetch API of node 18. It won't work in previous versions.
- As Axios has been removed, some response types have changed. Now native Response API is used.
todoist-rest-client v.3.0.10
🔐 SECURITY UPDATE 🔐 SECURITY UPDATE
🚀🫂 LAST VERSION v.3.0.9
🚧⚠️ This package is no longer maintained 🚧⚠️
Although the features and structure of the package are different from those of the new public official project, this project will not continue to be updated with the new features that @Doist could add to its REST API.
todoist-rest-client v.3.0.8
Now all client imports and exports follows module ES6 standart (with extensions).
This was causing some incompatibility issues
todoist-rest-client v.3.0.4
Merge pull request #61 from dubisdev/fix-remove-tests-from-distribution fix test publish
todoist-rest-client v.3.0.0
todoist-rest-client v.2.5.0
todoist-rest-client v.2.4.0
todoist-rest-client v.2.3.0
What's Changed
- feat: Add full sections support by @dubisdev in #42
- Section available methods:
- Create
- Get(by id)
- getAll (from project?)
- getAllJSON (from project?)
- update
- delete
Full Changelog: 2.2.0...2.3.0
todoist-rest-client v.2.2.0
What's Changed
-
feat: tasks - search
-
feat: projects - update
-
feat: projects - get collaborators
-
fix: type definitions
Full Changelog: 2.1.1...2.2.0