API Updates
0.2.0
โจ Added
๐ Priority Levels for Todos
๐ Due Date Support
๐ Enhanced Error Handling
๐ Changed
๐Todotype โ now includes priority and due dates
Before:
After:
๐getAllTodosquery โ now supports filtering and limits
Before: Always returned all todos
After: Supports completed filter and limit parameter
๐งน Deprecated
โmarkTodoCompletemutation โ usecompleteTodo
Old:
New:
๐ Fixed
- โ
updateTodonow properly validates required fields - โ
deleteTodoreturns consistent boolean response - โ
getTodoByIdhandles non-existent todos gracefully - โ All timestamps now use ISO 8601 format consistently
0.1.1
โจ Added
๐ Todo Description Field
๐ Updated Timestamps
๐ Changed
๐createTodomutation โ now returns full Todo object
Before:
After:
๐ Fixed
- โ
getAllTodosnow returns todos in consistent order - โ
completedfield defaults tofalsefor new todos - โ Input validation improved for required fields
0.1.0
โจ Added
๐ Basic Todo CRUD Operations
๐ Todo Object Type
๐ TodoInput for Mutations
๐ญ Coming Soon (v0.3.0 โSupernova)
- Todo Categories & Tags - Organize todos with color-coded categories
- Recurring Todos - Daily, weekly, monthly, and yearly recurring tasks
- Todo Sharing - Share and collaborate on todos with team members
- Advanced Search - Search todos with filters and date ranges
- Todo Templates - Pre-built templates for common todo patterns
Built with
Show your support! Star us on GitHub โญ๏ธ