Releases: weaponsforge/todo-next
Releases · weaponsforge/todo-next
todo-next_v1.0.5
Summary
- Create a UI for the edit Todo page, #14
- Load the Todo list only once
- Insert a new Todo to the global Todos list redux state
- Delete a Todo from the global Todos list redux state
- Refactor the thunks from slices, #34
What's Changed
- Feature/weaponsforge 14 by @weaponsforge in #38
- Feature/weaponsforge-34 by @weaponsforge in #39
- v1.0.5 by @weaponsforge in #41
Full Changelog: v1.0.4...v1.0.5
todo-next_v1.0.4
Summary
August 25, 2022
- User interface for deleting a Todo, #15
- Show a dialog confirm prompt when deleting a Todo and for confirming a newly-created Todo
What's Changed
- Feature/weaponsforge 15 by @weaponsforge in #35
- v1.0.4 by @weaponsforge in #36
Full Changelog: v1.0.3...v1.0.4
todo-next_v1.0.3
Summary
- User interface for the
POST /todo
api, #13 - Adjust Todo list table pagination
What's Changed
- Feature/weaponsforge-13b by @weaponsforge in #32
- v1.0.3 by @weaponsforge in #33
Full Changelog: v1.0.2...v1.0.3
todo-next_v1.0.2
Summary
- View Todo UI - User interface for the GET /todo api with data fetching using redux, #12
- Initialize todo state with an empty Object, Follow-up fix for v1.0.1a
What's Changed
- Feature/weaponsforge 13 by @weaponsforge in #28
- v1.0.1a by @weaponsforge in #29
- Fix/weaponsforge 12 by @weaponsforge in #30
- v1.0.2 by @weaponsforge in #31
Full Changelog: v1.0.1...v1.0.2
todo-next_v1.0.1
Summary
Initial Release
- Configure a local backend development environment, #1
- Use and configure mongodb and mongoose, #2
- Create the Todo CRUD API endpoints,
POST
,GET
,UPDATE
,DELETE
,LIST ALL
- Add the
content
field on the Todo Schema - Sync the Todo
id
and_id
naming conventions - Configure a local development environment for the client app, #5 - use nextjs, eslint standard and material-ui
- Integrate redux (redux-toolkit), #24
- Create a synchronous redux example (Counter page)
- Create an asynchronous redux example (Todo List page)
- Display the
GET /todos
UI, #11 - Deploy the client app to GitHub Pages, #17