We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8702519 commit 16ea968Copy full SHA for 16ea968
CHANGELOG.md
@@ -4,7 +4,9 @@
4
- Add initializer to precompile assets so that main app can load views with Todoro's layout
5
- Added support for **Task Steps**
6
- Updated **Tasks**: renamed `expiry_date` to `due_date` and introduced `completed_at`, `priority` and `reccuring_pattern`
7
-
+- Introduced complete! method in Todoro::Task to set completed_at timestamp and mark tasks as completed.
8
+- Added Todoro::TaskStep model, allowing tasks to have multiple subtasks.
9
+- Integrated Turbo to enable dynamic subtask creation and completion without full-page reloads.
10
11
### 0.1.5 - 2025-02-16
12
0 commit comments