Skip to content

Releases: Doist/todoist-api-typescript

v4.0.2

16 Apr 11:28
0822e24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

14 Apr 11:48
404d343
Compare
Choose a tag to compare

What's Changed

  • fix: map updated API task and project objects to match local schemas by @luismpel in #283

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

07 Apr 14:37
a1ac76c
Compare
Choose a tag to compare

What's Changed

Warning

This is a breaking change release that migrates from Todoist REST API v9 to Todoist API v1. Please review the migration guide at https://todoist.com/api/v1/docs#tag/Migrating-from-v9 to understand all API changes. Some properties have been added/removed from entities and certain properties are now required.

Breaking Changes

API Migration

  • Migrated from Todoist REST API v9 to Todoist API v1
  • Entity properties have been modified:
    • Some properties added to entities
    • Some properties removed from entities
    • Several properties are now required that were previously optional

Pagination Changes

The following methods now return paginated responses:

  • getTasks
  • getProjects
  • getProjectCollaborators
  • getSections
  • getLabels
  • getSharedLabels
  • getComments

New Features

Task Management

  • Added moveTasks method for moving multiple tasks at once
  • Added getTasksByFilter method for advanced task filtering

Migration Guide

  1. Review the official migration guide
  2. Update your code to handle paginated responses for the affected methods
  3. Verify that your entity usage matches the new required properties
  4. Test your application with the new API version

Full Changelog: v3.0.3...v4.0.0

v4.0.0-alpha.7

28 Mar 15:47
Compare
Choose a tag to compare
v4.0.0-alpha.7 Pre-release
Pre-release

What's Changed

  • fix: Update Section and Comment schemas to match API v9.214 changes by @pedroalves0 in #277

Full Changelog: v4.0.0-alpha.6...v4.0.0-alpha.7

v4.0.0-alpha.6

27 Mar 12:50
2d02444
Compare
Choose a tag to compare
v4.0.0-alpha.6 Pre-release
Pre-release

What's Changed

  • feat: remove commentCount field for API v9.218 and bump to API v9.220 by @pedroalves0 in #276

Full Changelog: v4.0.0-alpha.5...v4.0.0-alpha.6

v4.0.0-alpha.5

21 Mar 13:13
626b7b3
Compare
Choose a tag to compare
v4.0.0-alpha.5 Pre-release
Pre-release

Bump Todoist API version to v9.217

v4.0.0-alpha.4

06 Mar 16:21
f62eac4
Compare
Choose a tag to compare
v4.0.0-alpha.4 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-alpha.3...v4.0.0-alpha.4

v4.0.0-alpha.3

31 Jan 17:52
Compare
Choose a tag to compare
v4.0.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.3

v4.0.0-alpha.2

22 Jan 14:20
fc59a9c
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • chore: move complex response types to own exported types by @pedroalves0 in #266

Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2

v4.0.0-alpha.1

21 Jan 09:26
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.3...v4.0.0-alpha.1