Releases: Doist/todoist-api-typescript
v4.0.2
What's Changed
- chore: Adds the
backups:read
scope by @scottlovegrove in #287
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
New Contributors
- @goncalossilva made their first contribution in #284
- @luismpel made their first contribution in #283
Full Changelog: v4.0.0...v4.0.1
v4.0.0
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
- Review the official migration guide
- Update your code to handle paginated responses for the affected methods
- Verify that your entity usage matches the new required properties
- Test your application with the new API version
Full Changelog: v3.0.3...v4.0.0
v4.0.0-alpha.7
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
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
Bump Todoist API version to v9.217
v4.0.0-alpha.4
What's Changed
- fix: set correct v9.208 quick add task endpoint by @pedroalves0 in #272
Full Changelog: v4.0.0-alpha.3...v4.0.0-alpha.4
v4.0.0-alpha.3
What's Changed
- feat: setup documentation website & document codebase with typedoc comments by @pedroalves0 in #268
- feat: Add moveTasks function by @scottlovegrove in #270
Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.3
v4.0.0-alpha.2
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
What's Changed
- feat: [BREAKING] migrate from REST API to Sync API by @pedroalves0 in #263
New Contributors
- @pedroalves0 made their first contribution in #263
Full Changelog: v3.0.3...v4.0.0-alpha.1