Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Releases: dubisdev/todoist-rest-client

todoist-rest-client v.4.0.0

20 Apr 21:59
276e4c6

Choose a tag to compare

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

16 Apr 19:12
4b72871

Choose a tag to compare

🔐 SECURITY UPDATE

🔐 SECURITY UPDATE

🚀🫂 LAST VERSION v.3.0.9

08 Jan 15:14
4866127

Choose a tag to compare

🚧⚠️ 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

25 Nov 16:48
60fbabc

Choose a tag to compare

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

11 Nov 15:43
b20ffd9

Choose a tag to compare

Merge pull request #61 from dubisdev/fix-remove-tests-from-distribution

fix test publish

todoist-rest-client v.3.0.0

09 Nov 11:38
2859333

Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...3.0.0

todoist-rest-client v.2.5.0

07 Nov 22:34

Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.5.0

todoist-rest-client v.2.4.0

06 Nov 12:54

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

todoist-rest-client v.2.3.0

04 Nov 21:27

Choose a tag to compare

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

01 Nov 16:34
fac808b

Choose a tag to compare

What's Changed

  • feat: tasks - search

  • feat: projects - update

  • feat: projects - get collaborators

  • fix: type definitions

Full Changelog: 2.1.1...2.2.0