You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
571 B
21 lines
571 B
* Change Log
|
|
** 0.1.0 <2023-07-12 Wed>
|
|
Init project.
|
|
** 0.2.0 <2023-07-12 Wed>
|
|
Add simple tasks app.
|
|
** 0.2.1 <2023-07-12 Wed>
|
|
Add the tasks to be shown on the index page.
|
|
** 0.2.2 <2023-07-13 Thu>
|
|
Add the TailwindCSS.
|
|
** 0.2.3 <2023-07-14 Fri>
|
|
Update the main container block.
|
|
** 0.2.4 <2023-07-14 Fri>
|
|
Update the table to a list of items and the header.
|
|
** 0.3.0 <2023-07-15 Sat>
|
|
Add the htmx (CDN version).
|
|
Add the task form.
|
|
Add logic to swap the form with the task via htmx.
|
|
** 0.3.1 <2023-07-17 Mon>
|
|
Add the delete button for a task.
|
|
|